llvm-project/lldb/source
James McIlree 9631aae211 Expose ConnectRemote API through SBTarget and SBProcess.
Patch verified by Greg Clayton prior to checkin.

llvm-svn: 126974
2011-03-04 00:31:13 +00:00
..
API Expose ConnectRemote API through SBTarget and SBProcess. 2011-03-04 00:31:13 +00:00
Breakpoint Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpoint 2011-02-05 00:38:04 +00:00
Commands Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. 2011-02-24 22:24:29 +00:00
Core When making a DataExtractor from a Value that's got a ClangType, set the AddressByteSize from the AST Context. 2011-02-24 21:23:14 +00:00
Expression Fixed a bug in the expression parser where the 'this' 2011-03-04 00:23:47 +00:00
Host Host: linux: Use llvm::sys::getHostTriple for the default host ArchSpec. 2011-02-24 19:15:09 +00:00
Interpreter Don't limit StreamTee to just two streams. It now can contain 2011-02-20 02:15:07 +00:00
Plugins Add code to emulate RFE Arm instruction. 2011-03-03 22:37:46 +00:00
Symbol Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form 2011-02-23 00:35:02 +00:00
Target Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. 2011-02-24 22:24:29 +00:00
Utility Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. 2011-02-24 22:24:29 +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 Added new target instance settings for execution settings: 2011-02-18 01:44:25 +00:00