aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools/debugserver/source/RNBRemote.h
AgeCommit message (Expand)AuthorFilesLines
2025-04-27[debugserver] Migrate RNBRemote away from PThreadMutex (NFC) (#137547)Jonas Devlieghere1-3/+1
2025-03-20[lldb][debugserver] remove g/G packet handling from debugserver (#132127)Jason Molenda1-4/+0
2024-02-29[lldb] [debugserver] fix qLaunchSuccess error, add QErrorStringInPacketSuppor...Jason Molenda1-0/+9
2022-12-13Launch state discoverable in Darwin, use for SafeToCallFunctionsJason Molenda1-0/+2
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham1-0/+2
2021-07-20Remove the DarwinLog functionality from debguserverJason Molenda1-6/+0
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere1-3/+3
2019-05-15Mark private unimplemented functions as deletedJonas Devlieghere1-2/+1
2019-05-14typedef enum -> enumFangrui Song1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-407/+379
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-0/+6
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala1-6/+0
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-0/+6
2016-07-07Add support to debugserver for some new ways to interact with dyldJason Molenda1-0/+2
2016-01-12Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda1-0/+1
2015-07-22Fix warnings.Bruce Mitchener1-1/+1
2015-07-17More packet performance improvements. Greg Clayton1-1/+1
2015-07-15Added the ability to get JSON thread stop info with thread ID and stop info o...Greg Clayton1-0/+3
2015-07-10Add a another packet to the gdb-remote protocol,Jason Molenda1-0/+2
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton1-0/+2
2015-06-23Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton1-1/+70
2015-06-23Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin1-2/+0
2015-06-22Reduced packet counts to the remote GDB server where possible.Greg Clayton1-0/+2
2015-06-18Add a new wart, I mean feature, on to gdb-remote protocol: compression.Jason Molenda1-1/+17
2015-05-29Add a new "qEcho" packet with the following format:Greg Clayton1-0/+2
2015-05-26Added XML to the host layer.Greg Clayton1-0/+2
2014-06-27Fix a few typos.Bruce Mitchener1-1/+1
2014-06-25Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham1-0/+2
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda1-0/+2
2014-05-06Add a simple qSupported packet, fix a bug in decode_binary_data(), Jason Molenda1-0/+4
2014-03-29lldb arm64 import.Jason Molenda1-0/+2
2014-02-21Add support for the qSpeedTest packet so we can test packet speeds and data t...Greg Clayton1-2/+2
2013-11-13<rdar://problem/15172417>Greg Clayton1-1/+5
2013-11-09Fixed up registers in debugserver.Greg Clayton1-6/+0
2013-10-01Add a new qGDBServerVersion packet so lldb can queryJason Molenda1-0/+2
2013-06-12Huge performance improvements when one breakpoint contains many locations.Greg Clayton1-35/+0
2013-05-21<rdar://problem/13892516>Greg Clayton1-1/+1
2013-02-14<rdar://problem/12693921>Greg Clayton1-2/+2
2013-02-02Added support for the qCmd monitor packet command. Currently it can only do:Greg Clayton1-1/+2
2013-01-16<rdar://problem/13019628>Han Ming Ong1-2/+2
2012-12-18Add a new qProcessInfo packet to debugserver.Jason Molenda1-0/+2
2012-11-17<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong1-0/+6
2012-07-25Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham1-0/+4
2012-07-20Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham1-0/+3
2012-05-23Add the capability to display the number of supported hardware watchpoints to...Johnny Chen1-0/+2
2012-04-10Added a new packet to our GDB remote protocol:Greg Clayton1-5/+7
2012-01-06http://llvm.org/bugs/show_bug.cgi?id=11715Johnny Chen1-1/+1
2011-11-09Remove the QAddressIsExecutable packet I added last night.Jason Molenda1-2/+2
2011-11-08Add "QAddressIsExecutable" packet to debugserver. Used to testJason Molenda1-0/+2