forked from OSchip/llvm-project
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:
parent
f616b218c8
commit
74721273c6
|
@ -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].
|
||||
|
|
Loading…
Reference in New Issue