llvm-project/lldb/source
Jim Ingham 455fa5ccc6 There seems to be some odd corner case where we shut down the ProcessGDBRemote, but we haven't managed to shut down the async thread. That causes the ProcessGDBRemote::AsyncThread to crash when it wakes up. So I changed StartAsyncThread and StopAsyncThread to be callable multiple times (only the first one does anything) so that we can just shut it down unequivocally in the ProcessGDBRemote destructor.
<rdar://problem/12602981>

llvm-svn: 167197
2012-11-01 01:15:33 +00:00
..
API Rmoved a duplicate version of SetSelectedThreadByID 2012-10-31 02:12:08 +00:00
Breakpoint Turns out there are 8 bits in a byte. 2012-10-23 21:09:09 +00:00
Commands Updated the "breakpoint command add" documentation and fixed the web site docs for the signature of the python breakpoint callback functions. 2012-10-26 17:53:21 +00:00
Core More fixes from MSVC warnings found by Carlo Kok. 2012-10-31 20:56:43 +00:00
Expression Carlo Kok was compiling with MSVC, caught some more issues. 2012-10-31 20:51:31 +00:00
Host Change the MacOSX Symbols::DownloadObjectAndSymbolFile to look up 2012-10-30 21:26:30 +00:00
Interpreter <rdar://problem/12586188> Make ImportError a special case for "command script import", such that the error message for the exception becomes the error for the entire import operation 2012-10-31 00:01:26 +00:00
Plugins There seems to be some odd corner case where we shut down the ProcessGDBRemote, but we haven't managed to shut down the async thread. That causes the ProcessGDBRemote::AsyncThread to crash when it wakes up. So I changed StartAsyncThread and StopAsyncThread to be callable multiple times (only the first one does anything) so that we can just shut it down unequivocally in the ProcessGDBRemote destructor. 2012-11-01 01:15:33 +00:00
Symbol This is the first phase of supporting the DW_AT_object_pointer tag. I expanded the decl metadata 2012-10-27 02:54:13 +00:00
Target Carlo Kok found an issue where default parameters were causing the wrong argument to be passed. I got rid of the default args so we don't run into this. 2012-10-31 20:49:04 +00:00
Utility <rdar://problem/12398225> 2012-09-28 21:51:54 +00:00
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00
lldb-log.cpp Added a new "module" log channel which covers module creation, deletion, and common module list actions. 2012-10-08 22:41:53 +00:00
lldb.cpp Added a hollowed out version of an OperatingSystem plugin that will use a class in python to get thread information for threads stored in memory. 2012-08-23 21:17:11 +00:00