llvm-project/lldb/source
Andrew MacPherson ea77a5528d Suppress SIGSTOP under Linux and don't explicitly call SetResumeSignal() in POSIXThread, instead just let StopInfo handle it.
llvm-svn: 204504
2014-03-21 19:08:37 +00:00
..
API Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (serial or concurrent). 2014-03-13 02:54:54 +00:00
Breakpoint When clearing a breakpoint site, make sure the owning process still exists before asking it to remove the breakpoint site the rest of the way. 2014-03-12 22:03:13 +00:00
Commands cleanup unreferenced functions 2014-03-20 06:08:36 +00:00
Core Switch over to use the ArchSpec::GetMachine() instead of ArchSpec::GetCore() to keep the code more portable as we add new core types to ArchSpec. 2014-03-20 21:31:55 +00:00
DataFormatters cleanup unreferenced functions 2014-03-20 06:08:36 +00:00
Expression cleanup unreferenced functions 2014-03-20 06:08:36 +00:00
Host Change the type in va_arg call from char to int. 2014-03-20 11:24:44 +00:00
Interpreter Don't build LLDBWrapPython.cpp for mingw. 2014-03-21 12:53:28 +00:00
Plugins Suppress SIGSTOP under Linux and don't explicitly call SetResumeSignal() in POSIXThread, instead just let StopInfo handle it. 2014-03-21 19:08:37 +00:00
Symbol cleanup unreferenced functions 2014-03-20 06:08:36 +00:00
Target cleanup unreferenced functions 2014-03-20 06:08:36 +00:00
Utility cleanup unreferenced functions 2014-03-20 06:08:36 +00:00
CMakeLists.txt Fix cmake build issues on Darwin. 2014-03-13 21:16:13 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
lldb-log.cpp Put "jit" in alpha order in log category list 2014-03-05 13:43:23 +00:00
lldb.cpp Re-enable ProcessElfCore for non-FreeBSD/Linux builds; with Greg's fix in r203274 2014-03-07 23:23:10 +00:00