Home
last modified time | relevance | path

Searched refs:InstrumentationRuntimeMainThreadChecker (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp1 //===-- InstrumentationRuntimeMainThreadChecker.cpp -----------------------===//
9 #include "InstrumentationRuntimeMainThreadChecker.h"
32 LLDB_PLUGIN_DEFINE(InstrumentationRuntimeMainThreadChecker) in LLDB_PLUGIN_DEFINE() argument
34 InstrumentationRuntimeMainThreadChecker:: in LLDB_PLUGIN_DEFINE()
35 ~InstrumentationRuntimeMainThreadChecker() { in LLDB_PLUGIN_DEFINE()
40 InstrumentationRuntimeMainThreadChecker::CreateInstance( in CreateInstance()
43 new InstrumentationRuntimeMainThreadChecker(process_sp)); in CreateInstance()
46 void InstrumentationRuntimeMainThreadChecker::Initialize() { in Initialize()
53 void InstrumentationRuntimeMainThreadChecker::Terminate() { in Terminate()
58 InstrumentationRuntimeMainThreadChecker
[all...]
H A DInstrumentationRuntimeMainThreadChecker.h19 class InstrumentationRuntimeMainThreadChecker
22 ~InstrumentationRuntimeMainThreadChecker() override;
43 InstrumentationRuntimeMainThreadChecker(const lldb::ProcessSP &process_sp) in InstrumentationRuntimeMainThreadChecker() function
H A DCMakeLists.txt2 InstrumentationRuntimeMainThreadChecker.cpp
/llvm-project/utils/bazel/llvm-project-overlay/lldb/source/Plugins/
H A Dplugin_config.bzl45 "InstrumentationRuntimeMainThreadChecker",