Enrico Granata
6b4ddc655a
<rdar://problem/12437929>
...
Providing a special mode of operator for "memory read -f c-str" which actually works in most common cases
Where the old behavior would provide:
(lldb) mem read --format s `foo`
0x100000f5d: NULL
Now we do:
(lldb) mem read --format s `foo`
0x100000f5d: "hello world"
You can also specify a count and that many strings will be showed starting at the initial address:
(lldb) mem read -c 2 -f c-str `foo`
0x100000f1d: "hello world"
0x100000f29: "short"
llvm-svn: 173076
2013-01-21 19:20:50 +00:00
..
2012-12-05 00:20:57 +00:00
2012-12-05 00:20:57 +00:00
2012-06-08 21:56:10 +00:00
2013-01-09 19:44:40 +00:00
2012-06-08 21:56:10 +00:00
2013-01-09 19:44:40 +00:00
2012-06-08 21:56:10 +00:00
2012-12-05 00:20:57 +00:00
2012-06-08 21:56:10 +00:00
2012-12-05 00:20:57 +00:00
2010-07-07 03:36:20 +00:00
2012-06-08 21:56:10 +00:00
2013-01-09 19:44:40 +00:00
2012-12-14 22:36:35 +00:00
2013-01-15 02:47:48 +00:00
2013-01-15 02:47:48 +00:00
2013-01-09 19:44:40 +00:00
2010-06-23 01:19:29 +00:00
2012-12-12 18:02:47 +00:00
2012-12-04 00:32:51 +00:00
2012-12-07 18:37:09 +00:00
2010-06-23 01:19:29 +00:00
2013-01-21 19:20:50 +00:00
2010-06-23 01:19:29 +00:00
2012-12-05 00:20:57 +00:00
2013-01-09 19:44:40 +00:00
2011-04-18 08:33:37 +00:00
2012-12-05 00:20:57 +00:00
2012-09-28 23:57:51 +00:00
2013-01-09 22:58:18 +00:00
2010-06-23 01:19:29 +00:00
2013-01-17 21:36:19 +00:00
2013-01-17 21:36:19 +00:00
2013-01-09 19:44:40 +00:00
2010-06-23 01:19:29 +00:00
2013-01-09 19:44:40 +00:00
2012-06-08 21:56:10 +00:00
2013-01-09 19:44:40 +00:00
2010-07-07 03:36:20 +00:00
2012-12-05 00:20:57 +00:00
2012-06-08 21:56:10 +00:00
2013-01-11 23:44:27 +00:00
2010-06-23 01:19:29 +00:00
2013-01-09 19:44:40 +00:00
2011-04-18 08:33:37 +00:00
2012-12-20 20:08:17 +00:00
2011-11-04 03:34:56 +00:00
2012-12-05 00:20:57 +00:00
2012-06-08 21:56:10 +00:00
2013-01-09 19:44:40 +00:00
2012-06-19 22:12:58 +00:00
2012-12-05 00:20:57 +00:00
2012-08-09 23:09:42 +00:00
2012-12-07 22:21:08 +00:00