Searched refs:SaveCore (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 341 lldb::SBError SaveCore(const char *file_name);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 1210 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 D | SBProcess.i | 401 SaveCore(const char *file_name);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | PluginManager.h | 193 static Status SaveCore(const lldb::ProcessSP &process_sp,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 1238 PluginManager::SaveCore(process_sp, output_file, corefile_style); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | PluginManager.cpp | 686 Status PluginManager::SaveCore(const lldb::ProcessSP &process_sp, in SaveCore() function in PluginManager
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 40829 result = (arg1)->SaveCore((char const *)arg2); in _wrap_SBProcess_SaveCore()
|