Home
last modified time | relevance | path

Searched refs:save_core (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp618 ObjectFileSaveCore save_core) in ObjectFileInstance()
623 save_core(save_core) {} in ObjectFileInstance()
627 ObjectFileSaveCore save_core; member
641 ObjectFileSaveCore save_core) { in RegisterPlugin() argument
644 get_module_specifications, save_core); in RegisterPlugin()
692 if (instance.save_core && in SaveCore()
693 instance.save_core(process_sp, outfile, core_style, error)) in SaveCore()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h177 ObjectFileSaveCore save_core = nullptr);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td741 let Command = "process save_core" in {