aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-24[lldb] Remove GDBRemoteCommunication::ConnectLocally (#145293)Pavel Labath1-2/+7
2025-01-14[lldb][Linux] Mark memory regions used for shadow stacks (#117861)David Spickett1-1/+4
2024-09-04[GDBRemote] Handle 'heap' memory region info type (#105883)Felipe de Azevedo Piovezan1-0/+9
2024-08-23[GDBRemote] Fix processing of comma-separated memory region entries (#105873)Felipe de Azevedo Piovezan1-2/+5
2024-06-04[lldb][test] Disable MD5 test for old versions of Visual Studio (#94325)David Spickett1-0/+5
2024-05-09[lldb] Unify CalculateMD5 return types (#91029)Anthony Ha1-7/+6
2024-04-18[lldb] Skip remote PutFile when MD5 hashes equal (#88812)Anthony Ha1-0/+23
2023-05-23[lldb][test] Fix -Wsign-compare in GDBRemoteCommunicationClientTest.cpp (NFC)Jie Fu1-1/+1
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani1-1/+1
2023-04-17[lldb] Change parameter type of StructuredData::ParseJSONAlex Langford1-1/+1
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-6/+6
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-17[lldb] llvm::Optional::value => operator*/operator->Fangrui Song1-12/+10
2022-12-04[lldb/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata1-16/+18
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham1-2/+2
2022-07-15Use value instead of getValue (NFC)Kazu Hirata1-10/+10
2022-07-13Use has_value instead of hasValue (NFC)Kazu Hirata1-2/+2
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-12/+12
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-12/+12
2021-07-30[lldb] Correct format of qMemTags type fieldDavid Spickett1-18/+29
2021-07-27[lldb][AArch64] Add memory tag writing to lldbDavid Spickett1-0/+49
2021-07-27[lldb] [gdb-remote client] Avoid zero padding PID/TID in H packetMichał Górny1-2/+2
2021-07-12Revert "Revert "Reset the wakeup timeout when we re-enter the continue wait.""Jim Ingham1-1/+2
2021-07-02[lldb] [gdb-remote client] Refactor SetCurrentThread*()Michał Górny1-2/+2
2021-06-25[lldb] Re-enable GDB server client memory tag read testsDavid Spickett1-2/+1
2021-06-24Disable check_qmemtags unit testsMuhammad Omair Javaid1-1/+2
2021-06-24[lldb][AArch64] Add MTE memory tag reading to lldbDavid Spickett1-0/+65
2021-06-17[trace][intel-pt] Create basic SB APIWalter Erquinigo1-1/+0
2021-05-17Revert "Reset the wakeup timeout when we re-enter the continue wait."Jim Ingham1-2/+1
2021-05-11Add an "interrupt timeout" to Process, and pipe that through theJim Ingham1-1/+2
2021-03-30Fix errors in 0b69756110db444282c40ea16929186b2910c3b1Walter Erquinigo1-1/+1
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo1-200/+9
2020-11-20[lldb][AArch64/Linux] Show memory tagged memory regionsDavid Spickett1-0/+19
2020-11-11Fix 21555fff4de811309ea7935f9cb65578c957d77fWalter Erquinigo1-26/+29
2020-11-11[intel-pt][trace] Implement a "get supported trace type" packetWalter Erquinigo1-0/+57
2020-02-26[lldb/gdb-remote] Add support for the qOffsets packetPavel Labath1-0/+26
2020-01-28[ADT] Make StringRef's std::string conversion operator explicitBenjamin Kramer1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-10-01[JSON] Use LLVM's library for encoding JSON in StructuredDataJonas Devlieghere1-12/+10
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-13Add GDB remote packet reproducer.Jonas Devlieghere1-1/+2
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere1-5/+5
2018-06-26Represent invalid UUIDs as UUIDs with length zeroPavel Labath1-2/+4
2018-05-14FileSpec: Remove PathSyntax enum and use llvm version insteadPavel Labath1-5/+5
2018-05-02Fix gdb-remote qMemoryRegionInfo unit tests for xml-enabled buildsPavel Labath1-8/+26
2017-12-18Fix regression in jModulesInfo packet handlingPavel Labath1-7/+35
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath1-1/+1
2017-06-27Move StructuredData from Core to UtilityPavel Labath1-1/+1
2017-06-22Simplify the gdb-remote unit testsPavel Labath1-98/+11