teak-llvm/lldb/packages/Python/lldbsuite/test/python_api/default-constructor
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
..
sb_address.py
sb_block.py
sb_breakpoint.py
sb_breakpointlocation.py
sb_broadcaster.py
sb_communication.py
sb_compileunit.py
sb_debugger.py Expose active and available platform lists via SBDebugger API 2017-08-09 09:20:40 +00:00
sb_error.py
sb_event.py
sb_filespec.py
sb_frame.py
sb_function.py
sb_instruction.py
sb_instructionlist.py
sb_lineentry.py
sb_listener.py
sb_module.py
sb_process_info.py
sb_process.py
sb_section.py
sb_stringlist.py
sb_symbol.py
sb_symbolcontext.py
sb_target.py
sb_thread.py
sb_type.py
sb_value.py
sb_valuelist.py
sb_watchpoint.py
TestDefaultConstructorForAPIObjects.py