Home
last modified time | relevance | path

Searched refs:bpstat_print (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-stopevent.c72 bpstat_print (bs, last.kind ()); in py_print_bpstat()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dbreakpoint.h1307 extern enum print_stop_action bpstat_print (bpstat *bs, target_waitkind kind);
DChangeLog-19902050 breakpoint.h: Add bpstat_print (and rename old bpstat_print
DChangeLog-19991616 * breakpoint.h (bpstat_print): Return 'enum print_stop_action',
1790 (bpstat_print): Call print_bp_stop_message instead of using the
1804 * breakpoint.c (bpstat_print): Clean up logic. Remove recursion.
1832 (bpstat_print): Change return type to enumeration type
1841 bpstat_print().
Dinfrun.c9285 bpstat_ret = bpstat_print (tp->control.stop_bpstat, ws.kind ()); in print_stop_location()
DChangeLog-20111373 (bpstat_print): Add 'kind' argument. Handle
1375 * infrun.c (normal_stop): Update for bpstat_print change. Don't
1377 * breakpoint.h (bpstat_print): Update.
1381 * mi/mi-interp.c (mi_on_normal_stop): Call bpstat_print.
DChangeLog-19936082 * breakpoint.c (bpstat_print, bpstat_stop_status): Change to walk the
6141 breakpoint.c (bpstat_print): Use it.
6142 (print_it_normal): New function (from old bpstat_print code).
DChangeLog-19913629 * breakpoint.c (bpstat_print): Try all elements on the bpstat
4982 * breakpoint.c (bpstat_print): If bpstat "print" flag is not set,
Dbreakpoint.c5071 bpstat_print (bpstat *bs, target_waitkind kind) in bpstat_print() function
DChangeLog-201212268 (bpstat_print): Use print_solib_event.
DChangeLog-20157130 (bpstat_print): Likewise.
DChangeLog-201410434 of bpstat_print/print_stack_frame.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git105904 gdb: change bpstat_print's kind parameter to target_waitkind