summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker
AgeCommit message (Expand)Author
2025-08-20[lldb] Fix source line annotations for libsanitizers traces (#154247)Julian Lettner
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham
2022-10-03Change the Sanitizer report breakpoint callbacks to asynchronous.Jim Ingham
2021-12-26Remove redundant string initialization (NFC)Kazu Hirata
2021-10-29[lldb] Remove ConstString from SymbolVendor, Trace, TraceExporter, UnwindAsse...Pavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-04-22lldb/Instrumentation: NFC-ish use GetFrameCodeAddressForSymbolication()Fred Riss
2020-12-16[lldb][NFC] Apply performance-faster-string-find (`str.find("X")` -> `str.fin...Jordan Rupprecht
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-21[lldb/Plugin] Rename MainThreadCheckerRuntime for consistency with plugin (NFC)Jonas Devlieghere
2019-11-14[LLDB] Fix more -Wdocumentation issues (NFC)Jonas Devlieghere
2019-06-19[Process] Remove unused field from HistoryThreadAlex Langford
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-07-13Upstreaming a patch from Github: When evaluation user expressions, ignore Ins...Kuba Mracek
2017-07-08Update message that Main Thread Checker produces.Kuba Mracek
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2017-06-16Fix the CMake files for the new InstrumentationRuntime plugins.Kuba Mracek
2017-06-16Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntim...Kuba Mracek