aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-04[lldb] Apply gdb-remote timeout to platform connections as wellPavel Labath1-0/+2
2021-01-25[ThreadPlan] fix exec on LinuxWalter Erquinigo1-2/+2
2021-01-15[LLDB] Add per-thread register infos shared pointer in gdb-remoteMuhammad Omair Javaid1-1/+1
2020-12-02Make offset field optional in RegisterInfo packet for Arm64Muhammad Omair Javaid1-2/+2
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny1-1/+2
2020-11-11[intel-pt][trace] Implement a "get supported trace type" packetWalter Erquinigo1-0/+2
2020-07-13[lldb] Remove unused argument (NFC)Jonas Devlieghere1-1/+1
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine1-1/+2
2020-05-19[lldb/Reproducers] Move connection logic into replay server (NFC)Jonas Devlieghere1-2/+2
2020-02-26[lldb/gdb-remote] Add support for the qOffsets packetPavel Labath1-0/+1
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2019-11-07[lldb-server] Add setting to force 'g' packet useGuilherme Andrade1-0/+1
2019-09-13[Reproducer] Move GDB Remote Packet into Utility. (NFC)Jonas Devlieghere1-1/+1
2019-09-04Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl1-0/+1
2019-07-25Correctly use GetLoadedModuleList to take advantage of libraries-svr4Antonio Afonso1-5/+2
2019-06-26Support nested target.xml register definition files, lack of reg group markers.Jason Molenda1-0/+5
2019-06-11Add support to read aux vector valuesAntonio Afonso1-1/+1
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-28/+0
2019-03-06Pass ConstString by value (NFC)Adrian Prantl1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-14Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath1-1/+1
2018-11-13Add GDB remote packet reproducer.Jonas Devlieghere1-0/+8
2018-11-11Remove header grouping comments.Jonas Devlieghere1-2/+0
2018-06-18Use llvm::VersionTuple instead of manual version marshallingPavel Labath1-2/+1
2018-03-20Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath1-0/+14
2018-02-28Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath1-13/+0
2018-02-27[lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath1-0/+13
2017-11-13Move ArchSpec to the Utility modulePavel Labath1-3/+1
2017-11-03Remove ProcessGdbRemote::m_flagsPavel Labath1-5/+0
2017-06-27Move StructuredData from Core to UtilityPavel Labath1-1/+1
2017-05-26Implementation of remote packets for Trace data.Ravitheja Addepally1-0/+16
2017-05-12Rename Error -> Status.Zachary Turner1-39/+39
2017-03-21Move StringList from Core -> Utility.Zachary Turner1-1/+1
2017-03-07Make LLDB skip server-client roundtrip for signals that don't require any act...Eugene Zemtsov1-0/+3
2017-02-02Move classes from Core -> Utility.Zachary Turner1-3/+3
2017-01-20Prevent client from querying each thread's PC at each stop.Pavel Labath1-0/+1
2016-11-17Convert Platform, Process, and Connection functions to StringRef.Zachary Turner1-2/+2
2016-09-10async structured data packet handling improvementsTodd Fiala1-2/+1
2016-09-08gdb-remote: Add jModulesInfo packetPavel Labath1-0/+31
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-438/+336
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-0/+7
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala1-7/+0
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-0/+7
2016-08-09Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath1-1/+17
2016-07-29Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"Pavel Labath1-17/+1
2016-07-29Rewrite gdb-remote's SendContinuePacketAndWaitForResponsePavel Labath1-1/+17
2016-07-22Add support to get the shared cache information from the newJason Molenda1-0/+3
2016-07-21Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda1-0/+9
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-2/+3
2016-05-12Fix a race in ProcessGDBRemote::MonitorDebugServerProcessPavel Labath1-1/+2