llvm-project/lldb
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
..
docs Add reference to ToT/examples/customization for more customization examples. 2011-10-12 19:20:04 +00:00
examples Add 'cd -' feature to change to the previous working directory. 2011-10-13 01:20:34 +00:00
include A simple fix for the GDB format strings so the byte size parameter gets 2011-10-26 04:32:38 +00:00
lib Patch from Dragos Tatulea to re-enable the PECOFF object file parser for all 2011-10-11 16:42:21 +00:00
lldb.xcodeproj Added VerifyDecl, a function that, when LLDB is 2011-10-26 01:06:27 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Bumped versions for lldb-81 and debugserver-146. 2011-10-22 03:38:38 +00:00
scripts Fix typo in the docstring. 2011-10-26 00:44:40 +00:00
source A simple fix for the GDB format strings so the byte size parameter gets 2011-10-26 04:32:38 +00:00
test Add another metric for startup delay -- run to breakpoint, which measures the time from issuing 2011-10-26 00:35:10 +00:00
tools Remove unused include of deprecated header. 2011-10-23 16:31:38 +00:00
utils Remove utils/emacs directory from lldb. 2011-10-10 17:58:30 +00:00
www typeo 2011-10-25 01:28:56 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00