llvm-project/lldb/source/Plugins
Todd Fiala b72209102f thread state coordinator: add tests and impl to error on creation/death issues.
Added tests and impl to make sure the following errors are reported:
* Notifying a created thread that we are already tracking.
* Notifying a thread death for a thread we don't know about.

llvm-svn: 218900
2014-10-02 19:44:32 +00:00
..
ABI RegisterContextLLDB::InitializeNonZerothFrame had a bit of code to 2014-09-02 23:04:01 +00:00
Disassembler Update how we create our MCSymbolizer to keep working correctly 2014-05-17 00:27:44 +00:00
DynamicLoader We had to squirrel away the dyld module before doing ResolveExecutableModule, since 2014-09-19 21:56:45 +00:00
Instruction Update lldb to track recent Triple arm64 enum removal and collapse into aarch64. 2014-07-23 14:37:35 +00:00
JITLoader Fix JITLoaderGDB for 64-bit host and 32-bit target 2014-09-15 19:55:27 +00:00
LanguageRuntime This checkin is the first step in making the lldb thread stepping mechanism more accessible from 2014-09-29 23:17: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 Fix typos. 2014-07-08 18:05:41 +00:00
ObjectFile Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sections 2014-09-29 08:02:24 +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 Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sections 2014-09-29 08:02:24 +00:00
Process thread state coordinator: add tests and impl to error on creation/death issues. 2014-10-02 19:44:32 +00:00
SymbolFile dwarf: add dwarf v4 maximum_operations_per_instruction to DWARFDebugLine. 2014-09-29 23:11:09 +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 Remove trailing whitespace from lines in UnwindAssembly-x86.cpp. No other changes. 2014-08-25 23:46:06 +00:00
CMakeLists.txt ASan malloc/free history threads 2014-09-04 01:03:18 +00:00
Makefile ASan malloc/free history threads 2014-09-04 01:03:18 +00:00