Searched refs:gdbarch_stap_is_single_operand (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dstap-probe.c1008 something recognized by `gdbarch_stap_is_single_operand'. */
1017 || gdbarch_stap_is_single_operand (p->gdbarch, p->arg))
H A Dgdbarch.h1302 extern int gdbarch_stap_is_single_operand (struct gdbarch *gdbarch, const char *s);
H A Dgdbarch.c4484 gdbarch_stap_is_single_operand (struct gdbarch *gdbarch, const char *s) function
4489 fprintf_unfiltered (gdb_stdlog, "gdbarch_stap_is_single_operand called\n");
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dstap-probe.c1038 something recognized by `gdbarch_stap_is_single_operand'. */
1048 || gdbarch_stap_is_single_operand (p->gdbarch, p->arg))
H A Dgdbarch-gen.h1325 extern int gdbarch_stap_is_single_operand (struct gdbarch *gdbarch, const char *s);
H A Dgdbarch.c4593 gdbarch_stap_is_single_operand (struct gdbarch *gdbarch, const char *s) function
4598 gdb_printf (gdb_stdlog, "gdbarch_stap_is_single_operand called\n");

Completed in 301 milliseconds