hanchenye-llvm-project/lldb/source
Greg Clayton 83793fc188 <rdar://problem/13956179>
Cleaned up the thread updating code in the OperatingSystemPython class. It doesn't need to clear the "new_thread_list" anymore as it is always empty. 

It also now assigns the "core_thread_list" to "new_thread_list" if no threads are detected through python.

llvm-svn: 182893
2013-05-29 23:31:14 +00:00
..
API Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. 2013-05-23 20:47:45 +00:00
Breakpoint Error out if the expression for a breakpoint 2013-05-29 20:22:18 +00:00
Commands For "expr", say what the timeout units are in the help string. 2013-05-29 19:40:14 +00:00
Core Remove unused variable. 2013-05-29 23:22:22 +00:00
DataFormatters Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. 2013-05-23 20:47:45 +00:00
Expression Fixed signed operations in the IR interpreter. 2013-05-24 20:36:56 +00:00
Host Adding support for stopping all threads of multithreaded inferiors on Linux. Also adding multithreaded test cases. 2013-05-28 23:04:25 +00:00
Interpreter Fixed a file leak introduced with my last checkin. Also be sure to include <stdio.h> just in case. 2013-05-22 23:29:16 +00:00
Plugins <rdar://problem/13956179> 2013-05-29 23:31:14 +00:00
Symbol Patch from Yacine Belkadi that fixes a typo in an error message. 2013-05-20 16:52:10 +00:00
Target Adding support for stopping all threads of multithreaded inferiors on Linux. Also adding multithreaded test cases. 2013-05-28 23:04:25 +00:00
Utility Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets. 2013-05-21 21:55:59 +00:00
CMakeLists.txt Mac OS X CMake fix: generate LLDB version from xcodeproj 2013-05-28 03:44:37 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp Don't compare 4 characters on a 2 character string. 2013-05-22 23:36:10 +00:00
lldb.cpp Remove the initialization/termination of the now-removed OperatingSystemDarwinKernel. 2013-05-03 03:55:48 +00:00