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.cpp1543 TraceCreateInstanceForLiveProcess create_callback_for_live_process, in TraceInstance()
1549 create_callback_for_live_process(create_callback_for_live_process) {} in TraceInstance()
1552 TraceCreateInstanceForLiveProcess create_callback_for_live_process; member
1565 TraceCreateInstanceForLiveProcess create_callback_for_live_process, in RegisterPlugin() argument
1569 create_callback_for_live_process, schema, debugger_init_callback); in RegisterPlugin()
1586 return instance->create_callback_for_live_process; in GetTraceCreateCallbackForLiveProcess()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h469 TraceCreateInstanceForLiveProcess create_callback_for_live_process,