<html>
    <head>
      <base href="http://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" and "image dump sections" do not include core file data on FreeBSD"
   href="http://llvm.org/bugs/show_bug.cgi?id=18946">18946</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>"image list" and "image dump sections" do not include core file data on FreeBSD
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>FreeBSD
          </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@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>emaste@freebsd.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>feynman% bin/lldb abort -c abort.core
Core file '/tank/emaste/src/llvm/build-nodebug/abort.core' (mips64) was loaded.
Process 0 stopped
* thread #1: tid = 0, 0x000000016019e918, name = 'abort', stop reason = signal
SIGABRT
    frame #0: 0x000000016019e918
error: core file does not contain 0x16019e918
(lldb) image list 
[  0] 36ACAB77-0000-0000-0000-000000000000                   
/tank/emaste/src/llvm/build-nodebug/abort 
(lldb) image dump sections
Dumping sections for 1 modules.
Sections for '/tank/emaste/src/llvm/build-nodebug/abort' (mips64):
  SectID     Type             Load Address                             File
Off.  File Size  Flags      Section Name
  ---------- ---------------- --------------------------------------- 
---------- ---------- ---------- ----------------------------
  0x00000001 regular                                                  
0x00000000 0x00000000 0x00000000 abort.
...


Being able to see the address ranges for the LOAD sections in the core file
would be quite useful.</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>