Home
last modified time | relevance | path

Searched refs:SaveCore (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h341 lldb::SBError SaveCore(const char *file_name);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1210 lldb::SBError SBProcess::SaveCore(const char *file_name) { in SaveCore() function in SBProcess
1211 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, SaveCore, (const char *), in SaveCore()
1231 error.ref() = PluginManager::SaveCore(process_sp, core_file, core_style); in SaveCore()
1459 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, SaveCore, (const char *)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i401 SaveCore(const char *file_name);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h193 static Status SaveCore(const lldb::ProcessSP &process_sp,
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1238 PluginManager::SaveCore(process_sp, output_file, corefile_style); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp686 Status PluginManager::SaveCore(const lldb::ProcessSP &process_sp, in SaveCore() function in PluginManager
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp40829 result = (arg1)->SaveCore((char const *)arg2); in _wrap_SBProcess_SaveCore()