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

Greg Clayton <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |WORKSFORME

--- Comment #1 from Greg Clayton <[email protected]> ---
LLDB added support mach-o core files a while ago (starting with --revision
150426). There is also a patch for ELF core files that has been floating around
and isn't in yet.

(lldb) target create --core-file <core> [executable]

Also available from the main command line:

% lldb --core-file <core> [executable]

-- 
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