Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1273 ThreadTraceExportCommandCreator create_thread_trace_export_command) in TraceExporterInstance()
1276 create_thread_trace_export_command(create_thread_trace_export_command) { in TraceExporterInstance()
1279 ThreadTraceExportCommandCreator create_thread_trace_export_command; member
1292 ThreadTraceExportCommandCreator create_thread_trace_export_command) { in RegisterPlugin() argument
1294 name, description, create_callback, create_thread_trace_export_command); in RegisterPlugin()
1311 return instance->create_thread_trace_export_command; in GetThreadTraceExportCommandCreatorAtIndex()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h428 ThreadTraceExportCommandCreator create_thread_trace_export_command);