ladybird/Userland/DevTools/Inspector
Matthew Jones fe026fef47 Inspector: Check if RemoteProcess is_inspectable
The previous check of looking at `/proc/PID` was not working, it would
always fail even if the process was indeed inspectable.

Commit 70117781 introduced a new IPC for asking InspectorServer whether
or not a given `pid` is actually inspectable.

If a process is not inspectable, the `GUI::ProcessChooser` is
redisplayed if it was previously displayed, otherwise it exits.
2021-06-02 11:19:04 +02:00
..
CMakeLists.txt Inspector: Add help documentation 2021-02-23 13:52:16 +01:00
InspectorServerClient.h LibIPC: Remove unnecessary IPC::ServerConnection::handshake() 2021-05-23 09:53:55 +02:00
main.cpp Inspector: Check if RemoteProcess is_inspectable 2021-06-02 11:19:04 +02:00
RemoteObject.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RemoteObject.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RemoteObjectGraphModel.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RemoteObjectGraphModel.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
RemoteObjectPropertyModel.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RemoteObjectPropertyModel.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
RemoteProcess.cpp Inspector: Check if RemoteProcess is_inspectable 2021-06-02 11:19:04 +02:00
RemoteProcess.h Inspector: Check if RemoteProcess is_inspectable 2021-06-02 11:19:04 +02:00