From 456c9c343e175e146868d7a80108dc2540223096 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Wed, 13 Oct 2010 19:22:50 +0000 Subject: Apply (query-replace "frame variable" "frame variable -t") and fix a comment about 'expr var', not 'frame variable var'. llvm-svn: 116419 --- lldb/test/breakpoint_command/TestBreakpointCommand.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/test/breakpoint_command/TestBreakpointCommand.py') diff --git a/lldb/test/breakpoint_command/TestBreakpointCommand.py b/lldb/test/breakpoint_command/TestBreakpointCommand.py index d14d51063e0..600f6097afa 100644 --- a/lldb/test/breakpoint_command/TestBreakpointCommand.py +++ b/lldb/test/breakpoint_command/TestBreakpointCommand.py @@ -47,7 +47,7 @@ class BreakpointCommandTestCase(TestBase): self.line) # Now add callbacks for the breakpoints just created. - self.runCmd("breakpoint command add -c -o 'frame variable -s' 1") + self.runCmd("breakpoint command add -c -o 'frame variable -t -s' 1") self.runCmd("breakpoint command add -p -o 'here = open(\"output.txt\", \"w\"); print >> here, \"lldb\"; here.close()' 2") # Check that the breakpoint commands are correctly set. @@ -61,7 +61,7 @@ class BreakpointCommandTestCase(TestBase): self.expect("breakpoint command list 1", "Breakpoint 1 command ok", substrs = ["Breakpoint commands:", - "frame variable -s"]) + "frame variable -t -s"]) self.expect("breakpoint command list 2", "Breakpoint 2 command ok", substrs = ["Breakpoint commands:", "here = open", -- cgit v1.2.3