Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1230 TraceCreateInstanceForLiveProcess create_callback_for_live_process, in TraceInstance()
1236 create_callback_for_live_process(create_callback_for_live_process) {} in TraceInstance()
1239 TraceCreateInstanceForLiveProcess create_callback_for_live_process; member
1252 TraceCreateInstanceForLiveProcess create_callback_for_live_process, in RegisterPlugin() argument
1256 create_callback_for_live_process, schema, debugger_init_callback); in RegisterPlugin()
1274 return instance.create_callback_for_live_process; in GetTraceCreateCallbackForLiveProcess()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h385 TraceCreateInstanceForLiveProcess create_callback_for_live_process,