summaryrefslogtreecommitdiff
path: root/lldb/unittests/API
AgeCommit message (Expand)Author
2025-10-20[lldb] Add try_lock to SBMutex (#164109)Jonas Devlieghere
2025-10-08Make SBBreakpoint/SBBreakpointLocation.SetCondition(nullptr) work again. (#16...jimingham
2025-10-08[lldb] Add a blurb about not including private headers (#162404)Jonas Devlieghere
2025-10-08[lldb] Enforce that only the LLDB API unit tests can link liblldb (#162384)Jonas Devlieghere
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere
2025-05-07[lldb] Use -Wno-documentation-deprecated-sync if available (#138909)Kazu Hirata
2025-03-31[lldb] Fix use-after-free in SBMutexTest (#133840)Jonas Devlieghere
2025-03-31[lldb] Expose the Target API mutex through the SB API (#133295)Jonas Devlieghere
2025-03-18[lldb] Fix double free in CommandPluginInterfaceImplementation (#131658)Jonas Devlieghere
2025-03-10[lldb] fix set SBLineEntryColumn (#130435)Ebuka Ezike
2025-02-26[lldb] Build the API unittests with -Wdocumentation (#128893)Jonas Devlieghere
2023-05-10[lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford
2022-04-22[LLDB] Applying clang-tidy modernize-use-override over LLDBShafik Yaghmour
2021-05-05[lldb] Handle missing SBStructuredData copy assignment casesDave Lee
2020-08-17[lldb] Get rid of helper CMake variables for PythonJonas Devlieghere
2020-04-30[lldb/CMake] Set the PYTHON_RPATH for the unit testsJonas Devlieghere
2020-04-14[lldb] Fix a typo in a test nameWalter Erquinigo
2020-04-08[commands] Support autorepeat in SBCommandsWalter Erquinigo