Shell: Provide some information to inspectors

This commit is contained in:
AnotherTest 2020-05-26 15:41:03 +04:30 committed by Andreas Kling
commit d582c03233
Notes: sideshowbarker 2024-07-19 06:05:24 +09:00
2 changed files with 27 additions and 0 deletions

View file

@ -158,6 +158,9 @@ private:
Shell();
virtual ~Shell() override;
// ^Core::Object
virtual void save_to(JsonObject&) override;
struct SpawnedProcess {
String name;
pid_t pid;