HomeSort by: relevance | last modified time | path
    Searched defs:sysroot_str (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
symfile.c 1405 const char *sysroot_str = gdb_sysroot.c_str ();
1406 if (is_target_filename (sysroot_str) && target_filesystem_is_local ())
1407 sysroot_str += strlen (TARGET_SYSROOT_PREFIX);
1408 gdb::unique_xmalloc_ptr<char> canon_sysroot = gdb_realpath (sysroot_str);
1404 const char *sysroot_str = gdb_sysroot.c_str (); local

Completed in 42 milliseconds