llvm-project/lldb/source/Plugins/Process
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
..
FreeBSD Fix format string for 32bit systems. 2014-05-02 19:00:27 +00:00
Linux Use getpgid() with waitpid() in case the process pgid is not equal to its pid, as is the case with a forked subprocess. Also a couple of fixes for unit test failures from Todd Fiala. 2014-04-02 06:57:45 +00:00
MacOSX-Kernel Fixed CTRL+C related issues: 2014-05-02 00:45:31 +00:00
POSIX Address hung tests in Linux. 2014-04-18 17:01:01 +00:00
Utility Rename eExecution*** to eExpression*** to be consistent with the result type. 2014-05-05 02:47:44 +00:00
elf-core Change ProcessElfCore::CreateInstance() to check if the ELF magic bytes 2014-05-07 23:14:04 +00:00
gdb-remote lldb: gdb remote support always falls back to $qC when no $qProcessInfo. 2014-05-14 00:15:32 +00:00
mach-core Workaround for collision between enum members in LLVM's MachO.h and system headers 2014-04-02 22:53:21 +00:00
CMakeLists.txt Fix cmake build issues on Darwin. 2014-03-13 21:16:13 +00:00