mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
Shell: Provide some information to inspectors
This commit is contained in:
parent
e75f7ddb1b
commit
d582c03233
Notes:
sideshowbarker
2024-07-19 06:05:24 +09:00
Author: https://github.com/alimpfard
Commit: d582c03233
Pull-request: https://github.com/SerenityOS/serenity/pull/2398
Reviewed-by: https://github.com/awesomekling
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