diff options
author | Greg Clayton <gclayton@apple.com> | 2012-04-12 18:57:36 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-04-12 18:57:36 +0000 |
commit | 7767716d0f3e3d717f238d0969029e302ee73a6f (patch) | |
tree | 357aedeba0adc768414eee9f2df3145ccb47b51e /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp | |
parent | b1e2e848f3308d38c19f6d8d321df4f636be5f7c (diff) | |
download | bcm5719-llvm-7767716d0f3e3d717f238d0969029e302ee73a6f.tar.gz bcm5719-llvm-7767716d0f3e3d717f238d0969029e302ee73a6f.zip |
A few tweaks done to the heap.py in me free time where we now have:
(lldb) command script import heap.py
Find all malloc blocks that contains a pointer value of 0x1234000:
(lldb) ptr_refs 0x1234000
Find all malloc blocks that contain a C string:
(lldb) cstr_refs "hello"
Get info on a malloc block that starts at or contains 0x12340000
(lldb) malloc_info 0x12340000
llvm-svn: 154602
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp')
0 files changed, 0 insertions, 0 deletions