summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...Greg Clayton2015-10-191-0/+1
* Make uses of /dev/null portable across OSes.Zachary Turner2015-10-141-3/+4
* lldb-server: add support for binary memory readsPavel Labath2015-10-141-8/+2
* [LLDB][MIPS] fix watchpoint searched on client side for same masked variablesMohit K. Bhakkad2015-10-091-0/+2
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-0/+4
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-10/+8
* When lldb gets the register definitions from the response of aJason Molenda2015-09-091-4/+37
* Fix deadlock while attaching to inferiorsPavel Labath2015-09-031-148/+158
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-011-16/+17
* Make ProcessGDBRemote get a //copy// of platform Unix signals.Chaoren Lin2015-09-011-0/+6
* A few small comment fixups with terminology "gcc" -> "eh_frame", "gdb" -> "st...Jason Molenda2015-09-011-6/+6
* 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-211-4/+5
* Understand absolute base addresses in ProcessGDBRemote::GetLoadedModuleList.Stephane Sezer2015-08-201-7/+27
* 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
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-5/+5
* [LLDB][MIPS] Support standard GDB remote stop reply packet for watchpointJaydeep Patil2015-08-131-1/+16
* [LLDB][MIPS] Handle false positives for MIPS hardware watchpointsJaydeep Patil2015-08-131-1/+2
* [LLDB][MIPS] Create Unix Signals based on target architectureJaydeep Patil2015-07-301-1/+7
* 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
* Handle old style S packet correctlyBhushan D. Attarde2015-07-241-14/+13
* Fix warnings found by -Wextra-semiPavel Labath2015-07-221-1/+1
* More packet performance improvements. Greg Clayton2015-07-171-146/+203
* Add jThreadsInfo support to lldb-serverPavel Labath2015-07-161-0/+4
* Added the ability to get JSON thread stop info with thread ID and stop info o...Greg Clayton2015-07-151-0/+12
* Refactor Unix signals.Chaoren Lin2015-07-141-39/+4
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-101-0/+39
* Implement qXfer:libraries:read.Stephane Sezer2015-07-081-59/+111
* Change search order of target definition files.Ewan Crawford2015-06-301-9/+13
* More packet reduction when debugging with GDB server.Greg Clayton2015-06-291-8/+154
* XML register info fixEwan Crawford2015-06-261-3/+3
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-214/+422
* Proper handling of QNonStop packet response.Ewan Crawford2015-06-241-1/+1
* Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton2015-06-231-0/+45
* Add handling of async notify packetsEwan Crawford2015-06-231-53/+127
* Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin2015-06-231-417/+200
* Reduced packet counts to the remote GDB server where possible.Greg Clayton2015-06-221-200/+417
* Fetch object file load address if it isn't specified by the linkerTamas Berghammer2015-06-181-0/+41
* Add Read Thread to GDBRemoteCommunicationEwan Crawford2015-06-161-0/+6
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-42/+41
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-1/+0
* Report inferior SIGSEGV as a signal instead of an exception on linuxPavel Labath2015-05-291-2/+2
* Add a new "qEcho" packet with the following format:Greg Clayton2015-05-291-0/+1
* Change ProcessGDBRemote last stop packet to a container.Ewan Crawford2015-05-271-9/+37
* Added XML to the host layer.Greg Clayton2015-05-261-560/+335
* Did some cleanup to stop us from leaking Pipe file descriptors.Greg Clayton2015-05-231-4/+3
* Added a new command in ProcessGDBRemote that can figure out the performance c...Greg Clayton2015-05-211-0/+78
OpenPOWER on IntegriCloud