Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR6925: --vp (per-pass verbosity) option | Frank Ch. Eigler | 2008-11-18 | 1 | -0/+8 |
| | |||||
* | PR6964: Revert "Fix hung test due to workaround for PR6964." | Frank Ch. Eigler | 2008-11-12 | 1 | -7/+7 |
| | | | | This reverts commit 8576ea4be5619d9c169cab385ac0d31174fdee41. | ||||
* | Fix hung test due to workaround for PR6964. | Wenji Huang | 2008-11-03 | 1 | -7/+7 |
| | |||||
* | PR6445: documentation, mopping up | Frank Ch. Eigler | 2008-09-06 | 1 | -28/+20 |
| | |||||
* | PR6731: Updated listing mode through adding -L option. | Wenji Huang | 2008-09-05 | 1 | -0/+8 |
| | |||||
* | PR6470: new argv[] tapset, docs, test cases | Frank Ch. Eigler | 2008-06-10 | 1 | -0/+37 |
| | |||||
* | Revert "testsuite: use catch{close}catch{wait} to ensure child process ↵ | Frank Ch. Eigler | 2008-05-28 | 1 | -8/+8 |
| | | | | | | pipe/zombie cleanup" This reverts commit 7938bd829dfd82c40b35d536b5913e666c1454d2. | ||||
* | testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie ↵ | Frank Ch. Eigler | 2008-05-27 | 1 | -8/+8 |
| | | | | cleanup | ||||
* | PR2949: listings mode (stap -l PROBE) | Frank Ch. Eigler | 2008-04-10 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | 2008-04-10 Frank Ch. Eigler <fche@elastic.org> PR 2949. * session.h (listing_mode): New field. * main.cxx (main): Test it. Enjoy it. (usage): Document it. * stap.1.in, stapex.5.in: Ditto. * elaborate.cxx (print_error): Disable error messages in listing mode. 2008-04-10 Frank Ch. Eigler <fche@elastic.org> PR 2949 * systemtap.base/cmd_parse.exp: Add "-l" listing test. | ||||
* | 2008-03-27 Frank Ch. Eigler <fche@elastic.org> | fche | 2008-03-27 | 1 | -1/+2 |
| | | | | * systemtap.base/cmd_parse.exp: Don't assume $SHELL=bash. | ||||
* | 2008-02-06 Masami Hiramatsu <mhiramat@redhat.com> | hiramatu | 2008-02-06 | 1 | -0/+7 |
| | | | | | * systemtap.base/cmd_parse.exp: Added 'wait' between tests for preventing unexpected EOF. | ||||
* | 2007-08-20 Martin Hunt <hunt@redhat.com> | hunt | 2007-08-20 | 1 | -0/+69 |
* systemtap.base/cmd_parse.exp: New file. Test command parsing for "-c". |