summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote
Commit message (Expand)AuthorAgeFilesLines
* Revert r251167 in source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp to f...Eugene Zelenko2015-10-241-32/+84
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-249-270/+177
* Add domain socket support to gdb-remote protocol and lldb-server.Oleksiy Vyalov2015-10-217-64/+149
* Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...Greg Clayton2015-10-194-9/+22
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-181-1/+2
* In r240466, when Greg added the jThreadsInfo packet, he accidentallyJason Molenda2015-10-151-1/+0
* Make uses of /dev/null portable across OSes.Zachary Turner2015-10-141-3/+4
* lldb-server: add support for binary memory readsPavel Labath2015-10-143-14/+19
* [LLDB] Adding mips32 in the list of archs with watchpoint_exceptions_received...Mohit K. Bhakkad2015-10-141-1/+3
* [LLDB][MIPS] fix watchpoint searched on client side for same masked variablesMohit K. Bhakkad2015-10-091-0/+2
* A small fixup needed for debugserver to work nativelyJason Molenda2015-09-221-61/+64
* [LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThreadInfoJaydeep Patil2015-09-181-0/+33
* Fix LLDB RSP client to decode '$O' packets incorrectlyDawn Perchik2015-09-171-3/+7
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-0/+4
* Revert "[LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThread...Pavel Labath2015-09-161-33/+0
* [LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThreadInfoJaydeep Patil2015-09-161-0/+33
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-153-121/+119
* When lldb gets the register definitions from the response of aJason Molenda2015-09-091-4/+37
* A change I'm open to reverting if there is disagreement:Jason Molenda2015-09-091-1/+3
* 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
OpenPOWER on IntegriCloud