hanchenye-llvm-project/lldb/test/python_api
Sean Callanan 7be70e8528 This patch removes the SymbolFileSymtab support
for reporting class types from Objective-C runtime
class symbols.  Instead, LLDB now queries the 
Objective-C runtime for class types.

We have also added a (minimal) Objective-C runtime
type vendor for Objective-C runtime version 1, to 
prevent regressions when calling class methods in
the V1 runtime.

Other components of this fix include:

- We search the Objective-C runtime in a few more
  places.

- We enable enumeration of all members of
  Objective-C classes, which Clang does in certain
  circumstances.

- SBTarget::FindFirstType and SBTarget::FindTypes
  now query the Objective-C runtime as needed.

- I fixed several test cases.

<rdar://problem/12885034>

llvm-svn: 170601
2012-12-19 23:05:01 +00:00
..
debugger Added SBDebugger's log callbacks to Python-land 2012-08-25 00:29:07 +00:00
default-constructor Added a typemap and wrappers for SBInputReader callbacks 2012-08-22 13:25:10 +00:00
disassemble-raw-data <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
event Remove decorator to skip event tests 2012-11-23 22:10:20 +00:00
formatters Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
frame Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. 2012-04-06 19:54:10 +00:00
function_symbol Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. 2012-04-06 19:54:10 +00:00
hello_world Test suite cleanup for Linux: mark test cases expected to fail due to open bugzillas 2012-12-19 17:19:28 +00:00
input_reader Added a test for the Python part of SBInputReader callbacks. 2012-08-22 13:25:58 +00:00
interpreter Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. 2012-04-06 19:54:10 +00:00
lldbutil Marking test_lldb_iter_frame in TestLLDBIterator.py as expectedFailureLinux (due to lack of multi-threaded debugging support). 2012-12-13 01:28:44 +00:00
module_section Patch from Dan Malea daniel.malea@gmail.com to add some required 2012-11-08 23:50:33 +00:00
process Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge. 2012-05-23 22:34:34 +00:00
rdar-12481949 Fixing the test case for rdar://12481949 to do the right thing with our new rules for sign-extension in GetValueAsUnsigned() 2012-10-24 22:15:04 +00:00
sbdata Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly 2012-09-22 00:05:11 +00:00
symbol-context Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. 2012-04-06 19:54:10 +00:00
target Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. 2012-04-06 19:54:10 +00:00
thread Update test status on Linux 2012-11-23 21:59:29 +00:00
type This patch removes the SymbolFileSymtab support 2012-12-19 23:05:01 +00:00
value Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. 2012-04-06 19:54:10 +00:00
watchpoint Update test status on Linux 2012-11-23 21:59:29 +00:00
.categories Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00