aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Utility/StringExtractorGDBRemote.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-4/+2
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-07-15[lldb] [llgs] Send process output asynchronously in non-stop modeMichał Górny1-0/+2
2022-06-24[lldb] [llgs] Support resuming one process with PID!=current via vContMichał Górny1-2/+2
2022-06-24[lldb] [llgs] Implement the vKill packetMichał Górny1-0/+2
2022-06-21[lldb] [llgs] Implement non-stop style stop notification packetsMichał Górny1-0/+11
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham1-0/+2
2021-09-10[lldb] [gdb-remote] Implement the vRun packetMichał Górny1-0/+2
2021-09-10Reland "[lldb] [gdb-server] Implement the vFile:fstat packet"Michał Górny1-0/+2
2021-09-10Revert "[lldb] [gdb-server] Implement the vFile:fstat packet"Michał Górny1-2/+0
2021-09-10[lldb] [gdb-server] Implement the vFile:fstat packetMichał Górny1-0/+2
2021-09-06[lldb] [llgs server] Support creating core dumps on NetBSDMichał Górny1-0/+2
2021-07-27[lldb][AArch64] Add memory tag writing to lldb-serverDavid Spickett1-0/+5
2021-06-24[lldb][AArch64] Add memory tag reading to lldb-serverDavid Spickett1-0/+2
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-2/+2
2021-04-24[lldb] [llgs] Support owning and detaching extra processesMichał Górny1-3/+1
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo1-12/+11
2021-03-30[lldb] [server] Support for multiprocess extensionMichał Górny1-0/+46
2020-11-11[intel-pt][trace] Implement a "get supported trace type" packetWalter Erquinigo1-0/+2
2020-08-24[lldb] Remote disk file/directory completion for platform commandsGongyu Deng1-0/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-06-10Create a generic handler for Xfer packetsAntonio Afonso1-2/+2
2019-05-30[lldb-server] Support 'g' packetsPavel Labath1-3/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove comments after header includes.Jonas Devlieghere1-1/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-7/+6
2018-03-20Move StringExtractorGDBRemote.h to the include folderPavel Labath1-1/+1
2017-07-21Added a missing "break;" after seeing a clang warning about potential fall th...Greg Clayton1-0/+1
2017-07-12Fixing Android builderRavitheja Addepally1-5/+5
2017-07-12Adding Support for Error Strings in Remote PacketsRavitheja Addepally1-4/+33
2017-05-26Implementation of remote packets for Trace data.Ravitheja Addepally1-0/+10
2017-04-06iwyu fixes on lldbUtility.Zachary Turner1-6/+3
2017-02-24Implement QPassSignals GDB package in lldb-serverPavel Labath1-0/+4
2016-09-08gdb-remote: Add jModulesInfo packetPavel Labath1-0/+2
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-460/+505
2016-05-07Remove some lldbassert's from the packet checking code.Jim Ingham1-5/+0
2016-04-01Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton1-2/+134
2016-02-26Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton1-1/+1
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer1-3/+7
2015-10-14lldb-server: add support for binary memory readsPavel Labath1-0/+6
2015-07-27Fix jSignalsInfo packet handling.Oleksiy Vyalov1-1/+1
2015-07-16Add jThreadsInfo support to lldb-serverPavel Labath1-1/+3
2015-07-14Refactor Unix signals.Chaoren Lin1-2/+6
2015-06-18Fetch object file load address if it isn't specified by the linkerTamas Berghammer1-0/+4
2015-05-29Add support for the qEcho command to lldb-server in the common packets.Greg Clayton1-0/+4
2015-05-13Remote Non-Stop SupportEwan Crawford1-0/+4
2015-02-25Add qModuleInfo request in order to get module information (uuid, triple,..) ...Oleksiy Vyalov1-0/+1
2015-02-06Add support for SBProcess::PutSTDIN to remote processesVince Harron1-0/+3