Home
last modified time | relevance | path

Searched refs:print_it (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/bsd/file/dist/src/
Dvasprintf.c205 static int print_it(xprintf_struct *s, size_t approx_len, in print_it() function
250 return print_it(s, (size_t)6, "(null)", 0); in type_s()
261 return print_it(s, string_len, format_string, arg_string); in type_s()
484 return print_it(s, (size_t)approx_width, format_string, va_arg(s->vargs, int)); in dispatch()
486 return print_it(s, (size_t)approx_width, format_string, va_arg(s->vargs, long long int)); in dispatch()
488 return print_it(s, (size_t)approx_width, format_string, va_arg(s->vargs, long int)); in dispatch()
490 return print_it(s, (size_t)approx_width, format_string, va_arg(s->vargs, int)); in dispatch()
492 return print_it(s, (size_t)approx_width, format_string, va_arg(s->vargs, size_t)); in dispatch()
494 return print_it(s, (size_t)approx_width, format_string, va_arg(s->vargs, ptrdiff_t)); in dispatch()
504 return print_it(s, (size_t)approx_width, format_string, va_arg(s->vargs, int)); in dispatch()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dbreak-catch-load.c57 enum print_stop_action print_it (const bpstat *bs) const override;
137 bs->print_it = print_it_noop; in check_status()
141 solib_catchpoint::print_it (const bpstat *bs) const in print_it() function
Dbreak-catch-exec.c50 enum print_stop_action print_it (const bpstat *bs) const override;
88 exec_catchpoint::print_it (const bpstat *bs) const in print_it() function
Dbreak-catch-fork.c50 enum print_stop_action print_it (const bpstat *bs) const override;
107 fork_catchpoint::print_it (const bpstat *bs) const in print_it() function
Dbreak-catch-sig.c58 enum print_stop_action print_it (const bpstat *bs) const override;
196 signal_catchpoint::print_it (const bpstat *bs) const in print_it() function
Dbreak-catch-throw.c88 enum print_stop_action print_it (const bpstat *bs) const override;
236 exception_catchpoint::print_it (const bpstat *bs) const in print_it() function
Dbreak-catch-syscall.c53 enum print_stop_action print_it (const bpstat *bs) const override;
189 syscall_catchpoint::print_it (const bpstat *bs) const in print_it() function
Dbreakpoint.h749 virtual enum print_stop_action print_it (const bpstat *bs) const;
998 enum print_stop_action print_it (const bpstat *bs) const override;
1413 enum bp_print_how print_it; member
Dbreakpoint.c331 enum print_stop_action print_it (const bpstat *bs) const override;
358 enum print_stop_action print_it (const bpstat *bs) const override;
395 enum print_stop_action print_it (const bpstat *bs) const override;
437 enum print_stop_action print_it (const bpstat *bs) const override;
4554 print_it (other.print_it) in bpstat()
4968 switch (bs->print_it) in print_bp_stop_message()
4989 return b->print_it (bs); in print_bp_stop_message()
5120 print_it (print_it_normal) in bpstat()
5132 print_it (print_it_normal) in bpstat()
5451 bs->print_it = print_it_done; in bpstat_check_watchpoint()
[all …]
Damd-dbgapi-target.c504 bs->print_it = print_it_noop; in check_status()
Dada-lang.c12092 enum print_stop_action print_it (const bpstat *bs) const override;
12279 ada_catchpoint::print_it (const bpstat *bs) const in print_it() function
DChangeLog-19991784 (struct bpstat): Change print_it field to be an enum instead of a
1791 print_it function pointer.
1825 * breakpoint.h: Change return type of field print_it of struct
DChangeLog-19936140 * breakpoint.h (bpstat): New field print_it.
6143 (bpstat_{alloc,stop_status}): Set print_it field.
DChangeLog-20114669 (print_bp_stop_message): Always call the breakpoint_ops->print_it
4771 * breakpoint.h (struct breakpoint_ops): Adjust the print_it method
DChangeLog-201212342 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git47680 gdb: constify breakpoint::print_it parameter
47681 The print_it method itself is const. In a subsequent patch, the
47693 breakpoint::print_it do this:
47698 looking at the call sites of check_status and print_it), so it would
125714 Constify breakpoint::print_it
125715 This constifies breakpoint::print_it. Doing this pointed out some