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.cpp1611 ThreadTraceExportCommandCreator create_thread_trace_export_command) in TraceExporterInstance()
1614 create_thread_trace_export_command(create_thread_trace_export_command) { in TraceExporterInstance()
1617 ThreadTraceExportCommandCreator create_thread_trace_export_command; member
1630 ThreadTraceExportCommandCreator create_thread_trace_export_command) { in RegisterPlugin() argument
1632 name, description, create_callback, create_thread_trace_export_command); in RegisterPlugin()
1649 return instance->create_thread_trace_export_command; in GetThreadTraceExportCommandCreatorAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h512 ThreadTraceExportCommandCreator create_thread_trace_export_command);