llvm-project/lldb/tools
Greg Clayton a2715cf108 Added the ability to save core files:
(lldb) file /bin/ls
(lldb) b malloc
(lldb) run
(lldb) process save-core /tmp/ls.core

Each ObjectFile plug-in now has the option to save core files by registering a new static callback.

llvm-svn: 210864
2014-06-13 00:54:12 +00:00
..
darwin-debug Make sure the getopt variables are correctly initialized for any option parsing. 2013-11-22 18:55:04 +00:00
darwin-threads Move the code which translates a dispatch_qaddr into a 2013-10-18 05:55:24 +00:00
debugserver Added the ability to save core files: 2014-06-13 00:54:12 +00:00
driver Remove unused defines from lldb driver. 2014-06-05 14:46:04 +00:00
install-headers Updated Apple LLDB version to lldb-300.99.0. Also 2013-03-07 22:29:06 +00:00
lldb-gdbserver Fixed up lldb-gdbserver to match slightly different debugserver listener host:port message. 2014-04-28 06:04:46 +00:00
lldb-mi Add stdlib.h for malloc and friends 2014-05-26 14:07:26 +00:00
lldb-perf Fixed the lldb_perf_clang.cpp test case to be able to run correctly. 2014-02-27 21:35:49 +00:00
lldb-platform Fixing the Windows build for the changes brought in from the iohandler merge. 2014-01-31 18:48:46 +00:00
CMakeLists.txt Initial commit of LLDB Machine Interface Frontend. 2014-05-16 10:51:01 +00:00
Makefile Build lldb-mi with autotools on Linux. 2014-05-19 09:12:15 +00:00