summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix StopInfoWatchpoint handling after r237411Pavel Labath2015-05-151-1/+3
* Remove DoAttachToProcessWithId(lldb::pid_t).Zachary Turner2015-05-131-7/+0
* Remote Non-Stop SupportEwan Crawford2015-05-131-6/+56
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-5/+5
* Fixed minor compile warningsVince Harron2015-05-101-2/+1
* This patch allows LLDB to use the $qXfer:Libraries: packet.Aidan Dodds2015-05-081-5/+330
* Whitespace-only tweaks to Colin's r235109 patch to match the lldbJason Molenda2015-04-171-128/+175
* Add a "force_kill" arg to Process::Destroy(). This is needed afterJason Molenda2015-04-171-1/+1
* Define LIBXML2_DEFINED in the Xcode project for Xcode builds so Darwin builds...Greg Clayton2015-04-161-1/+1
* Surround assignments w/ parenthesis to avoid mistakes.Davide Italiano2015-04-161-5/+5
* Use the correct type, and silence a warning.Davide Italiano2015-04-161-1/+1
* Adds lldb support for querying the register mapping from gdbserver remote tar...Colin Riley2015-04-161-0/+466
* [LLDB][MIPS] Add LinuxSignals for mips64 and change trap opcode for mips64el.Mohit K. Bhakkad2015-04-091-1/+5
* Sprinkle some #include <mutex> in files that use std::call_once.Benjamin Kramer2015-04-031-0/+1
* [Plugin/Process] Use std::call_once() to initialize.Davide Italiano2015-04-031-4/+3
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-16/+15
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-0/+28
* Remove virtual and add override to all virtual functions in Process/gdb-remote.Tamas Berghammer2015-03-231-4/+4
* Remove ScriptInterpreterObject.Zachary Turner2015-03-171-22/+25
* Fix fetching the architecture of the target on process launchTamas Berghammer2015-03-131-9/+10
* Remove non const version of GetArchitecture from Target.hTamas Berghammer2015-03-131-9/+12
* Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack2015-03-111-8/+0
OpenPOWER on IntegriCloud