llvm-project/lldb/source
Greg Clayton 431ce67823 Fixed an issue where if you specify an architecture from the command line like:
$ lldb --arch i386-unknown-unknown a.out

It would then create a target with only the "i386" part due to 
SBDebugger::GetDefaultArchitecture(...) truncating the arch triple due to the
way things used to be.

llvm-svn: 129731
2011-04-18 23:15:17 +00:00
..
API Fixed an issue where if you specify an architecture from the command line like: 2011-04-18 23:15:17 +00:00
Breakpoint Added more platform support. There are now some new commands: 2011-03-19 01:12:21 +00:00
Commands Add a test script for exercising the "taregt create", "target list", and "target select" commands. 2011-04-18 21:08:05 +00:00
Core Centralized a lot of the status information for processes, 2011-04-18 08:33:37 +00:00
Expression Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the 2011-04-16 00:01:13 +00:00
Host Moved the execution context that was in the Debugger into 2011-04-12 05:54:46 +00:00
Interpreter Centralized a lot of the status information for processes, 2011-04-18 08:33:37 +00:00
Plugins Rename some variables, no functionality change. 2011-04-18 22:11:31 +00:00
Symbol Centralized a lot of the status information for processes, 2011-04-18 08:33:37 +00:00
Target Centralized a lot of the status information for processes, 2011-04-18 08:33:37 +00:00
Utility Moved the execution context that was in the Debugger into 2011-04-12 05:54:46 +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 Add the rest of the mechanisms to make ARM instruction emulation usable/possible. 2011-04-05 18:46:00 +00:00