-
Notifications
You must be signed in to change notification settings - Fork 0
A tool that logs I/O values of C functions using LibDWARF.
License
sjiang1/funcwatch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Latest commita41ca12 · | ||||
Repository files navigation
Usage instructions: ./funcwatch <program name> <function name> The included test program has a function called foo that gets run 4 times. Foo has a parameter called i. For each run you will see the name, size and value of each parameter, in this case just i. To run funcwatch on test do the following: ./funcwatch test foo Note that size and value are not working yet. ## UPDATE on Dec. 1, 2015 You can now also pass arguments to the target program. funcwatch <function> <program> [args...] e.g. funcwatch foo test a b c d
About
A tool that logs I/O values of C functions using LibDWARF.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published