Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test all context related functions in one test. | Mark Wielaard | 2009-09-19 | 1 | -10/+0 |
| | | | | | | | | | Saves a couple of seconds per individual test by doing them all in one. * testsuite/buildok/context_test.stp: Incorporate: modname.stp, probefunc.stp, probemod.stp, symdata.stp, symname.stp, uaddr.stp, ustack.stp, usymdata.stp, usymname.stp. Delete individual tests. | ||||
* | Add ubacktrace(), print_ustack() and print_ubacktrace(). | Mark Wielaard | 2009-04-21 | 1 | -0/+10 |
* runtime/sym.c (_stp_usymbol_print): New function. * tapset/ucontext-unwind.stp (print_ubacktrace): New tapset function. (ubacktrace): Likewise. * tapset/ucontext-symbols.stp (print_ustack): Likewise. * testsuite/buildok/ustack.stp: New test for above three functions. |