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: [email protected]
          Reporter: [email protected]
    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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to