[lldb-dev] [Bug 26066] New: "image list" does not print module address on Linux
via lldb-dev
lldb-dev at lists.llvm.org
Thu Jan 7 10:06:09 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26066
Bug ID: 26066
Summary: "image list" does not print module address on Linux
Product: lldb
Version: 3.7
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: eugenebi at hotmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
The "image list" output lacks image load address which would be useful.
(lldb) target create "/bin/ls"
Current executable set to '/bin/ls' (x86_64).
(lldb) b malloc
Breakpoint 1: no locations (pending).
WARNING: Unable to resolve breakpoint to any actual locations.
(lldb) r
Process 47969 launched: '/bin/ls' (x86_64)
1 location added to breakpoint 1
1 location added to breakpoint 1
Process 47969 stopped
* thread #1: tid = 47969, 0x00007ffff766c759
libc.so.6`__GI___libc_malloc(bytes=5) + 9 at malloc.c:2881, name = 'ls', stop
reason = breakpoint 1.1
frame #0: 0x00007ffff766c759 libc.so.6`__GI___libc_malloc(bytes=5) + 9 at
malloc.c:2881
(lldb) image list
[ 0] BD39C071-94A7-78CC-C066-FC963CA152BD-FAA3F971 /bin/ls
[ 1] CC197F7A-4642-CE21-32C9-9AE1F5598A60-1650EF0C
/lib/x86_64-linux-gnu/libselinux.so.1
[ 2] 3CF5E1E8-C7CB-082F-1CF3-44BFA4954781-52AC3149
/lib/x86_64-linux-gnu/libacl.so.1
[ 3] 30C94DC6-6A1F-E951-80C3-D68D2B89E576-D5AE213C
/lib/x86_64-linux-gnu/libc.so.6
/usr/lib/debug/lib/x86_64-linux-gnu/libc-2.19.so
[ 4] F6B728A5-93A7-7751-9A7A-08ABB3BCAC87-4BB743EE
/lib/x86_64-linux-gnu/libpcre.so.3
[ 5] C1AE4CB7-195D-337A-77A3-C689051DABAA-3980CA0C
/lib/x86_64-linux-gnu/libdl.so.2
/usr/lib/debug/lib/x86_64-linux-gnu/libdl-2.19.so
[ 6] 9F00581A-B3C7-3E3A-EA35-995A0C50D24D-59A01D47
/lib64/ld-linux-x86-64.so.2
[ 7] 27396D0C-D0F5-F629-3CC3-D9C70B32E7FE-4D1A8E49
/lib/x86_64-linux-gnu/libattr.so.1
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160107/d1f8bf2f/attachment.html>
More information about the lldb-dev
mailing list