hanchenye-llvm-project/lldb/test/python_api
Enrico Granata 47caf9a956 Extend the member function discovery APIs to also support Objective-C as well as C++
For the Objective-C case, we do not have a "function type" notion, so we actually end up wrapping the clang ObjCMethodDecl in the Impl object, and ask function-y questions of it
In general, you can always ask for return type, number of arguments, and type of each argument using the TypeMemberFunction layer - but in the C++ case, you can also acquire a Type object for the function itself, which instead you can't do in the Objective-C case

llvm-svn: 218132
2014-09-19 18:21:05 +00:00
..
breakpoint If a breakpoint gets deleted, any SBBreakpoints representing that 2014-07-02 18:44:43 +00:00
class_members Extend the member function discovery APIs to also support Objective-C as well as C++ 2014-09-19 18:21:05 +00:00
debugger
default-constructor
disassemble-raw-data
event
findvalue_duplist
formatters
frame
function_symbol
hello_world
interpreter Fixes a number of issue related to test portability on Windows. 2014-07-18 01:02:02 +00:00
lldbutil Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
module_section Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
objc_type
process
rdar-12481949
sbdata Fixes a number of issue related to test portability on Windows. 2014-07-18 01:02:02 +00:00
signals Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
symbol-context
target Marked TestTargetAPI.test_launch_new_process_and_redirect_stdout_with_* as XFAIL on Darwin. 2014-07-09 21:24:41 +00:00
thread Add decorator for FreeBSD test failure - malloc() breakpoint issue 2014-08-01 17:04:31 +00:00
type Add support for inspecting enum members. 2014-06-02 20:55:29 +00:00
value
watchpoint Get test executables compiling on Windows. 2014-08-13 17:44:53 +00:00
.categories