HomeSort by: relevance | last modified time | path
    Searched refs:gdb_abspath (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
pathstuff.h 38 Contrary to "gdb_abspath", this function does not use
59 extern std::string gdb_abspath (const char *path,
62 /* Overload of gdb_abspath which takes std::string. */
65 gdb_abspath (const std::string &path) function
67 return gdb_abspath (path.c_str ());
70 /* Overload of gdb_abspath which takes gdb::unique_xmalloc_ptr<char>. */
73 gdb_abspath (const gdb::unique_xmalloc_ptr<char> &path) function
75 return gdb_abspath (path.get ());
pathstuff.cc 127 gdb_abspath (const char *path, const char *cwd) function
249 std::string abs = gdb_abspath (xdg_cache_home);
258 std::string abs = gdb_abspath (home);
267 std::string abs = gdb_abspath (win_home);
316 std::string abs = gdb_abspath (xdg_config_home);
325 std::string abs = gdb_abspath (home);
367 std::string abs = gdb_abspath (homedir);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
pathstuff.cc 127 gdb_abspath (const char *path) function
243 std::string abs = gdb_abspath (xdg_cache_home);
252 std::string abs = gdb_abspath (home);
261 std::string abs = gdb_abspath (win_home);
310 std::string abs = gdb_abspath (xdg_config_home);
319 std::string abs = gdb_abspath (home);
361 std::string abs = gdb_abspath (homedir);
pathstuff.h 35 Contrary to "gdb_abspath", this function does not use
57 extern std::string gdb_abspath (const char *path);
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
index-cache.c 325 index_cache_directory = gdb_abspath (index_cache_directory);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
index-cache.c 327 index_cache_directory = gdb_abspath (index_cache_directory.c_str ());
  /src/external/gpl3/gdb/dist/gdb/
bsd-kvm.c 123 filename = gdb_abspath (filename);
top.c 2119 history_filename = gdb_abspath (history_filename);
2370 history_filename = gdb_abspath (fname);
source.c 593 new_name_holder = gdb_abspath (name);
948 = make_unique_xstrdup (gdb_abspath (filename, cwd).c_str ());
main.c 125 gdb_datadir = gdb_abspath (gdb_datadir);
objfiles.c 275 name_holder = gdb_abspath (name);
tracefile-tfile.c 470 filename = gdb_abspath (filename);
corelow.c 1038 filename = gdb_abspath (filename);
  /src/external/gpl3/gdb.old/dist/gdb/
bsd-kvm.c 124 filename = gdb_abspath (filename.c_str ());
top.c 2107 history_filename = gdb_abspath (history_filename.c_str ());
2358 history_filename = gdb_abspath (fname);
source.c 573 new_name_holder = gdb_abspath (name);
927 = make_unique_xstrdup (gdb_abspath (filename).c_str ());
corelow.c 628 filename = make_unique_xstrdup (gdb_abspath (filename.get ()).c_str ());
main.c 123 gdb_datadir = gdb_abspath (gdb_datadir.c_str ());
objfiles.c 330 name_holder = gdb_abspath (name);
tracefile-tfile.c 470 filename = make_unique_xstrdup (gdb_abspath (filename.get ()).c_str ());
  /src/external/gpl3/gdb/dist/gdb/compile/
compile.c 184 std::string abspath = gdb_abspath (filename.c_str ());
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile.c 314 std::string abspath = gdb_abspath (args);
  /src/external/gpl3/gdb.old/dist/gdbserver/
server.cc 112 m_path = gdb_abspath (m_path.c_str ());
  /src/external/gpl3/gdb/dist/gdbserver/
server.cc 112 m_path = gdb_abspath (m_path);

Completed in 54 milliseconds