llvm-project/lldb/source/Plugins
Chaoren Lin 938fcf63ed llgs: fixed a bug in deferred signal thread id; added coordinator enqueue logging.
The deferred signal thread id was being set with the process id
unintentionally in NativeProcessLinux::CallAfterRunningThreadsStop().

llvm-svn: 227910
2015-02-03 01:50:44 +00:00
..
ABI Preparatory infrastructural work to support dynamically determining sizes of ObjC types via the runtime 2015-01-28 00:07:51 +00:00
Disassembler Abstract the details from regex.h a bit more by not allowing people to specify compile and execute flags for regular expressions. Also enable better regular expressions if they are available by check if the REG_ENHANCED is available and using it if it is. 2015-01-21 21:51:02 +00:00
DynamicLoader Make "process attach" command to support attaching to remote process in case if selected platform allows this. 2015-02-03 00:04:35 +00:00
Instruction Add #if 0 around unreachable block of code to suppress warnings. 2014-10-17 01:56:57 +00:00
InstrumentationRuntime Change AddressSanitzierRuntime to print its info message via 2014-12-09 20:52:26 +00:00
JITLoader Fix JITLoaderGDB for 64-bit host and 32-bit target 2014-09-15 19:55:27 +00:00
LanguageRuntime Reenable the logic to take an integer value and attempt to "po" it as an ObjC object 2015-01-14 23:58:18 +00:00
MemoryHistory Add ASan history threads into process_sp->GetExtendedThreadList, so they don't get freed too early 2014-09-23 18:20:24 +00:00
ObjectContainer LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166 2014-11-08 01:41:49 +00:00
ObjectFile Don't stomp the triple when loading a PECOFF target. 2015-01-22 18:59:05 +00:00
OperatingSystem Fixed deadlocks that could occur when using python for breakpoints, operating system plugins, and other async python usage. 2014-02-13 23:34:38 +00:00
Platform Make "process attach" command to support attaching to remote process in case if selected platform allows this. 2015-02-03 00:04:35 +00:00
Process llgs: fixed a bug in deferred signal thread id; added coordinator enqueue logging. 2015-02-03 01:50:44 +00:00
SymbolFile Preparatory infrastructural work to support dynamically determining sizes of ObjC types via the runtime 2015-01-28 00:07:51 +00:00
SymbolVendor Remove commented includes 2014-02-02 14:06:07 +00:00
SystemRuntime Change SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes to use the 2014-09-12 00:09:04 +00:00
UnwindAssembly Save & restore the array of which registers have already been 2015-01-13 23:48:53 +00:00
CMakeLists.txt Fix cmake build for PluginInstrumentationRuntimeAddressSanitizer. 2014-10-11 20:11:18 +00:00
Makefile Fix the Makefile build by actually building ABI/SysV-ppc 2014-11-02 22:03:15 +00:00