aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-25[lldb] Fix qEcho message handling. (#145675)eleviant1-2/+4
2025-06-22Revert "[lldb] Fix qEcho message handling (#145072)" (#145241)eleviant1-1/+1
2025-06-21[lldb] Fix qEcho message handling (#145072)eleviant1-1/+1
2025-05-27[lldb] Correcting an error message. (#141696)John Harrison1-1/+1
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata1-1/+0
2025-04-22[lldb/cmake] Normalize use of HAVE_LIBCOMPRESSION (#135528)Pavel Labath1-9/+3
2025-03-17Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai...Pavel Labath1-0/+20
2025-01-31Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)"Adrian Prantl1-20/+0
2025-01-31Reland "[lldb] Implement basic support for reverse-continue" (#125242)David Spickett1-0/+20
2025-01-31[lldb] Add support for gdb-style 'x' packet (#124733)Pavel Labath1-9/+13
2025-01-30Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906...David Spickett1-20/+0
2025-01-30Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123...David Spickett1-0/+20
2025-01-22Revert "[lldb] Implement basic support for reverse-continue" (#123906)Pavel Labath1-20/+0
2025-01-22[lldb] Implement basic support for reverse-continue (#112079)Robert O'Callahan1-0/+20
2025-01-14[lldb][Linux] Mark memory regions used for shadow stacks (#117861)David Spickett1-3/+4
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Jason Molenda1-22/+0
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan1-0/+22
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Augusto Noronha1-22/+0
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan1-0/+22
2024-09-26[lldb] Don't flush llvm::raw_string_ostream (NFC) (#110128)Youngsuk Kim1-1/+0
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim1-4/+1
2024-09-09[NFC] Add explicit #include llvm-config.h where its macros are used, lldb par...Daniil Fukalov1-0/+1
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl1-1/+1
2024-09-04[GDBRemote] Handle 'heap' memory region info type (#105883)Felipe de Azevedo Piovezan1-0/+2
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-56/+64
2024-08-23[GDBRemote] Fix processing of comma-separated memory region entries (#105873)Felipe de Azevedo Piovezan1-10/+2
2024-08-13[lldb] Claim to support swbreak and hwbreak packets when debugging a gdbremot...xusheng1-2/+5
2024-05-16[lldb] Use operator==(StringRef, StringRef) instead of StringRef::equals (NFC...Kazu Hirata1-67/+66
2024-05-09[lldb] Unify CalculateMD5 return types (#91029)Anthony Ha1-11/+19
2024-05-03Revert "[lldb] Unify CalculateMD5 return types" (#90998)Jonas Devlieghere1-19/+11
2024-05-03[lldb] Unify CalculateMD5 return types (#90921)Anthony Ha1-11/+19
2024-04-18[lldb] Skip remote PutFile when MD5 hashes equal (#88812)Anthony Ha1-3/+39
2024-02-27Aim debugserver workaround more precisely. (#83099)Adrian Prantl1-1/+14
2024-02-05[lldb] Add QSupported key to report watchpoint types supported (#80376)Jason Molenda1-0/+17
2024-01-17[lldb] Upstream xros support in lldb (#78389)Jonas Devlieghere1-1/+2
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-11-10[lldb] Change interface of StructuredData::Array::GetItemAtIndexAsDictionary ...Alex Langford1-2/+4
2023-08-17Only set the "low" address masks when only one adressable bits specifiedJason Molenda1-6/+5
2023-08-16hi/low addr space bits can be sent in stop-rely packetJason Molenda1-9/+9
2023-08-15Update qHostInfo/LC_NOTE so multiple address bits can be specifiedJason Molenda1-3/+19
2023-07-22[gdb-remote] Sort entries in QEnvironment*Fangrui Song1-2/+7
2023-06-30[lldb] Check that qLaunchGDBServer packet does not return an errorDavid Spickett1-0/+3
2023-06-21[lldb][NFCI] Remove ConstString from GDBRemoteCommunicationClient::ConfigureR...Alex Langford1-12/+11
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani1-1/+1
2023-05-05Re-land "[lldb] Expose a const iterator for SymbolContextList"Alex Langford1-46/+39
2023-05-04Revert "[lldb] Expose a const iterator for SymbolContextList"Alex Langford1-39/+46
2023-05-04[lldb] Expose a const iterator for SymbolContextListAlex Langford1-46/+39
2023-05-03[lldb] Remove distribution_id from ArchSpecAlex Langford1-8/+6
2023-04-17[lldb] Change parameter type of StructuredData::ParseJSONAlex Langford1-5/+4
2023-02-14[LLDB] add arch-specific watchpoint behavior defaults to lldbJason Molenda1-44/+18