Searched defs:tempflag (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbreak-catch-syscall.c354 create_syscall_event_catchpoint (int tempflag, std::vector<int> &&filter, argument
430 int tempflag; local
H A Dbreak-catch-sig.c318 create_signal_catchpoint(int tempflag, std::vector<gdb_signal> &&filter, bool catch_all) argument
388 int tempflag; local
H A Dbreak-catch-throw.c361 handle_gnu_v3_exceptions(int tempflag, std::string &&except_rx, const char *cond_string, enum exception_event_kind ex_event, int from_tty) argument
428 catch_exception_event(enum exception_event_kind ex_event, const char *arg, bool tempflag, int from_tty) argument
459 bool tempflag = get_cmd_context (command) == CATCH_TEMPORARY; local
470 bool tempflag = get_cmd_context (command) == CATCH_TEMPORARY; local
481 bool tempflag = get_cmd_context (command) == CATCH_TEMPORARY; local
[all...]
H A Dada-lang.c12687 create_ada_exception_catchpoint(struct gdbarch *gdbarch, enum ada_exception_catchpoint_kind ex_kind, const std::string &excep_string, const std::string &cond_string, int tempflag, int disabled, int from_tty) argument
12717 int tempflag; local
12742 int tempflag; local
12812 int tempflag; local
[all...]
H A Dbreakpoint.c8073 int tempflag; local
8101 init_catchpoint(struct breakpoint *b, struct gdbarch *gdbarch, int tempflag, const char *cond_string, const struct breakpoint_ops *ops) argument
8131 create_fork_vfork_event_catchpoint(struct gdbarch *gdbarch, int tempflag, const char *cond_string, const struct breakpoint_ops *ops) argument
9215 create_breakpoint(struct gdbarch *gdbarch, struct event_location *location, const char *cond_string, int thread, const char *extra_string, int parse_extra, int tempflag, enum bptype type_wanted, int ignore_count, enum auto_boolean pending_break_support, const struct breakpoint_ops *ops, int from_tty, int enabled, int internal, unsigned flags) argument
9389 int tempflag = flag & BP_TEMPFLAG; local
9401 tempflag, type_wanted, local
11141 int tempflag; local
11186 int tempflag; local
11214 init_ada_exception_breakpoint(struct breakpoint *b, struct gdbarch *gdbarch, struct symtab_and_line sal, const char *addr_string, const struct breakpoint_ops *ops, int tempflag, int enabled, int from_tty) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbreak-catch-syscall.c40 syscall_catchpoint (struct gdbarch *gdbarch, bool tempflag, argument
353 create_syscall_event_catchpoint (int tempflag, std::vector<int> &&filter) argument
429 int tempflag; local
H A Dbreak-catch-sig.c323 create_signal_catchpoint(int tempflag, std::vector<gdb_signal> &&filter, bool catch_all) argument
391 int tempflag; local
H A Dbreak-catch-throw.c369 handle_gnu_v3_exceptions(int tempflag, std::string &&except_rx, const char *cond_string, enum exception_event_kind ex_event, int from_tty) argument
424 catch_exception_event(enum exception_event_kind ex_event, const char *arg, bool tempflag, int from_tty) argument
455 bool tempflag = command->context () == CATCH_TEMPORARY; local
466 bool tempflag = command->context () == CATCH_TEMPORARY; local
477 bool tempflag = command->context () == CATCH_TEMPORARY; local
[all...]
H A Dbreakpoint.c8945 create_breakpoint(struct gdbarch *gdbarch, location_spec *locspec, const char *cond_string, int thread, const char *extra_string, bool force_condition, int parse_extra, int tempflag, enum bptype type_wanted, int ignore_count, enum auto_boolean pending_break_support, const struct breakpoint_ops *ops, int from_tty, int enabled, int internal, unsigned flags) argument
9144 int tempflag = flag & BP_TEMPFLAG; local
9157 tempflag, type_wanted, local
H A Dada-lang.c12122 ada_catchpoint(struct gdbarch *gdbarch_, enum ada_exception_catchpoint_kind kind, struct symtab_and_line sal, const char *addr_string_, bool tempflag, bool enabled, bool from_tty) argument
12795 create_ada_exception_catchpoint(struct gdbarch *gdbarch, enum ada_exception_catchpoint_kind ex_kind, const std::string &excep_string, const std::string &cond_string, int tempflag, int disabled, int from_tty) argument
12824 int tempflag; local
12849 int tempflag; local
12919 int tempflag; local
[all...]

Completed in 309 milliseconds