diff options
author | Johnny Chen <johnny.chen@apple.com> | 2010-09-21 21:08:53 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2010-09-21 21:08:53 +0000 |
commit | ea88e94318492db7c29808a145daa0653a1feae5 (patch) | |
tree | eef4f03a01cb4669a42d8deabf16f26dca0fc032 /llvm/lib/Support/CommandLine.cpp | |
parent | 99ff76212a0b38ceae924b3a739a8cc6a132624a (diff) | |
download | bcm5719-llvm-ea88e94318492db7c29808a145daa0653a1feae5.tar.gz bcm5719-llvm-ea88e94318492db7c29808a145daa0653a1feae5.zip |
Added a more complex test case of breakpoint commands, which executes a sequence
of 'breakpoint command add/list/remove' commands to set breakpoint callbacks,
list them, and then remove one.
Modified the lldbtest.TestBase.expect() method to add two additional keyword
arguments:
o matching (default to True), which, if set to False, reverses the semantics of
'expect' to 'expect not'
o patterns (default to None), which specifies a list of regexp patterns to match
against the output from running the command
TestBreakpointCommand.py uses the matching=False and the patterns=[...] expect()
API.
llvm-svn: 114480
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions