Home
last modified time | relevance | path

Searched refs:bpstat (Results 1 – 25 of 52) sorted by relevance

123

/netbsd/external/gpl3/gdb/dist/gdb/
H A Dbreakpoint.h918 typedef struct bpstats *bpstat; typedef
922 extern void bpstat_clear (bpstat *);
926 extern bpstat bpstat_copy (bpstat);
958 bpstat stop_chain = NULL);
1056 struct bpstat_what bpstat_what (bpstat);
1060 extern void bpstat_run_callbacks (bpstat bs_head);
1063 bpstat bpstat_find_breakpoint (bpstat, struct breakpoint *);
1071 extern bool bpstat_causes_stop (bpstat);
1092 extern int bpstat_num (bpstat *, int *);
1135 bpstat next;
[all …]
H A Dinline-frame.c306 stopped_by_user_bp_inline_frame (const block *frame_block, bpstat stop_chain) in stopped_by_user_bp_inline_frame()
308 for (bpstat s = stop_chain; s != NULL; s = s->next) in stopped_by_user_bp_inline_frame()
339 skip_inline_frames (thread_info *thread, bpstat stop_chain) in skip_inline_frames()
H A Dbreakpoint.c4131 bpstat p;
4132 bpstat q;
4163 bpstat
4190 bpstat
4264 bpstat bs;
4318 bpstat bs;
5249 bpstat
5325 bpstat
5334 bpstat bs;
5462 bpstat bs;
[all …]
H A Dgdbthread.h155 bpstat stop_bpstat = nullptr;
H A Dbreak-catch-sig.c181 signal_catchpoint_print_it (bpstat bs) in signal_catchpoint_print_it()
H A Dbreak-catch-throw.c229 print_it_exception_catchpoint (bpstat bs) in print_it_exception_catchpoint()
H A Dbreak-catch-syscall.c177 print_it_catch_syscall (bpstat bs)
H A Dinfcmd.c715 bpstat bs = NULL; in continue_command()
1859 bpstat bs; in info_program_command()
H A DChangeLog-1990143 always create a bpstat if the stop address matches a breakpoint,
258 (clear_proceed_status): Pass address of bpstat to
259 bpstat_clear, not the bpstat itself.
648 (bpstat_alloc): New fn to allocate a bpstat and chain it.
884 * infrun.c (save_inferior_status): Save away the original bpstat
1494 (delete_breakpoint): Clean up bpstat's that are pointing to
2289 * breakpoint.{c,h}: Add bpstat stuff.
2295 stuff to use bpstat instead.
H A DChangeLog-20114689 (print_it_catch_fork): Adjust to take a bpstat as argument.
4691 (print_it_catch_vfork): Adjust to take a bpstat as argument.
4694 (print_it_catch_syscall): Adjust to take a bpstat as argument.
4697 (print_it_catch_exec): Adjust to take a bpstat as argument.
4713 (print_it_ranged_breakpoint): Adjust to take a bpstat as argument.
4728 (print_it_exception_catchpoint): Adjust to take a bpstat as
4763 bpstat as argument.
4765 (print_it_catch_exception_unhandled): Adjust to take a bpstat as
4768 (print_it_catch_assert): Adjust to take a bpstat as argument.
4772 to take a bpstat as argument.
H A DChangeLog-20102762 bpstat instead of the location's owner.
2764 Adjust to record the location's owner in the bpstat.
2765 (watchpoint_check): Use the breakpoint pointer in the bpstat
2769 bpstat instead of the location's owner.
2771 building the bpstat list. Handle bp_watchpoint_scope here. Use
2772 the breakpoint pointer in the bpstat instead of the location's
2774 (bpstat_what): Use the breakpoint pointer in the bpstat instead of
2779 (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
H A DChangeLog-20073499 (print_it_typical): Print bpstat's location, not
3500 bpstat's breakpoint's location.
3620 (bpstat_find_breakpoint): Look at bpstat's location's
3621 owner, not at bpstat->breakpoint_at.
3632 to bpstat_alloc. Look at bpstat's location's
3633 owner, not at bpstat->breakpoint_at.
H A DChangeLog-19953542 * breakpoint.c (bpstat_do_actions): For each element in the bpstat
4689 (struct bpstat): Changed name to 'bpstats'.
4692 (bpstat_stop_status): Use new name for bpstat.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dbreakpoint.h918 typedef struct bpstats *bpstat; typedef
922 extern void bpstat_clear (bpstat *);
926 extern bpstat bpstat_copy (bpstat);
958 bpstat stop_chain = NULL);
1056 struct bpstat_what bpstat_what (bpstat);
1060 extern void bpstat_run_callbacks (bpstat bs_head);
1063 bpstat bpstat_find_breakpoint (bpstat, struct breakpoint *);
1071 extern bool bpstat_causes_stop (bpstat);
1092 extern int bpstat_num (bpstat *, int *);
1135 bpstat next;
[all …]
H A Dinline-frame.c306 stopped_by_user_bp_inline_frame (const block *frame_block, bpstat stop_chain) in stopped_by_user_bp_inline_frame()
308 for (bpstat s = stop_chain; s != NULL; s = s->next) in stopped_by_user_bp_inline_frame()
339 skip_inline_frames (thread_info *thread, bpstat stop_chain) in skip_inline_frames()
H A Dbreakpoint.c4131 bpstat p;
4132 bpstat q;
4163 bpstat
4190 bpstat
4264 bpstat bs;
4318 bpstat bs;
5249 bpstat
5325 bpstat
5334 bpstat bs;
5462 bpstat bs;
[all …]
H A Dgdbthread.h155 bpstat stop_bpstat = nullptr;
H A Dbreak-catch-sig.c181 signal_catchpoint_print_it (bpstat bs) in signal_catchpoint_print_it()
H A Dbreak-catch-throw.c229 print_it_exception_catchpoint (bpstat bs) in print_it_exception_catchpoint()
H A Dbreak-catch-syscall.c177 print_it_catch_syscall (bpstat bs)
H A Dinfcmd.c715 bpstat bs = NULL; in continue_command()
1859 bpstat bs; in info_program_command()
H A DChangeLog-1990143 always create a bpstat if the stop address matches a breakpoint,
258 (clear_proceed_status): Pass address of bpstat to
259 bpstat_clear, not the bpstat itself.
648 (bpstat_alloc): New fn to allocate a bpstat and chain it.
884 * infrun.c (save_inferior_status): Save away the original bpstat
1494 (delete_breakpoint): Clean up bpstat's that are pointing to
2289 * breakpoint.{c,h}: Add bpstat stuff.
2295 stuff to use bpstat instead.
H A DChangeLog-20114689 (print_it_catch_fork): Adjust to take a bpstat as argument.
4691 (print_it_catch_vfork): Adjust to take a bpstat as argument.
4694 (print_it_catch_syscall): Adjust to take a bpstat as argument.
4697 (print_it_catch_exec): Adjust to take a bpstat as argument.
4713 (print_it_ranged_breakpoint): Adjust to take a bpstat as argument.
4728 (print_it_exception_catchpoint): Adjust to take a bpstat as
4763 bpstat as argument.
4765 (print_it_catch_exception_unhandled): Adjust to take a bpstat as
4768 (print_it_catch_assert): Adjust to take a bpstat as argument.
4772 to take a bpstat as argument.
H A DChangeLog-20102762 bpstat instead of the location's owner.
2764 Adjust to record the location's owner in the bpstat.
2765 (watchpoint_check): Use the breakpoint pointer in the bpstat
2769 bpstat instead of the location's owner.
2771 building the bpstat list. Handle bp_watchpoint_scope here. Use
2772 the breakpoint pointer in the bpstat instead of the location's
2774 (bpstat_what): Use the breakpoint pointer in the bpstat instead of
2779 (breakpoint_auto_delete): Use the breakpoint pointer in the bpstat
H A DChangeLog-20073499 (print_it_typical): Print bpstat's location, not
3500 bpstat's breakpoint's location.
3620 (bpstat_find_breakpoint): Look at bpstat's location's
3621 owner, not at bpstat->breakpoint_at.
3632 to bpstat_alloc. Look at bpstat's location's
3633 owner, not at bpstat->breakpoint_at.

123