summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
Commit message (Expand)AuthorAgeFilesLines
* Correctly use GetLoadedModuleList to take advantage of libraries-svr4Antonio Afonso2019-07-251-5/+2
* Support nested target.xml register definition files, lack of reg group markers.Jason Molenda2019-06-261-0/+5
* Add support to read aux vector valuesAntonio Afonso2019-06-111-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-28/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-141-1/+1
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-131-0/+8
* Remove header grouping comments.Jonas Devlieghere2018-11-111-2/+0
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-2/+1
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-201-0/+14
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-281-13/+0
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-271-0/+13
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-3/+1
* Remove ProcessGdbRemote::m_flagsPavel Labath2017-11-031-5/+0
* 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
OpenPOWER on IntegriCloud