Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add main executable symbol uprobe to uprobes_lib.exp test. | Mark Wielaard | 2009-04-08 | 1 | -1/+2 |
| | | | | | | | | | | | There was nothing wrong with the probe itself, but because the body was empty the compiler optimised away the actual call... * testsuite/systemtap.base/uprobes_lib.exp: Activate main exe probe, expect more output. * testsuite/systemtap.base/uprobes_lib.stp: Also probe main and main_lib. * testsuite/systemtap.base/uprobes_exe.c: Put some code in main_func. * testsuite/systemtap.base/uprobes_lib.c: Likewise for lib_func. | ||||
* | Add testcase for uprobe on shared library (PR9940). | Mark Wielaard | 2009-03-24 | 1 | -0/+20 |
* testsuite/systemtap.base/uprobes_exe.c: New file. * testsuite/systemtap.base/uprobes_lib.c: New file. * testsuite/systemtap.base/uprobes_lib.exp: New file. * testsuite/systemtap.base/uprobes_lib.stp: New file. |