llvm-project/lldb/source/Plugins
Jason Molenda 26d84e8097 Change the key name for the libdispatch queue serial number from
"qserial" to "qserialnum" because "qserial" looks a lot like the
queue type (either 'serial' or 'concurrent') and can be confusing
to read through.  debugserver passes these up either in the questionmark
("T") packet, or in the response to the jThreadsInfo packet.

llvm-svn: 257121
2016-01-08 00:20:48 +00:00
..
ABI Include IR/DerivedTypes.h instead of IR/Type.h so to match llvm change r256406. 2015-12-25 05:18:31 +00:00
Disassembler DisassemblerLLVMC now gets the disassembler comments for an instruction 2015-12-11 19:10:04 +00:00
DynamicLoader The MacOSXi386 ABI should be used for watchos simulator debug sessions. 2015-11-10 03:21:59 +00:00
ExpressionParser Better scheme to lookup alternate mangled name when looking up function address. 2016-01-07 23:32:34 +00:00
Instruction Fix build warnings after rL256915 2016-01-06 12:08:22 +00:00
InstrumentationRuntime Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-21 01:03:30 +00:00
JITLoader Don't pack the structs of the jit debug interface 2015-12-22 15:23:33 +00:00
Language Better scheme to lookup alternate mangled name when looking up function address. 2016-01-07 23:32:34 +00:00
LanguageRuntime Better scheme to lookup alternate mangled name when looking up function address. 2016-01-07 23:32:34 +00:00
MemoryHistory Upstream a change to MemoryHistoryASan from Sean: 2015-11-06 00:43:31 +00:00
ObjectContainer Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContainer and ObjectFile; other minor fixes. 2015-10-23 16:56:07 +00:00
ObjectFile Strip trailing whitespace 2016-01-04 01:43:47 +00:00
OperatingSystem Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler and OperatingSystem; other minor fixes. 2015-10-22 21:24:37 +00:00
Platform Modify "platform connect" to connect to processes as well 2015-12-08 14:08:19 +00:00
Process Change the key name for the libdispatch queue serial number from 2016-01-08 00:20:48 +00:00
ScriptInterpreter Python 3 - Fix script import --allow-reload. 2015-12-04 22:59:14 +00:00
SymbolFile Better scheme to lookup alternate mangled name when looking up function address. 2016-01-07 23:32:34 +00:00
SymbolVendor Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-19 18:52:10 +00:00
SystemRuntime Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOS 2015-11-05 23:03:44 +00:00
UnwindAssembly Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-21 18:46:17 +00:00
CMakeLists.txt Fix cmake build. 2015-09-03 04:17:57 +00:00
Makefile autotools: Also link the new go libraries 2015-11-08 22:30:34 +00:00