Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1086 ThreadTraceExportCommandCreator create_thread_trace_export_command) in TraceExporterInstance()
1089 create_thread_trace_export_command(create_thread_trace_export_command) { in TraceExporterInstance()
1092 ThreadTraceExportCommandCreator create_thread_trace_export_command; member
1105 ThreadTraceExportCommandCreator create_thread_trace_export_command) { in RegisterPlugin() argument
1107 name, description, create_callback, create_thread_trace_export_command); in RegisterPlugin()
1124 return instance->create_thread_trace_export_command; in GetThreadTraceExportCommandCreatorAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h380 ThreadTraceExportCommandCreator create_thread_trace_export_command);