llvm-project/lldb/source/Plugins
Todd Fiala e24614f74e lldb: gdb remote support always falls back to $qC when no $qProcessInfo.
See thread here:
http://lists.cs.uiuc.edu/pipermail/lldb-dev/2014-May/003992.html

This is meant to address case 3 that I recently broke with an earlier
change to rectify usage of the $qC message for thread ids, specifically:

3. TOT lldb <=> gdbserver (without $qProcessInfo support and not Apple/iOS).

llvm-svn: 208741
2014-05-14 00:15:32 +00:00
..
ABI sweep up -Wformat warnings from gcc 2014-04-04 04:06:10 +00:00
Disassembler Remove trailing spaces 2014-04-15 12:08:57 +00:00
DynamicLoader Add some basic sanity checks to DynamicLoaderDarwinKernel::ReadKextSummaryHeader() 2014-04-15 01:04:00 +00:00
Instruction Args::StringToGenericRegister will now accept "lr" as 2014-05-09 04:09:48 +00:00
JITLoader Disable JITLoaderGDB on "vendor == apple" for now due to performance slowdowns for every first run process as a global name lookup in all shared libraries if performed. 2014-04-07 20:13:57 +00:00
LanguageRuntime Rename eExecution*** to eExpression*** to be consistent with the result type. 2014-05-05 02:47:44 +00:00
ObjectContainer LLDB could segfault if it got a .a file that had extra padding bytes at the end of the file. 2014-05-02 22:25:51 +00:00
ObjectFile When increasing the amount of a file read, read the total of the Mach-O header 2014-04-22 04:52:30 +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 lldb arm64 import. 2014-03-29 18:54:20 +00:00
Process lldb: gdb remote support always falls back to $qC when no $qProcessInfo. 2014-05-14 00:15:32 +00:00
SymbolFile Remove > 1 check against a boolean. 2014-04-15 10:06:47 +00:00
SymbolVendor Remove commented includes 2014-02-02 14:06:07 +00:00
SystemRuntime Add a new SBThread::SafeToCallFunctions API; this calls over to 2014-05-13 22:02:48 +00:00
UnwindAssembly sanitise sign comparisons 2014-04-02 03:51:35 +00:00
CMakeLists.txt Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer. 2014-03-05 10:12:43 +00:00
Makefile lldb arm64 import. 2014-03-29 18:54:20 +00:00