llvm-project/lldb/source/Plugins
Greg Clayton d1cf11a74d Added a new host function that allows us to run shell command and get the output from them along with the status and signal:
Error
Host::RunShellCommand (const char *command,
                       const char *working_dir,
                       int *status_ptr,
                       int *signo_ptr,
                       std::string *command_output_ptr,
                       uint32_t timeout_sec);

This will allow us to use this functionality in the host lldb_private::Platform, and also use it in our lldb-platform binary. It leverages the existing code in Host::LaunchProcess and ProcessLaunchInfo.

llvm-svn: 154730
2012-04-14 01:42:46 +00:00
..
ABI rdar://problem/10652076 2012-02-29 01:07:59 +00:00
Disassembler/llvm Expose GetAddressClass() from both the SBAddress and SBInstruction so clients can tell the difference between ARM/Thumb opcodes when disassembling ARM. 2012-04-13 00:07:34 +00:00
DynamicLoader Commit missing function prototype. 2012-03-21 22:50:54 +00:00
Instruction/ARM rdar://problem/11031743 2012-03-13 21:07:03 +00:00
LanguageRuntime We sometimes need to be able to call functions (via Process::RunThreadPlan) from code run on the private state thread. To do that we have to 2012-04-07 00:00:41 +00:00
ObjectContainer <rdar://problem/10434005> 2012-03-14 03:07:05 +00:00
ObjectFile Expose GetAddressClass() from both the SBAddress and SBInstruction so clients can tell the difference between ARM/Thumb opcodes when disassembling ARM. 2012-04-13 00:07:34 +00:00
OperatingSystem/Darwin-Kernel Trying to solve our disappearing thread issues by making thread list updates safer. 2012-04-10 00:18:59 +00:00
Platform Added a new host function that allows us to run shell command and get the output from them along with the status and signal: 2012-04-14 01:42:46 +00:00
Process Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>: 2012-04-14 00:54:42 +00:00
SymbolFile Added a mechanism for keeping track of where in 2012-04-13 00:10:03 +00:00
SymbolVendor/MacOSX <rdar://problem/8196933> 2012-03-15 21:01:31 +00:00
UnwindAssembly Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
Makefile Enable building the POSIX-DYLD dynamic loader plug-in in the Makefile build since it can be used for remote debugging. 2012-04-05 17:43:02 +00:00