Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1204 TraceCreateInstanceForLiveProcess create_callback_for_live_process, in TraceInstance()
1210 create_callback_for_live_process(create_callback_for_live_process) {} in TraceInstance()
1213 TraceCreateInstanceForLiveProcess create_callback_for_live_process; member
1226 TraceCreateInstanceForLiveProcess create_callback_for_live_process, in RegisterPlugin() argument
1230 create_callback_for_live_process, schema, debugger_init_callback); in RegisterPlugin()
1248 return instance.create_callback_for_live_process; in GetTraceCreateCallbackForLiveProcess()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h385 TraceCreateInstanceForLiveProcess create_callback_for_live_process,