summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/InstrumentationRuntime/TSan
AgeCommit message (Expand)Author
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-11-21[lldb] Refactor UserExpression::Evaluate to only have one error channel. (#11...Adrian Prantl
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-01-08[lldb] Change interface of StructuredData::Array::GetItemAtIndexAsInteger (#7...Alex Langford
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-06-13[lldb] Default can_create to true in GetChildAtIndex (NFC)Dave Lee
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
2023-04-27Make the TSan report capture data structure anonymous.Jim Ingham
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham
2023-03-10[lldb][InstrumentationRuntime] Make 'data' struct anonymous in order to avoid...Michael Buch
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-10-03Change the Sanitizer report breakpoint callbacks to asynchronous.Jim Ingham
2022-08-16[LLDB][NFC] Fix memory leak in IntstumentationRuntimeTSan.cppSlava Gurevich
2022-03-16[lldb] Migrate runtime instrumentation plugins to ReportWarningJonas Devlieghere
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
2020-09-04Revert "[lldb] avoid assert in threadsanitizer tests on linux"Raphael Isemann
2020-09-03[lldb] avoid assert in threadsanitizer tests on linuxLuboš Luňák
2020-08-31[lldb] Don't crash when LLDB can't extract the tsan reportRaphael Isemann
2020-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann
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-30[lldb][NFCI] Remove unused LanguageType parametersAlex Langford
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 TSanRuntime for consistency with plugin (NFC)Jonas Devlieghere
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
2019-08-29Revert "[TSanRuntime] Upstream thread swift race detector."Davide Italiano
2019-08-29[TSanRuntime] Upstream thread swift race detector.Davide Italiano
2019-06-19[Process] Remove unused field from HistoryThreadAlex Langford
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-05-13Fix file names in file headers. NFCFangrui Song
2019-04-05Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl
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-11-11Remove header grouping comments.Jonas Devlieghere
2018-05-31Remove append parameter to FindGlobalVariablesPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-07-13Upstreaming a patch from Github: When evaluation user expressions, ignore Ins...Kuba Mracek
2017-06-27Move StructuredData from Core to UtilityPavel Labath