llvm-project/lldb/source
Jason Molenda 89c37499dd Change DecodeProcessInfoResponse to set the ProcessInfo's architecture
if the remote stub provided enough information to identify it in the
qProcessInfo packet response.  (e.g. for an Apple device where we know 
it is Mach-O, the cpu type & cpu sub type).
<rdar://problem/15847901> 

llvm-svn: 200253
2014-01-27 22:23:20 +00:00
..
API Added the ability to get the type that a typedef points to via: 2014-01-23 21:38:34 +00:00
Breakpoint Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression evaluator to handle Indirect 2014-01-10 23:46:59 +00:00
Commands The default timeout for EvaluateExpressionOptions is not 0, so if no timeout is provided, we have to set the option timeout to 0 by hand. 2014-01-17 20:09:23 +00:00
Core Change DataExtractor's ReadInt* and ReadSwapInt* routines, as well as 2014-01-25 05:12:35 +00:00
DataFormatters <rdar://problem/15776874> 2014-01-27 21:31:26 +00:00
Expression Better logging for the IRExecutionUnit so that 2014-01-21 00:54:48 +00:00
Host Candidate fix for bug 18592. 2014-01-23 17:07:54 +00:00
Interpreter Add a new-line 2013-12-21 08:24:28 +00:00
Plugins Change DecodeProcessInfoResponse to set the ProcessInfo's architecture 2014-01-27 22:23:20 +00:00
Symbol Track clang changes from r200082 2014-01-25 16:57:13 +00:00
Target Don't need to figure out the frame's module if we don't have any libraries 2014-01-23 21:57:53 +00:00
Utility Extends StringExtractorGDBRemote to support debugger packets. 2013-12-05 19:25:45 +00:00
CMakeLists.txt Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp The output of 'log list' was missing a few of the lldb channels: 2013-09-12 01:48:59 +00:00
lldb.cpp Commit a work-in-progress system runtime for Mac OS X which won't 2013-11-15 00:17:32 +00:00