Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp1299 ThreadTraceExportCommandCreator create_thread_trace_export_command) in TraceExporterInstance()
1302 create_thread_trace_export_command(create_thread_trace_export_command) { in TraceExporterInstance()
1305 ThreadTraceExportCommandCreator create_thread_trace_export_command; member
1318 ThreadTraceExportCommandCreator create_thread_trace_export_command) { in RegisterPlugin() argument
1320 name, description, create_callback, create_thread_trace_export_command); in RegisterPlugin()
1337 return instance->create_thread_trace_export_command; in GetThreadTraceExportCommandCreatorAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h428 ThreadTraceExportCommandCreator create_thread_trace_export_command);