summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
Commit message (Expand)AuthorAgeFilesLines
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+1
* Implementation of remote packets for Trace data.Ravitheja Addepally2017-05-261-0/+16
* Rename Error -> Status.Zachary Turner2017-05-121-39/+39
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Make LLDB skip server-client roundtrip for signals that don't require any act...Eugene Zemtsov2017-03-071-0/+3
* Move classes from Core -> Utility.Zachary Turner2017-02-021-3/+3
* Prevent client from querying each thread's PC at each stop.Pavel Labath2017-01-201-0/+1
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-171-2/+2
* async structured data packet handling improvementsTodd Fiala2016-09-101-2/+1
* gdb-remote: Add jModulesInfo packetPavel Labath2016-09-081-0/+31
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-438/+336
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+7
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-7/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+7
* Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-08-091-1/+17
* Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath2016-07-291-17/+1
* Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath2016-07-291-1/+17
* Add support to get the shared cache information from the newJason Molenda2016-07-221-0/+3
* Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda2016-07-211-0/+9
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-2/+3
* Fix a race in ProcessGDBRemote::MonitorDebugServerProcessPavel Labath2016-05-121-1/+2
* Generalize child process monitoring functionsPavel Labath2016-05-111-5/+1
* Revert "Reduce code duplication in ProcessGDBRemote"Pavel Labath2016-04-071-3/+0
* Reduce code duplication in ProcessGDBRemotePavel Labath2016-04-061-0/+3
* Allow gdbremote process to read modules from memoryStephane Sezer2016-04-051-1/+2
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-3/+3
* Make sure code that is in the middle of figuring out the correct architectureJim Ingham2016-02-181-1/+1
* Increase use of svr4 packets to improve performance on POSIX remotesStephane Sezer2016-01-121-3/+5
* Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda2016-01-121-0/+2
* The lldb side changes to go along with r255711 where a newJason Molenda2015-12-181-0/+4
* Prevent ProcessGDBRemote from launching local debug server in case of remote ...Oleksiy Vyalov2015-11-231-0/+3
* Let the process help figure out the Host OS if nobody elseJim Ingham2015-11-051-0/+5
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-241-58/+53
* Fix deadlock while attaching to inferiorsPavel Labath2015-09-031-0/+1
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-011-3/+3
* Make ProcessGDBRemote get a //copy// of platform Unix signals.Chaoren Lin2015-09-011-0/+3
* Understand absolute base addresses in ProcessGDBRemote::GetLoadedModuleList.Stephane Sezer2015-08-201-1/+1
* Fix typos.Bruce Mitchener2015-07-221-1/+1
* More packet performance improvements. Greg Clayton2015-07-171-2/+9
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-101-0/+3
* Fix cmake build after recent JSON changesPavel Labath2015-07-071-1/+1
* More packet reduction when debugging with GDB server.Greg Clayton2015-06-291-1/+8
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-0/+19
* Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton2015-06-231-0/+3
* Add handling of async notify packetsEwan Crawford2015-06-231-0/+3
* Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin2015-06-231-17/+0
* Reduced packet counts to the remote GDB server where possible.Greg Clayton2015-06-221-0/+17
* Fetch object file load address if it isn't specified by the linkerTamas Berghammer2015-06-181-2/+5
* Change ProcessGDBRemote last stop packet to a container.Ewan Crawford2015-05-271-1/+1
* Did some cleanup to stop us from leaking Pipe file descriptors.Greg Clayton2015-05-231-3/+3
OpenPOWER on IntegriCloud