Searched refs:InstrumentationRuntimeASan (Results 1 – 4 of 4) sorted by relevance
24 LLDB_PLUGIN_DEFINE(InstrumentationRuntimeASan) in LLDB_PLUGIN_DEFINE() argument27 InstrumentationRuntimeASan::CreateInstance(const lldb::ProcessSP &process_sp) { in LLDB_PLUGIN_DEFINE()28 return InstrumentationRuntimeSP(new InstrumentationRuntimeASan(process_sp)); in LLDB_PLUGIN_DEFINE()31 void InstrumentationRuntimeASan::Initialize() { in Initialize()37 void InstrumentationRuntimeASan::Terminate() { in Terminate()41 lldb::InstrumentationRuntimeType InstrumentationRuntimeASan::GetTypeStatic() { in GetTypeStatic()45 InstrumentationRuntimeASan::~InstrumentationRuntimeASan() { Deactivate(); } in ~InstrumentationRuntimeASan()48 InstrumentationRuntimeASan::GetPatternForRuntimeLibrary() { in GetPatternForRuntimeLibrary()55 bool InstrumentationRuntimeASan::CheckIfRuntimeIsValid( in CheckIfRuntimeIsValid()63 bool InstrumentationRuntimeASan::NotifyBreakpointHit( in NotifyBreakpointHit()[all …]
16 class InstrumentationRuntimeASan : public lldb_private::InstrumentationRuntime {18 ~InstrumentationRuntimeASan() override;36 InstrumentationRuntimeASan(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeASan() function
52 LLDB_PLUGIN(InstrumentationRuntimeASan)
412 SRCS+= Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp