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

/netbsd-current/external/bsd/file/dist/src/
H A Dvasprintf.c205 static int print_it(xprintf_struct *s, size_t approx_len, function
250 return print_it(s, (size_t)6, "(null)", 0);
261 return print_it(s, string_len, format_string, arg_string);
484 return print_it(s, (size_t)approx_width, format_string, va_arg(s->vargs, int));
486 return print_it(s, (size_t)approx_width, format_string, va_arg(s->vargs, long long int));
488 return print_it(s, (size_t)approx_width, format_string, va_arg(s->vargs, long int));
490 return print_it(s, (size_t)approx_width, format_string, va_arg(s->vargs, int));
492 return print_it(s, (size_t)approx_width, format_string, va_arg(s->vargs, size_t));
494 return print_it(s, (size_t)approx_width, format_string, va_arg(s->vargs, ptrdiff_t));
504 return print_it(
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbreak-catch-exec.c51 enum print_stop_action print_it (const bpstat *bs) const override;
89 exec_catchpoint::print_it (const bpstat *bs) const function in class:exec_catchpoint
H A Dbreak-catch-fork.c51 enum print_stop_action print_it (const bpstat *bs) const override;
105 /* Implement the "print_it" method for fork catchpoints. */
108 fork_catchpoint::print_it (const bpstat *bs) const function in class:fork_catchpoint
H A Dbreak-catch-load.c58 enum print_stop_action print_it (const bpstat *bs) const override;
138 bs->print_it = print_it_noop;
142 solib_catchpoint::print_it (const bpstat *bs) const function in class:solib_catchpoint
H A Dbreak-catch-sig.c59 enum print_stop_action print_it (const bpstat *bs) const override;
194 /* Implement the "print_it" method for signal catchpoints. */
197 signal_catchpoint::print_it (const bpstat *bs) const
195 signal_catchpoint::print_it (const bpstat *bs) const function in class:signal_catchpoint
H A Dbreak-catch-throw.c89 enum print_stop_action print_it (const bpstat *bs) const override;
248 exception_catchpoint::print_it (const bpstat *bs) const
246 exception_catchpoint::print_it (const bpstat *bs) const function in class:exception_catchpoint
H A Dbreakpoint.h681 virtual enum print_stop_action print_it (const bpstat *bs) const;
926 enum print_stop_action print_it (const bpstat *bs) const override;
1340 enum bp_print_how print_it;
1337 enum bp_print_how print_it; member in struct:bpstat
H A Dbreak-catch-syscall.c54 enum print_stop_action print_it (const bpstat *bs) const override;
187 /* Implement the "print_it" method for syscall catchpoints. */
190 syscall_catchpoint::print_it (const bpstat *bs) const function in class:syscall_catchpoint
H A Dbreakpoint.c266 enum print_stop_action print_it (const bpstat *bs) const override;
293 enum print_stop_action print_it (const bpstat *bs) const override;
327 enum print_stop_action print_it (const bpstat *bs) const override;
369 enum print_stop_action print_it (const bpstat *bs) const override;
4410 print_it (other.print_it)
4822 'print_it' in the bpstat structure. Under some circumstances we
4829 switch (bs->print_it)
4851 /* Normal case. Call the breakpoint's print_it method. */
4852 return b->print_it (b
9315 ranged_breakpoint::print_it (const bpstat *bs) const function in class:ranged_breakpoint
9667 watchpoint::print_it (const bpstat *bs) const function in class:watchpoint
9882 masked_watchpoint::print_it (const bpstat *bs) const function in class:masked_watchpoint
11616 breakpoint::print_it (const bpstat *bs) const function in class:breakpoint
11738 ordinary_breakpoint::print_it (const bpstat *bs) const function in class:ordinary_breakpoint
11893 internal_breakpoint::print_it (const bpstat *bs) const function in class:internal_breakpoint
11960 momentary_breakpoint::print_it (const bpstat *bs) const function in class:momentary_breakpoint
[all...]
H A Dada-lang.c12185 enum print_stop_action print_it (const bpstat *bs) const override;
12363 ada_catchpoint::print_it (const bpstat *bs) const
12345 ada_catchpoint::print_it (const bpstat *bs) const function in class:ada_catchpoint
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbreakpoint.h580 enum print_stop_action (*print_it) (struct bpstats *bs);
1177 enum bp_print_how print_it;
579 enum print_stop_action (*print_it) (struct bpstats *bs); member in struct:breakpoint_ops
1174 enum bp_print_how print_it; member in struct:bpstats
H A Dbreak-catch-sig.c179 /* Implement the "print_it" breakpoint_ops method for signal
422 ops->print_it = signal_catchpoint_print_it;
H A Dbreakpoint.c4155 print_it (other.print_it)
4482 'print_it' in the bpstat structure. Under some circumstances we
4489 switch (bs->print_it)
4511 /* Normal case. Call the breakpoint's print_it method. */
4512 return b->ops->print_it (bs);
4649 print_it (print_it_normal)
4663 print_it (print_it_normal)
4884 breakpoint_ops->print_it, but in this case, by the time we
4885 call breakpoint_ops->print_it thi
[all...]
H A Dbreak-catch-throw.c532 ops->print_it = print_it_exception_catchpoint;
H A Dbreak-catch-syscall.c173 /* Implement the "print_it" breakpoint_ops method for syscall
596 ops->print_it = print_it_catch_syscall;
H A Dada-lang.c14240 ops->print_it = print_it_exception;
14250 ops->print_it = print_it_exception;
14260 ops->print_it = print_it_exception;
14270 ops->print_it = print_it_exception;

Completed in 326 milliseconds