hanchenye-llvm-project/lldb/test/foundation
Johnny Chen 8ceb8ba2fb The r117616 check in broken these two test cases:
1. FoundationDisassembleTestCase.test_simple_disasm_with_dsym; and
2. FoundationDisassembleTestCase.test_simple_disasm_with_dwarf

the reason being the test was issuing 'disassemble' command to disassemble the current
frame function when stopped.  The 'disassemble' command worked previously but it was a
result of bad option specification.

Fix the disassemble command so that it will require 'disassemble -f' for disassembly of
the current frame function.

llvm-svn: 117688
2010-10-29 19:33:40 +00:00
..
Makefile Added a simple test case to set breakpoints on objc class/instance methods. 2010-09-16 20:54:06 +00:00
TestFoundationDisassembly.py The r117616 check in broken these two test cases: 2010-10-29 19:33:40 +00:00
TestObjCMethods.py Modify the command passed to command interpreter from 'expr' (which is an alias of 'expression') 2010-10-19 00:52:07 +00:00
main.m Forgor to also check in this change with r116337. 2010-10-12 21:24:25 +00:00