llvm-project/lldb/source/Plugins
Todd Fiala 24189d4c86 Modified gdb-remote tests to run with automatically-chosen ports.
Now that llgs supports communicating the 0-port choose-a-port
mechanism and can communicate that back to a caller via the
--named-pipe option (at parity with debugserver), we use this
mechanism to always start llgs and debugserver gdb-remote
protocol tests without needing to use some port arbitration
mechanism.  This eliminates some potential intermittent failures vs. the
previous random port and collision-avoidance strategy used.

llvm-svn: 212923
2014-07-14 06:24:44 +00:00
..
ABI Fix typos. 2014-07-01 21:22:11 +00:00
Disassembler Update how we create our MCSymbolizer to keep working correctly 2014-05-17 00:27:44 +00:00
DynamicLoader Cleanup the iOS simulator code. 2014-07-10 23:33:37 +00:00
Instruction Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +00:00
JITLoader Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support. 2014-06-24 22:22:43 +00:00
LanguageRuntime Add enumerations for additional languages from DWARF spec updates. 2014-07-03 00:49:08 +00:00
ObjectContainer Fix typos. 2014-07-08 18:05:41 +00:00
ObjectFile Allow generic ARM cores to match any more specific ARM architecture. 2014-07-12 00:11:34 +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 Cleanup the iOS simulator code. 2014-07-10 23:33:37 +00:00
Process Modified gdb-remote tests to run with automatically-chosen ports. 2014-07-14 06:24:44 +00:00
SymbolFile Cleanup the iOS simulator code. 2014-07-10 23:33:37 +00:00
SymbolVendor Remove commented includes 2014-02-02 14:06:07 +00:00
SystemRuntime Fix error handling for the AppleGetQueues and AppleGetPendingItems 2014-06-23 22:45:54 +00:00
UnwindAssembly Replace uint32_t by lldb::RegisterKing in register context API. 2014-07-02 09:51:28 +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 Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support. 2014-06-24 22:22:43 +00:00