teak-llvm/lldb/packages/Python/lldbsuite/test/python_api/default-constructor
Vadim Macagon 141a6263da Expose process instance info via SB API
Summary:
Implement SBProcessInfo to wrap lldb_private::ProcessInstanceInfo,
and add SBProcess::GetProcessInfo() to retrieve info like parent ID,
group ID, user ID etc. from a live process.

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

llvm-svn: 309664
2017-08-01 07:34:26 +00:00
..
sb_address.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_block.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_breakpoint.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_breakpointlocation.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_broadcaster.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_communication.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_compileunit.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_debugger.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_error.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_event.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_filespec.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_frame.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_function.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_instruction.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_instructionlist.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_lineentry.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_listener.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_module.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_process_info.py Expose process instance info via SB API 2017-08-01 07:34:26 +00:00
sb_process.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_section.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_stringlist.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_symbol.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_symbolcontext.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_target.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_thread.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_type.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_value.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_valuelist.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
sb_watchpoint.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
TestDefaultConstructorForAPIObjects.py Expose process instance info via SB API 2017-08-01 07:34:26 +00:00