summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/InstrumentationRuntime/ASan
AgeCommit message (Expand)Author
2023-10-25[lldb] Refactor InstrumentationRuntimeAsan and add a new plugin (#69388)Usama Hameed
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-07-30[lldb] Remove workaround in InstrumentationRuntimeASanJonas Devlieghere
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
2022-03-16[lldb] Migrate runtime instrumentation plugins to ReportWarningJonas Devlieghere
2022-02-05[lldb] Use mangled symbol name to look for __asan::AsanDie()Jonas Devlieghere
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-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 AddressSanitizerRuntime for consistency with plugin (NFC)Jonas Devlieghere
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
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-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-07-13Upstreaming a patch from Github: When evaluation user expressions, ignore Ins...Kuba Mracek
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2017-06-26Shorten sanitizer plugin namesPavel Labath