HomeSort by relevance Sort by last modified time
    Searched refs:core_path (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/tools/linux/core2md/
core2md.cc 47 const char* core_path,
51 LinuxCoreDumper dumper(0, core_path, procfs_override);
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper.h 46 // with a process ID of |pid| via its core dump file at |core_path| and
50 LinuxCoreDumper(pid_t pid, const char* core_path, const char* procfs_path);
linux_core_dumper.cc 47 const char* core_path,
50 core_path_(core_path),
  /external/google-breakpad/src/common/linux/
elf_core_dump_unittest.cc 67 string core_path = temp_dir.path() + "/core"; local
68 const char* core_file = core_path.c_str();
  /external/lldb/source/Commands/
CommandObjectTarget.cpp 278 char core_path[PATH_MAX]; local
279 core_file.GetPath(core_path, sizeof(core_path));
302 result.AppendMessageWithFormat ("Core file '%s' (%s) was loaded.\n", core_path, target_sp->GetArchitecture().GetArchitectureName());
308 result.AppendErrorWithFormat ("Unable to find process plug-in for core file '%s'\n", core_path);
314 result.AppendErrorWithFormat ("Core file '%s' does not exist\n", core_path);
    [all...]

Completed in 94 milliseconds