The do_simple_disasm() also needs to be modified to accommodate the recent changes

to main.m.

llvm-svn: 121150
This commit is contained in:
Johnny Chen 2010-12-07 17:08:16 +00:00
parent f616b218c8
commit 74721273c6
1 changed files with 4 additions and 0 deletions

View File

@ -94,6 +94,8 @@ class FoundationDisassembleTestCase(TestBase):
# Do the disassemble for the currently stopped function.
self.runCmd("disassemble -f")
self.runCmd("process continue")
# Skip another breakpoint for +[NSString stringWithFormat:].
self.runCmd("process continue")
# Followed by a.out`-[MyString initWithNSString:].
@ -112,6 +114,8 @@ class FoundationDisassembleTestCase(TestBase):
# Do the disassemble for the currently stopped function.
self.runCmd("disassemble -f")
self.runCmd("process continue")
# Skip another breakpoint for -[MyString description].
self.runCmd("process continue")
# Followed by -[NSAutoreleasePool release].