hanchenye-llvm-project/lldb/source
Jason Molenda 8980e6bc10 Change process kill to call Process::Destroy (force_kill = true);
follow-up to the change in r235158.  Right now if you attach to 
a process and type "kill", lldb doesn't kill it, it detaches.
<rdar://problem/20691198> 

llvm-svn: 236363
2015-05-01 23:39:48 +00:00
..
API This patch adds support aarch64-linux-gnu (SysV) abi in lldb. 2015-04-29 11:52:35 +00:00
Breakpoint This is some groundwork for filtering the language Exception 2015-04-22 19:42:18 +00:00
Commands Change process kill to call Process::Destroy (force_kill = true); 2015-05-01 23:39:48 +00:00
Core Guard against the case where the Write method is called with 2015-04-30 23:42:56 +00:00
DataFormatters Fix an issue where the UTF dumper was ignoring the direction to generate uncapped dumps 2015-05-01 22:57:38 +00:00
Expression Added support for locating and importing functions 2015-05-01 00:47:29 +00:00
Host Fixed some compiler warnings because of bit-width mismatches. 2015-05-01 16:58:18 +00:00
Initialization Add single stepping logic for linux arm 2015-04-15 09:47:02 +00:00
Interpreter Don't return nullptr when you mean to return an empty llvm::StringRef... 2015-04-30 23:45:07 +00:00
Plugins Support remote-android with multiple connected devices. 2015-05-01 16:49:28 +00:00
Symbol [DWARF CFI] Add support for DW_CFA_def_cfa_sf when parsing CIE 2015-04-22 09:47:21 +00:00
Target Fix Process::ResumeSynchronous which waits a process even in case of error 2015-04-30 13:10:32 +00:00
Utility Add Modulecache::GetAndPut method which wraps sequence of Get and Put (if module wasn't found in cache) calls. 2015-04-15 14:35:10 +00:00
CMakeLists.txt Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
Makefile Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00