summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
* Fix deadlock while attaching to inferiorsPavel Labath2015-09-032-148/+159
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-3/+1
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-012-19/+20
* Make ProcessGDBRemote get a //copy// of platform Unix signals.Chaoren Lin2015-09-012-0/+9
* A few small comment fixups with terminology "gcc" -> "eh_frame", "gdb" -> "st...Jason Molenda2015-09-011-6/+6
* In SendContinuePacketAndWaitForResponse there is a special bit ofJason Molenda2015-08-261-2/+2
* Adds support for hardware watchpoints on Arm targets.Omair Javaid2015-08-251-0/+2
* Implement handling of `library:` keys in thread stop replies.Stephane Sezer2015-08-211-0/+4
* The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda2015-08-212-4/+6
* Understand absolute base addresses in ProcessGDBRemote::GetLoadedModuleList.Stephane Sezer2015-08-202-8/+28
* Fix some format strings in ProcessGDBRemote.cpp.Stephane Sezer2015-08-201-2/+2
* If the filename specified by plugin.process.gdb-remote.target-definition-file,Jason Molenda2015-08-201-0/+5
* When the target definition is unparseable, print an error messageJason Molenda2015-08-201-0/+7
* Fix AArch64 watchpoint exception handlingOmair Javaid2015-08-181-1/+3
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-153-9/+9
* [LLDB][MIPS] Use qfThreadID if qC packet is not supported by targetJaydeep Patil2015-08-131-0/+15
* [LLDB][MIPS] Support standard GDB remote stop reply packet for watchpointJaydeep Patil2015-08-133-7/+41
* [LLDB][MIPS] Handle false positives for MIPS hardware watchpointsJaydeep Patil2015-08-131-1/+2
* Fix LLGS to enable read type watchpointsOmair Javaid2015-08-121-5/+4
* Fix a infinite loop when killing a process that is in the middle of loading s...Greg Clayton2015-08-111-79/+76
* GDBRemoteCommunication::DecompressPacket assumed that the buffer it wasJason Molenda2015-08-021-11/+20
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-3/+0
* Use only unnamed pipes to launch lldb-server gdbserver.Chaoren Lin2015-07-301-19/+21
* [LLDB][MIPS] Create Unix Signals based on target architectureJaydeep Patil2015-07-301-1/+7
* [LLGS] Spawned process handling cleanupPavel Labath2015-07-296-202/+127
* When debugserver fails to attach to a process on a DarwinJason Molenda2015-07-291-2/+22
* Fix warnings detected by -Wpessimizing-movePavel Labath2015-07-281-6/+6
* [LLGS] Avoid bogus error message on process terminationPavel Labath2015-07-281-15/+10
* Handle old style S packet correctlyBhushan D. Attarde2015-07-241-14/+13
* Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener2015-07-241-1/+1
* Add jstopinfo support to llgsPavel Labath2015-07-231-63/+114
* Fix warnings.Bruce Mitchener2015-07-221-0/+1
* Fix warnings found by -Wextra-semiPavel Labath2015-07-221-1/+1
* Fix typos.Bruce Mitchener2015-07-222-4/+4
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-212-18/+2
* [LLGS] Get rid of the stdio forwarding threadPavel Labath2015-07-212-66/+70
* More packet performance improvements. Greg Clayton2015-07-172-148/+212
* [LLGS] Limit jThreadsInfo to only the most important registers for nowPavel Labath2015-07-171-5/+20
* Add jThreadsInfo support to lldb-serverPavel Labath2015-07-163-28/+174
* Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath2015-07-162-2/+18
* Added the ability to get JSON thread stop info with thread ID and stop info o...Greg Clayton2015-07-151-0/+12
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-152-18/+2
* Fix another little nit with detach and keep stopped, you have to checkJim Ingham2015-07-151-1/+2
* Correct length of packet that GDBRemoteCommunicationClient::Detach Jason Molenda2015-07-151-1/+1
* Add comment explaning sanity check on packet size in the packet decompression...Jason Molenda2015-07-141-0/+4
* Fix off-by-one error in the packet decompression routineJason Molenda2015-07-141-1/+1
* Refactor Unix signals.Chaoren Lin2015-07-145-43/+44
* Introduce a MainLoop class and switch llgs to use itPavel Labath2015-07-134-7/+71
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-104-0/+65
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-091-2/+2
OpenPOWER on IntegriCloud