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:
parent
e75f7ddb1b
commit
d582c03233
2 changed files with 27 additions and 0 deletions
|
@ -158,6 +158,9 @@ private:
|
|||
Shell();
|
||||
virtual ~Shell() override;
|
||||
|
||||
// ^Core::Object
|
||||
virtual void save_to(JsonObject&) override;
|
||||
|
||||
struct SpawnedProcess {
|
||||
String name;
|
||||
pid_t pid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue