Home
last modified time | relevance | path

Searched refs:create_callback_for_live_process (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1018 TraceCreateInstanceForLiveProcess create_callback_for_live_process, in TraceInstance()
1023 create_callback_for_live_process(create_callback_for_live_process) {} in TraceInstance()
1026 TraceCreateInstanceForLiveProcess create_callback_for_live_process; member
1039 TraceCreateInstanceForLiveProcess create_callback_for_live_process, in RegisterPlugin() argument
1043 create_callback_for_live_process, schema); in RegisterPlugin()
1061 return instance.create_callback_for_live_process; in GetTraceCreateCallbackForLiveProcess()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h338 TraceCreateInstanceForLiveProcess create_callback_for_live_process,