<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - "image list" does not print module address on Linux"
   href="https://llvm.org/bugs/show_bug.cgi?id=26066">26066</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>"image list" does not print module address on Linux
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.7
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>eugenebi@hotmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>