llvm-project/lldb/source
Greg Clayton 82f4cf46aa A simple fix for the GDB format strings so the byte size parameter gets
properly marked as valid.

Also modified the "memory read" command to be able to intelligently repeat
subsequent memory requests, so now you can do:

(lldb) memory read --format hex --count 32 0x1000

Then hit enter to keep viewing the memory that follows the last valid request.

llvm-svn: 143015
2011-10-26 04:32:38 +00:00
..
API Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +00:00
Breakpoint Add a commnad to set a condition for a watchpoint. Example: 2011-10-17 18:58:00 +00:00
Commands A simple fix for the GDB format strings so the byte size parameter gets 2011-10-26 04:32:38 +00:00
Core Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +00:00
Expression Fixed a problem where local variables conflict with 2011-10-25 20:36:57 +00:00
Host Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +00:00
Interpreter A simple fix for the GDB format strings so the byte size parameter gets 2011-10-26 04:32:38 +00:00
Plugins Fixed an issue where a class that resides inside another class wasn't getting 2011-10-26 03:31:36 +00:00
Symbol Fixed an issue where a class that resides inside another class wasn't getting 2011-10-26 03:31:36 +00:00
Target Cleaned up many error codes. For any who is filling in error strings into 2011-10-26 00:56:27 +00:00
Utility Adopt the intrusive pointers in: 2011-09-17 08:33:22 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Fixed an issue where a lexical block or inlined function might have bad debug 2011-09-29 23:41:34 +00:00
lldb.cpp Patch from Dragos Tatulea to re-enable the PECOFF object file parser for all 2011-10-11 16:42:21 +00:00