|
LLDB mainline
|
#include "InstrumentationRuntimeASan.h"#include "lldb/Breakpoint/StoppointCallbackContext.h"#include "lldb/Core/Debugger.h"#include "lldb/Core/Module.h"#include "lldb/Core/PluginInterface.h"#include "lldb/Core/PluginManager.h"#include "lldb/Expression/UserExpression.h"#include "lldb/Symbol/Symbol.h"#include "lldb/Symbol/SymbolContext.h"#include "lldb/Target/InstrumentationRuntimeStopInfo.h"#include "lldb/Target/Process.h"#include "lldb/Target/Target.h"#include "lldb/Utility/LLDBLog.h"#include "lldb/Utility/RegularExpression.h"#include "lldb/ValueObject/ValueObject.h"#include "Plugins/InstrumentationRuntime/Utility/Utility.h"#include "llvm/ADT/StringSwitch.h"Go to the source code of this file.
Functions | |
| static std::string | FormatDescription (StructuredData::ObjectSP report) |
Variables | |
| static const char * | address_sanitizer_retrieve_report_data_prefix |
| static const char * | address_sanitizer_retrieve_report_data_command |
|
static |
Definition at line 201 of file InstrumentationRuntimeASan.cpp.
Referenced by lldb_private::InstrumentationRuntimeASan::NotifyBreakpointHit().
|
static |
Definition at line 86 of file InstrumentationRuntimeASan.cpp.
Referenced by lldb_private::InstrumentationRuntimeASan::RetrieveReportData().
|
static |
Definition at line 72 of file InstrumentationRuntimeASan.cpp.
Referenced by lldb_private::InstrumentationRuntimeASan::RetrieveReportData().