summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/StringExtractorGDBRemote.cpp
AgeCommit message (Expand)Author
2025-11-21[lldb] Remove redundant declarations (NFC) (#169003)Kazu Hirata
2025-09-18[LLDB] Add support for the structured data plugins in lldb-server (#159457)Walter Erquinigo
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-07-15[lldb] [llgs] Send process output asynchronously in non-stop modeMichał Górny
2022-06-24[lldb] [llgs] Support resuming one process with PID!=current via vContMichał Górny
2022-06-24[lldb] [llgs] Implement the vKill packetMichał Górny
2022-06-21[lldb] [llgs] Implement non-stop style stop notification packetsMichał Górny
2022-05-18Add a darwin platform setting to specify which exceptions debugserverJim Ingham
2021-09-10[lldb] [gdb-remote] Implement the vRun packetMichał Górny
2021-09-10Reland "[lldb] [gdb-server] Implement the vFile:fstat packet"Michał Górny
2021-09-10Revert "[lldb] [gdb-server] Implement the vFile:fstat packet"Michał Górny
2021-09-10[lldb] [gdb-server] Implement the vFile:fstat packetMichał Górny
2021-09-06[lldb] [llgs server] Support creating core dumps on NetBSDMichał Górny
2021-07-27[lldb][AArch64] Add memory tag writing to lldb-serverDavid Spickett
2021-06-24[lldb][AArch64] Add memory tag reading to lldb-serverDavid Spickett
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-04-24[lldb] [llgs] Support owning and detaching extra processesMichał Górny
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo
2021-03-30[lldb] [server] Support for multiprocess extensionMichał Górny
2020-11-11[intel-pt][trace] Implement a "get supported trace type" packetWalter Erquinigo
2020-08-24[lldb] Remote disk file/directory completion for platform commandsGongyu Deng
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-06-10Create a generic handler for Xfer packetsAntonio Afonso
2019-05-30[lldb-server] Support 'g' packetsPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-03-20Move StringExtractorGDBRemote.h to the include folderPavel Labath
2017-07-21Added a missing "break;" after seeing a clang warning about potential fall th...Greg Clayton
2017-07-12Fixing Android builderRavitheja Addepally
2017-07-12Adding Support for Error Strings in Remote PacketsRavitheja Addepally
2017-05-26Implementation of remote packets for Trace data.Ravitheja Addepally
2017-04-06iwyu fixes on lldbUtility.Zachary Turner
2017-02-24Implement QPassSignals GDB package in lldb-serverPavel Labath
2016-09-08gdb-remote: Add jModulesInfo packetPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-07Remove some lldbassert's from the packet checking code.Jim Ingham
2016-04-01Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton
2016-02-26Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer
2015-10-14lldb-server: add support for binary memory readsPavel Labath
2015-07-27Fix jSignalsInfo packet handling.Oleksiy Vyalov
2015-07-16Add jThreadsInfo support to lldb-serverPavel Labath
2015-07-14Refactor Unix signals.Chaoren Lin
2015-06-18Fetch object file load address if it isn't specified by the linkerTamas Berghammer
2015-05-29Add support for the qEcho command to lldb-server in the common packets.Greg Clayton
2015-05-13Remote Non-Stop SupportEwan Crawford