| commit | 534684372dc9a71c253f9afabc04cb52591b039e | [log] [tgz] |
|---|---|---|
| author | Enrico Granata <egranata@apple.com> | Wed Nov 13 02:18:44 2013 +0000 |
| committer | Enrico Granata <egranata@apple.com> | Wed Nov 13 02:18:44 2013 +0000 |
| tree | 3b9d144d198d834f513942233492edabdfc21708 | |
| parent | f686ed0e093ddf68d920cd2d902cb0d5ac099ee6 [diff] |
<rdar://problem/14322677> Implement a "memory find" command for LLDB This is still fairly rough around the edges but works well enough for simple scenarios where a chunk of text or a number are to be found within a certain range of memory, as in mem find `buffer` `buffer+0x1000` -s "me" -c 5 -r llvm-svn: 194544