Home
last modified time | relevance | path

Searched refs:breakpoint (Results 1 – 25 of 50) sorted by relevance

12

/dragonfly/contrib/gdb-7/gdb/
H A Dbreakpoint.h338 struct breakpoint *owner;
505 void (*dtor) (struct breakpoint *self);
669 struct breakpoint struct
674 struct breakpoint *next; argument
778 struct breakpoint base;
842 struct breakpoint base;
871 typedef struct breakpoint *breakpoint_p;
1100 struct breakpoint *breakpoint_at;
1167 struct breakpoint *owner);
1183 extern struct breakpoint *clone_momentary_breakpoint (struct breakpoint *bpkt);
[all …]
H A Dbreakpoint.c731 struct breakpoint *
4136 bpstat_find_breakpoint (bpstat bsp, struct breakpoint *breakpoint) in bpstat_find_breakpoint() argument
6992 struct breakpoint *b = XNEW (struct breakpoint); in set_raw_breakpoint_without_location()
7103 struct breakpoint *
7108 struct breakpoint *b = XNEW (struct breakpoint); in set_raw_breakpoint()
7198 struct breakpoint *
7317 struct breakpoint *
11326 struct breakpoint *breakpoint; member
11355 struct breakpoint *breakpoint; in until_break_command() local
11446 args->breakpoint = breakpoint; in until_break_command()
[all …]
H A Dbreak-catch-sig.c48 struct breakpoint base;
94 signal_catchpoint_dtor (struct breakpoint *b) in signal_catchpoint_dtor()
217 struct breakpoint *b = bs->breakpoint_at; in signal_catchpoint_print_it()
237 signal_catchpoint_print_one (struct breakpoint *b, in signal_catchpoint_print_one()
296 signal_catchpoint_print_mention (struct breakpoint *b) in signal_catchpoint_print_mention()
330 signal_catchpoint_print_recreate (struct breakpoint *b, struct ui_file *fp) in signal_catchpoint_print_recreate()
354 signal_catchpoint_explains_signal (struct breakpoint *b, enum gdb_signal sig) in signal_catchpoint_explains_signal()
H A Dtracepoint.h238 void free_actions (struct breakpoint *);
242 extern void encode_actions (struct breakpoint *t, struct bp_location *tloc,
245 extern void validate_actionline (char **, struct breakpoint *);
257 extern void parse_tracepoint_status (char *p, struct breakpoint *tp,
H A Dgdbthread.h50 struct breakpoint *step_resume_breakpoint;
53 struct breakpoint *exception_resume_breakpoint;
H A Dannotate.c35 static void breakpoint_changed (struct breakpoint *b);
576 breakpoint_changed (struct breakpoint *b) in breakpoint_changed()
H A Dinfcmd.c1540 struct breakpoint *breakpoint; member
1562 if (bpstat_find_breakpoint (bs, a->breakpoint) != NULL in finish_command_continuation()
1597 delete_breakpoint (a->breakpoint); in finish_command_continuation()
1669 struct breakpoint *breakpoint; in finish_forward() local
1677 breakpoint = set_momentary_breakpoint (gdbarch, sal, in finish_forward()
1684 old_chain = make_cleanup_delete_breakpoint (breakpoint); in finish_forward()
1694 cargs->breakpoint = breakpoint; in finish_forward()
H A Dsymtab.h1086 void (*gnu_ifunc_resolver_stop) (struct breakpoint *b);
1089 void (*gnu_ifunc_resolver_return_stop) (struct breakpoint *b);
H A Dada-lang.c11236 struct breakpoint *b) in ada_exception_name_addr_1()
11269 struct breakpoint *b) in ada_exception_name_addr()
11347 struct breakpoint base;
11425 struct breakpoint *self) in allocate_location_exception()
11507 struct breakpoint *b = bs->breakpoint_at; in print_it_exception()
11626 struct breakpoint *b) in print_mention_exception()
11670 struct breakpoint *b, struct ui_file *fp) in print_recreate_exception()
11699 dtor_catch_exception (struct breakpoint *b) in dtor_catch_exception()
11711 re_set_catch_exception (struct breakpoint *b) in re_set_catch_exception()
11805 dtor_catch_assert (struct breakpoint *b) in dtor_catch_assert()
[all …]
H A Ddummy-frame.c82 pop_dummy_frame_bpt (struct breakpoint *b, void *dummy_voidp) in pop_dummy_frame_bpt()
H A Dtracepoint.c703 validate_actionline (char **line, struct breakpoint *b) in validate_actionline()
1371 struct breakpoint *t, in encode_actions_1()
1615 encode_actions (struct breakpoint *t, struct bp_location *tloc, in encode_actions()
1693 struct breakpoint *b; in process_tracepoint_on_disconnect()
1736 struct breakpoint *b; in start_tracing()
1900 struct breakpoint *t; in stop_tracing()
1945 struct breakpoint *t; in trace_status_command()
3481 struct breakpoint *b; in find_matching_tracepoint_location()
3517 struct breakpoint *b; in merge_uploaded_tracepoints()
4050 parse_tracepoint_status (char *p, struct breakpoint *bp, in parse_tracepoint_status()
[all …]
H A Delfread.c960 elf_gnu_ifunc_resolver_stop (struct breakpoint *b) in elf_gnu_ifunc_resolver_stop()
962 struct breakpoint *b_return; in elf_gnu_ifunc_resolver_stop()
1012 elf_gnu_ifunc_resolver_return_stop (struct breakpoint *b) in elf_gnu_ifunc_resolver_return_stop()
1028 struct breakpoint *b_next = b->related_breakpoint; in elf_gnu_ifunc_resolver_return_stop()
/dragonfly/contrib/gdb-7/gdb/mi/
H A Dmi-cmds.c50 &mi_suppress_notification.breakpoint),
52 &mi_suppress_notification.breakpoint),
54 &mi_suppress_notification.breakpoint),
56 &mi_suppress_notification.breakpoint),
58 &mi_suppress_notification.breakpoint),
60 &mi_suppress_notification.breakpoint),
63 &mi_suppress_notification.breakpoint),
66 &mi_suppress_notification.breakpoint),
68 &mi_suppress_notification.breakpoint),
70 &mi_suppress_notification.breakpoint),
[all …]
H A Dmi-interp.c78 static void mi_breakpoint_created (struct breakpoint *b);
79 static void mi_breakpoint_deleted (struct breakpoint *b);
80 static void mi_breakpoint_modified (struct breakpoint *b);
626 mi_breakpoint_created (struct breakpoint *b) in mi_breakpoint_created()
632 if (mi_suppress_notification.breakpoint) in mi_breakpoint_created()
659 mi_breakpoint_deleted (struct breakpoint *b) in mi_breakpoint_deleted()
663 if (mi_suppress_notification.breakpoint) in mi_breakpoint_deleted()
680 mi_breakpoint_modified (struct breakpoint *b) in mi_breakpoint_modified()
686 if (mi_suppress_notification.breakpoint) in mi_breakpoint_modified()
H A Dmi-cmd-break.c50 breakpoint_notify (struct breakpoint *b) in breakpoint_notify()
319 struct breakpoint *b; in mi_cmd_break_commands()
H A Dmi-main.h39 int breakpoint; member
/dragonfly/contrib/gdb-7/gdb/tui/
H A Dtui-hooks.c148 tui_event_create_breakpoint (struct breakpoint *b) in tui_event_create_breakpoint()
156 tui_event_delete_breakpoint (struct breakpoint *b) in tui_event_delete_breakpoint()
162 tui_event_modify_breakpoint (struct breakpoint *b) in tui_event_modify_breakpoint()
H A Dtui-winsource.c439 struct breakpoint *bp; in tui_update_breakpoint_info()
440 extern struct breakpoint *breakpoint_chain; in tui_update_breakpoint_info()
454 bp != (struct breakpoint *) NULL; in tui_update_breakpoint_info()
/dragonfly/contrib/gdb-7/gdb/doc/
H A Dobserver.texi67 the execution stops due to a breakpoint, and this breakpoint has
68 a condition that is not met. If the breakpoint has any associated
168 @deftypefun void breakpoint_created (struct breakpoint *@var{b})
169 A new breakpoint @var{b} has been created.
172 @deftypefun void breakpoint_deleted (struct breakpoint *@var{b})
173 A breakpoint has been destroyed. The argument @var{b} is the
174 pointer to the destroyed breakpoint.
177 @deftypefun void breakpoint_modified (struct breakpoint *@var{b})
178 A breakpoint has been modified in some way. The argument @var{b}
179 is the modified breakpoint.
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-breakpoint.c470 struct breakpoint *bp = self_bp->bp; in bppy_get_commands()
667 build_bp_list (struct breakpoint *b, void *arg) in build_bp_list()
726 struct breakpoint *b = bp_obj->bp; in gdbpy_should_stop()
791 gdbpy_breakpoint_created (struct breakpoint *bp) in gdbpy_breakpoint_created()
837 gdbpy_breakpoint_deleted (struct breakpoint *b) in gdbpy_breakpoint_deleted()
841 struct breakpoint *bp = NULL; in gdbpy_breakpoint_deleted()
H A Dpy-finishbreakpoint.c339 bpfinishpy_detect_out_scope_cb (struct breakpoint *b, void *args) in bpfinishpy_detect_out_scope_cb()
342 struct breakpoint *bp_stopped = (struct breakpoint *) args; in bpfinishpy_detect_out_scope_cb()
H A Dpy-bpevent.c53 GDBPY_NEW_EVENT_TYPE (breakpoint,
/dragonfly/contrib/gdb-7/gdb/stubs/
H A Dsh-stub.c226 void breakpoint (void);
808 breakpoint(); in gdb_mode()
816 breakpoint (void) in breakpoint() function
1144 breakpoint (); in INIT()
/dragonfly/sys/vfs/procfs/
H A DREADME102 until next trap or breakpoint.
110 "attach". as before, the child will hit a breakpoint on the first
/dragonfly/sys/dev/raid/twa/
H A Dtw_osl_inline.h315 #define tw_osl_breakpoint() breakpoint()

12