ptrace
Here are 90 public repositories matching this topic...
-
Updated
Aug 30, 2020 - C
-
Updated
Sep 4, 2020 - Python
-
Updated
Apr 13, 2018 - Go
-
Updated
Nov 9, 2019 - Common Lisp
-
Updated
May 13, 2020 - Go
-
Updated
Sep 21, 2020 - Go
-
Updated
Nov 8, 2020 - Makefile
-
Updated
Nov 13, 2020 - Swift
-
Updated
May 30, 2017 - C
-
Updated
Aug 9, 2019 - C
Assume state (state.hpp) is process wide states, some resources are per-thread, while others (such as FDs, signal handlers) are per-process. It would be nice too have three APIs like reset(), cloned() and forked(), so that the unix clone (threads) and fork events can be easily to implement.
For instance, if we know some resources are shared among threads (per-process), in rust
Fancier Logging
-
Updated
Nov 5, 2018 - C
Improve this page
Add a description, image, and links to the ptrace topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ptrace topic, visit your repo's landing page and select "manage topics."
https://github.com/kislyuk/argcomplete allows for easy integration with bash auto-completion.