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

  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c 235 gdbarch_auto_charset_ftype *auto_charset = default_auto_charset; member in struct:gdbarch
507 /* Skip verify of auto_charset, invalid_p == 0. */
1309 "gdbarch_dump: auto_charset = <%s>\n",
1310 host_address_to_string (gdbarch->auto_charset));
5023 gdb_assert (gdbarch->auto_charset != NULL);
5026 return gdbarch->auto_charset ();
5031 gdbarch_auto_charset_ftype auto_charset)
5033 gdbarch->auto_charset = auto_charset;
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 236 gdbarch_auto_charset_ftype *auto_charset = default_auto_charset; member in struct:gdbarch
510 /* Skip verify of auto_charset, invalid_p == 0. */
1316 "gdbarch_dump: auto_charset = <%s>\n",
1317 host_address_to_string (gdbarch->auto_charset));
5053 gdb_assert (gdbarch->auto_charset != NULL);
5056 return gdbarch->auto_charset ();
5061 gdbarch_auto_charset_ftype auto_charset)
5063 gdbarch->auto_charset = auto_charset;

Completed in 17 milliseconds