Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp1122 ThreadTraceExportCommandCreator create_thread_trace_export_command) in TraceExporterInstance()
1125 create_thread_trace_export_command(create_thread_trace_export_command) { in TraceExporterInstance()
1128 ThreadTraceExportCommandCreator create_thread_trace_export_command; member
1141 ThreadTraceExportCommandCreator create_thread_trace_export_command) { in RegisterPlugin() argument
1143 name, description, create_callback, create_thread_trace_export_command); in RegisterPlugin()
1160 return instance->create_thread_trace_export_command; in GetThreadTraceExportCommandCreatorAtIndex()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DPluginManager.h387 ThreadTraceExportCommandCreator create_thread_trace_export_command);