summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/uprobes_lib.c
Commit message (Collapse)AuthorAgeFilesLines
* Add main executable symbol uprobe to uprobes_lib.exp test.Mark Wielaard2009-04-081-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 Wielaard2009-03-241-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.