teak-llvm/lldb/packages/Python/lldbsuite/test/python_api
Vadim Macagon c10e34d07c Expose active and available platform lists via SBDebugger API
Summary:
The available platform list was previously only accessible via the
`platform list` command, this patch makes it possible to access that
list via the SBDebugger API. The active platform list has likewise
been exposed via the SBDebugger API.

Differential Revision: https://reviews.llvm.org/D35760

llvm-svn: 310452
2017-08-09 09:20:40 +00:00
..
breakpoint Switch SBBreakpointLocation to use a weak_ptr 2017-03-01 10:08:48 +00:00
class_members use assertEquals in TestSBTypeClassMembers 2016-09-28 20:39:50 +00:00
debugger *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
default-constructor Expose active and available platform lists via SBDebugger API 2017-08-09 09:20:40 +00:00
disassemble-raw-data [LLDB][MIPS] All tests get errors in dotest after this test. 2016-10-10 10:47:53 +00:00
event *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
exprpath_synthetic *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
findvalue_duplist *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
formatters *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
frame *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
function_symbol *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
hello_world *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
interpreter *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
lldbutil *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
module_section *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
name_lookup Fix TestNameLookup for GCC 2017-02-15 12:27:16 +00:00
objc_type *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
process Fix ProcessAPITestCase.test_get_process_info 2017-08-02 10:12:12 +00:00
rdar-12481949 *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sbdata Fix SBData::SetData() so that it always sets the address byte size correctly and added a test. 2017-01-25 21:50:28 +00:00
sbstructureddata Added new API to SBStructuredData class 2017-05-29 08:25:46 +00:00
sbtype_typeclass xfail TestSBTypeTypeClass.py on macOS i386 2016-10-06 19:23:29 +00:00
sbvalue_const_addrof Revert "Make lldbinline.py regenerate the Makefile each time it builds." 2016-06-07 21:29:46 +00:00
sbvalue_persist *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
section *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
signals *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
symbol-context Fix TestSymbolContextTwoFiles on Android after rL281595 2016-09-15 10:49:55 +00:00
target *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
thread *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
type *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
value Fix dereferencing of pointers to empty classes 2017-01-07 16:39:07 +00:00
value_var_update *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
watchpoint Switch SBWatchpoint to use a weak_ptr to the underlying object 2017-02-28 12:32:45 +00:00
.categories