llvm-project/lldb
Greg Clayton 6d7e77b9dc Added new options to memory read to allow saving memory to disk
as binary bytes or as an ASCII text dump. 
- The output file is specified with the  "--outfile FILE" option.
- The memory can be appended to an existing file using the "--append" option. 
- The memory will be written as an ASCII text dump by default, or as 
  binary with the "--binary" option. 

Added new options to memory write to allow writing all or part of
a file on disk to target memory:
- The input file is specified using the "--infile FILE" option
- The offset at which to start in the file defaults to zero, but
  can be overridden using the "--offset OFFSET" option. If the
  size is not specified, the remaining number of bytes in the file
  will be used as the default byte size.
- The number of bytes to write defaults to the entire file byte
  size, but can be changed with the "--size COUNT" option.
 

llvm-svn: 116172
2010-10-10 20:52:20 +00:00
..
docs Minor copy edits. 2010-09-11 00:37:21 +00:00
examples Minor change. 2010-10-09 00:15:46 +00:00
include Added mutex protection to the Symtab class. 2010-10-08 04:20:14 +00:00
lib Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more 2010-09-07 20:11:56 +00:00
lldb.xcodeproj Bumped versions to lldb-26 and debugserver-114 for a build. 2010-10-08 00:23:57 +00:00
resources Bumped versions to lldb-26 and debugserver-114 for a build. 2010-10-08 00:23:57 +00:00
scripts More SWIG cleanup. Moved the breakpoint callback function back to the 2010-10-07 17:14:24 +00:00
source Added new options to memory read to allow saving memory to disk 2010-10-10 20:52:20 +00:00
test Simplify the generator adaptor to a Python function instead of a class definition, 2010-10-10 20:25:10 +00:00
tools Bumped versions to lldb-26 and debugserver-114 for a build. 2010-10-08 00:23:57 +00:00
www Clarified some caveats for thread format strings. 2010-10-04 03:06:05 +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 Comment out test targets; they don't work on Linux because test/Makefile uses 2010-07-09 22:36:15 +00:00