Home
last modified time | relevance | path

Searched refs:core_path (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/tools/linux/core2md/
Dcore2md.cc47 const char* core_path, in WriteMinidumpFromCore() argument
51 LinuxCoreDumper dumper(0, core_path, procfs_override); in WriteMinidumpFromCore()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_core_dumper.cc47 const char* core_path, in LinuxCoreDumper() argument
50 core_path_(core_path), in LinuxCoreDumper()
Dlinux_core_dumper.h50 LinuxCoreDumper(pid_t pid, const char* core_path, const char* procfs_path);
/external/google-breakpad/src/common/linux/
Delf_core_dump_unittest.cc67 string core_path = temp_dir.path() + "/core"; in TEST() local
68 const char* core_file = core_path.c_str(); in TEST()
/external/lldb/source/Commands/
DCommandObjectTarget.cpp278 char core_path[PATH_MAX]; in DoExecute() local
279 core_file.GetPath(core_path, sizeof(core_path)); in DoExecute()
302 …result.AppendMessageWithFormat ("Core file '%s' (%s) was loaded.\n", core_path, target_sp->GetArch… in DoExecute()
308 … result.AppendErrorWithFormat ("Unable to find process plug-in for core file '%s'\n", core_path); in DoExecute()
314 result.AppendErrorWithFormat ("Core file '%s' does not exist\n", core_path); in DoExecute()