hanchenye-llvm-project/lldb/source
Jason Molenda d31c800ce0 Ah, accidentally committed a patch I didn't mean to.
llvm-svn: 219888
2014-10-16 01:27:31 +00:00
..
API This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit the debugger 2014-10-14 01:20:07 +00:00
Breakpoint Add a new disassembly-format specification so that the disassembler 2014-10-10 23:07:36 +00:00
Commands Rework the way we pass "run multiple command" options to the various API's that 2014-10-11 00:38:27 +00:00
Core Mechanical change to FastDemangle to make it closer to the lldb 2014-10-15 22:11:15 +00:00
DataFormatters This should keep the non-Xcode-based builds happy 2014-10-15 21:39:17 +00:00
Expression Ah, accidentally committed a patch I didn't mean to. 2014-10-16 01:27:31 +00:00
Host Allow ThreadLauncher::LaunchThread() to specify a minimum stack byte size when launching threads. 2014-10-15 18:03:59 +00:00
Interpreter It's possible for long_options[long_options_index].definition to be null 2014-10-16 01:26:51 +00:00
Plugins It's possible for this function to not be passed a CompUnit*; add 2014-10-16 01:21:25 +00:00
Symbol Give user_id a default invalid value so we don't 2014-10-15 23:27:12 +00:00
Target Give old_state a default value so we won't try to restore 2014-10-15 23:39:31 +00:00
Utility Fix the ability of "lldb-platform" to upload files. 2014-09-18 00:20:51 +00:00
CMakeLists.txt Fix the build after the recent plugin additions for 2014-10-11 00:38:55 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and report data extraction 2014-10-10 23:43:03 +00:00