[lldb-dev] [Bug 18946] New: "image list" and "image dump sections" do not include core file data on FreeBSD

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Feb 24 07:15:03 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=18946

            Bug ID: 18946
           Summary: "image list" and "image dump sections" do not include
                    core file data on FreeBSD
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: emaste at freebsd.org
    Classification: Unclassified

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.

-- 
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/20140224/da45ac91/attachment.html>


More information about the lldb-dev mailing list