From 79042b3e93c5eabbaccfec4af3c3bbbe3667ea1e Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Fri, 4 Feb 2011 22:59:41 +0000 Subject: Change "breakpoint list" command to default to brief output rather than full output. Modify test cases in test suite to either expect brief output or to pass -f for full output as appropriate. llvm-svn: 124905 --- lldb/test/load_unload/TestLoadUnload.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/test/load_unload/TestLoadUnload.py') diff --git a/lldb/test/load_unload/TestLoadUnload.py b/lldb/test/load_unload/TestLoadUnload.py index def3aef376f..8dff34df47b 100644 --- a/lldb/test/load_unload/TestLoadUnload.py +++ b/lldb/test/load_unload/TestLoadUnload.py @@ -184,7 +184,7 @@ class LoadUnloadTestCase(TestBase): 'stop reason = breakpoint']) # The breakpoint should have a hit count of 1. - self.expect("breakpoint list", BREAKPOINT_HIT_ONCE, + self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE, substrs = [' resolved, hit count = 1']) # Issue the 'contnue' command. We should stop agaian at a_function. @@ -199,7 +199,7 @@ class LoadUnloadTestCase(TestBase): 'stop reason = breakpoint']) # The breakpoint should have a hit count of 2. - self.expect("breakpoint list", BREAKPOINT_HIT_ONCE, + self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE, substrs = [' resolved, hit count = 2']) -- cgit v1.2.3