[lldb-dev] [Bug 15521] Core file command option
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Mar 15 09:24:28 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=15521
Greg Clayton <clayborg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |clayborg at gmail.com
Resolution|--- |WORKSFORME
--- Comment #1 from Greg Clayton <clayborg at gmail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130315/133450a3/attachment.html>
More information about the lldb-dev
mailing list