Skip to content

Commit

Permalink
Give the extension the ability to get the parent process info (#10216)
Browse files Browse the repository at this point in the history
* Give the extension the ability to get the parent process info

* use internals

* fix build issues on unix platforms
  • Loading branch information
strseb authored Feb 12, 2025
1 parent 777b8e0 commit 56365af
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 34 deletions.
201 changes: 167 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions extension/bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ edition = "2018"
mio = { version = "1.0.3", features = ["os-poll", "net"] }
serde_json = "1.0.138"
byteorder = "1.5.0"
sysinfo = "0.33.1"

[target.'cfg(windows)'.dependencies]
windows = { version = "0.51.1", features = [
"Win32_Foundation",
"Win32_System_Diagnostics_ToolHelp",
] }
Loading

0 comments on commit 56365af

Please sign in to comment.