llvm-project/lldb/source
Jim Ingham 4920a4ef56 Fix another little nit with detach and keep stopped, you have to check
both for packet success and that the response is OK.

llvm-svn: 242262
2015-07-15 00:59:25 +00:00
..
API Refactor Unix signals. 2015-07-14 01:09:28 +00:00
Breakpoint Make many mangled functions that might demangle a name be allowed to specify a language to use in order to soon support Pascal and Java demangling. Dawn Perchik will take care of making this so. 2015-07-08 22:32:23 +00:00
Commands Fixed line wrapping for the "long help" content in LLDB commands. Content is now dynamically wrapped for the column width of the current terminal. Lines that begin with whitespace will be indented identically on subsequent lines to maintain formatting. 2015-07-14 05:48:36 +00:00
Core Remove hack about the size of long doubles from DataExtractor 2015-07-13 10:50:55 +00:00
DataFormatters Add a summary for vector types 2015-07-07 00:20:57 +00:00
Expression Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a function call on target via register manipulation 2015-07-14 10:56:58 +00:00
Host [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
Initialization [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
Interpreter Fixed line wrapping for the "long help" content in LLDB commands. Content is now dynamically wrapped for the column width of the current terminal. Lines that begin with whitespace will be indented identically on subsequent lines to maintain formatting. 2015-07-14 05:48:36 +00:00
Plugins Fix another little nit with detach and keep stopped, you have to check 2015-07-15 00:59:25 +00:00
Symbol Fix TestStopHookMultipleThreads and TestNamespace after r241751 2015-07-09 10:57:54 +00:00
Target Small fix to ThreadPlanStepRange::DumpRanges to logging 2015-07-14 23:17:29 +00:00
Utility Refactor Unix signals. 2015-07-14 01:09:28 +00:00
CMakeLists.txt Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00