Searched refs:auto_cp_abi (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcp-abi.c29 static struct cp_abi_ops auto_cp_abi = { "auto", NULL }; variable in typeref:struct:cp_abi_ops
276 xfree ((char *) auto_cp_abi.longname);
277 xfree ((char *) auto_cp_abi.doc);
279 auto_cp_abi = *abi;
281 auto_cp_abi.shortname = "auto";
283 auto_cp_abi.longname = new_longname;
287 auto_cp_abi.doc = new_doc;
398 register_cp_abi (&auto_cp_abi);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcp-abi.c29 static struct cp_abi_ops auto_cp_abi = { "auto", NULL }; variable in typeref:struct:cp_abi_ops
273 xfree ((char *) auto_cp_abi.longname);
274 xfree ((char *) auto_cp_abi.doc);
276 auto_cp_abi = *abi;
278 auto_cp_abi.shortname = "auto";
279 auto_cp_abi.longname = xstrprintf ("currently \"%s\"",
281 auto_cp_abi.doc = xstrprintf ("Automatically selected; currently \"%s\"",
393 register_cp_abi (&auto_cp_abi);

Completed in 78 milliseconds