1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:18:13 +00:00

Shell: Provide some information to inspectors

This commit is contained in:
AnotherTest 2020-05-26 15:41:03 +04:30 committed by Andreas Kling
parent e75f7ddb1b
commit d582c03233
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;