feat: procmon library to monitor system calls #281
Open
icex2 wants to merge 22 commits from
icex2/procmon-launcher into development
pull from: icex2/procmon-launcher
merge into: :development
:master
:example_libaio_io
:sapling-pr-archive-icex2
:pr322
:pr320
:pr316
:frame-pacing-wip
:bemanitools-6-alpha
:wip-new-btapi
:pr290
:pr291
:pr292
:pr293
:pr294
:pr295
:pr296
:pr297
:pr298
:pr288
:pr287
:pr286
:pr285
:development
:core-feat
:ci-github
Labels
Clear labels
acio
bio2
bst
bug
ddr
documentation
duplicate
enhancement
ezusb
feature
gitlab merge request
good first issue
has attachment
help wanted
high priority
iidx
invalid
jb
low priority
museca
popn
question
sdvx
tech debt
wontfix
Something isn't working
Improvements or additions to documentation
This issue or pull request already exists
New feature or request
Good for newcomers
Extra attention is needed
This doesn't seem right
Further information is requested
This will not be worked on
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Max/djhackersdev_bemanitools#281
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
A general debugging tool. 3rd party applications such as
"procmon" (same name) provide these capabilites and even
more. But, they are more difficult to run with bemanitools
and don't provide a unified look at the output in combination
with the log output by bemanitools.
Provide an initial set of system call hooks that have already
supported debugging efforts. More can be added when needed
later.
Integrate this as an optional dependency into launcher and
load it dynamically. Thus, these can be easily loaded/enabled
by developers and end-users.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.