llvm-project/lldb/source
Jason Molenda 216d91f16e Change Target::ReadMemoryFromFileCache to not read from the file
if the section is marked as encrypted.  It will likely be readable
in live memory.
<rdar://problem/11305675>

llvm-svn: 155509
2012-04-25 00:06:56 +00:00
..
API Added the ability to specify the symbol file for a module when adding it to a target. 2012-04-23 20:23:39 +00:00
Breakpoint <rdar://problem/11282938> 2012-04-23 22:00:21 +00:00
Commands 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
Core Fixing an issue where the expression parser was not correctly freeze-drying bitfields - This patch ensures that (a) freeze-drying bitfields works correctly and (b) that we actually access bitfields through IR instead of the 'frame var en lieu of expr' shortcut, for added safety in corner cases that may arise 2012-04-24 22:15:37 +00:00
Expression Fixed a crasher that occurs when an expression 2012-04-24 17:56:40 +00:00
Host Bump version to lldb-143. 2012-04-21 02:10:22 +00:00
Interpreter Report the command error when we are in "stop on error mode." 2012-04-24 02:25:07 +00:00
Plugins <rdar://problem/11291668> 2012-04-24 21:22:41 +00:00
Symbol Pass *this in explicitly to save the FileSpec copy construction. 2012-04-23 23:22:24 +00:00
Target Change Target::ReadMemoryFromFileCache to not read from the file 2012-04-25 00:06:56 +00:00
Utility Removed redundant isxdigit checks and added the ability to GetHexU8() so it can extract an 8 bit hex value if one is available. It will set EOF if "set_eof_on_fail" is true or if out of data. This allows a string decoder to grab a string without losing the last part of the packet with a packet like "414243,abc" (it can extract "ABC" and leave the file position set to the comma). 2012-04-07 00:42:53 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Add a logging mode that takes a callback and flush'es to that callback. 2012-02-21 02:23:08 +00:00
lldb.cpp Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>: 2012-04-14 00:54:42 +00:00