llvm-project/lldb/source
Greg Clayton 2289fa4820 Added the ability to set the Platform path for a module through the SBModule
interface.

Added a quick way to set the platform though the SBDebugger interface. I will
actually an a SBPlatform support soon, but for now this will do.

ConnectionFileDescriptor can be passed a url formatted as: "fd://<fd>" where
<fd> is a file descriptor in the current process. This is handy if you have
services, deamons, or other tools that can spawn processes and give you a
file handle.

llvm-svn: 130565
2011-04-30 01:09:13 +00:00
..
API Added the ability to set the Platform path for a module through the SBModule 2011-04-30 01:09:13 +00:00
Breakpoint Did some work on the "register read" command to only show the first register 2011-04-22 03:55:06 +00:00
Commands Added the ability to specify dumping options (show types, show location, 2011-04-28 20:55:26 +00:00
Core Added the ability to set the Platform path for a module through the SBModule 2011-04-30 01:09:13 +00:00
Expression Fix up how the ValueObjects manage their life cycle so that you can hand out a shared 2011-04-22 23:53:53 +00:00
Host Fixed the SymbolContext::DumpStopContext() to correctly indent and dump 2011-04-23 02:04:55 +00:00
Interpreter Added the ability to specify dumping options (show types, show location, 2011-04-28 20:55:26 +00:00
Plugins Added the ability to set the Platform path for a module through the SBModule 2011-04-30 01:09:13 +00:00
Symbol Got the EmulateInstruction CFI code a lot closer to producing CFI data. 2011-04-26 23:48:45 +00:00
Target Added the ability to set the Platform path for a module through the SBModule 2011-04-30 01:09:13 +00:00
Utility Got the EmulateInstruction CFI code a lot closer to producing CFI data. 2011-04-26 23:48:45 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Patch to remove uses of non-standard strcasestr and replace then with 2011-02-04 18:55:41 +00:00
lldb.cpp Changed the emulate instruction function to take emulate options which 2011-04-26 04:39:08 +00:00