summaryrefslogtreecommitdiff
path: root/lldb/unittests/TestingSupport
AgeCommit message (Expand)Author
2025-11-07Reapply "[lldb-dap] Use protocol types for exceptioninfo" (#166161) (#166836)Ebuka Ezike
2025-11-03Revert "[lldb-dap] Use protocol types for exceptioninfo" (#166161)David Spickett
2025-11-03[lldb-dap] Use protocol types for exceptioninfo (#165858)Ebuka Ezike
2025-10-22Revert "[lldb-dap] Use protocol types for exceptioninfo" (#164631)Walter Lee
2025-10-22[lldb-dap] Use protocol types for exceptioninfo (#164318)Ebuka Ezike
2025-10-03[lldb] Adding A new Binding helper for JSONTransport. (#159160)John Harrison
2025-08-19[lldb] Refactoring JSONTransport into an abstract RPC Message Handler and tra...John Harrison
2025-08-12[lldb] Adjusting the base MCP protocol types per the spec. (#153297)John Harrison
2025-07-01[lldb] Fix PipeTest name collision in unit testsJonas Devlieghere
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath
2025-06-20[lldb] Add Model Context Protocol (MCP) support to LLDB (#143628)Jonas Devlieghere
2025-06-12[lldb] Implement JSON RPC (newline delimited) Transport (#143946)Jonas Devlieghere
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-05-22[lldb-dap] In DAP unit tests, add helpers for loading a CoreFile. (#140738)John Harrison
2025-02-06[lldb] Make ValueObjectDynamicValue::UpdateValue() point to a host b… (#12...Augusto Noronha
2024-12-09[lldb] Improving unit test helpers by utilizing llvm helpers. (#119148)John Harrison
2024-12-05[lldb] Fix the SocketTest failure on unsupported hosts (#118673)John Harrison
2024-11-28[lldb] Remove child_process_inherit from the socket classes (#117699)Pavel Labath
2024-11-27[lldb] Add timeout argument to Socket::Accept (#117691)Pavel Labath
2024-09-18Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl
2024-09-18Revert "[lldb] Update SocketTestUtilities.cpp to use CloneableECError"Adrian Prantl
2024-09-18Revert "[lldb] Add handling of ECError to unit test to validate a hypothesis ...Adrian Prantl
2024-09-18[lldb] Add handling of ECError to unit test to validate a hypothesis on the botsAdrian Prantl
2024-09-18[lldb] Update SocketTestUtilities.cpp to use CloneableECErrorAdrian Prantl
2024-09-18[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-02-06[lldb][unittest] Add call_once flag to initialize debugger (#80786)Chelsea Cassanova
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-10-13[LLDB] Fix buildbotswalter erquinigo
2023-03-15Use *{Map,Set}::contains (NFC)Kazu Hirata
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
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-15[lldb][Test] Propagate llvm::yaml error message in TestFile::fromYamlMichael Buch
2022-11-16Make CompilerType safeAdrian Prantl
2022-09-12Fix DW_OP_convert to resolve the CU relative offset correctly.Greg Clayton
2022-09-09[test] Use either `127.0.0.1` or `[::1]` to run in ipv6-only environments.Jordan Rupprecht
2022-08-26[lldb] Make CommunicationTest compatible with windowsPavel Labath
2022-03-04Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo
2022-01-24Add missing STLExtras.h include from lldb/unittests/TestingSupport/MockTildeE...serge-sans-paille
2021-04-24[lldb] [llgs] Support owning and detaching extra processesMichał Górny
2021-03-25[NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan
2020-10-30Fix an embarrasing use-after-free from a895a446bcdePavel Labath
2020-10-30[lldb/test] Simplify/generalize YAMLModuleTesterPavel Labath
2020-10-14[lldb-server][linux] Add ability to allocate memoryPavel Labath
2020-09-15[lldb/cmake] Fix testing support library dependenciesPavel Labath
2020-08-27[lldb/cmake] Fix linking of lldbSymbolHelpers for 9cb222e7Pavel Labath
2020-08-27[lldb/cmake] Fix linking of lldbUtilityHelpers for 9cb222e74Pavel Labath
2020-08-27[cmake] Make gtest include directories a part of the library interfacePavel Labath
2020-08-11[cmake] Make gtest macro definitions a part the library interfacePavel Labath