| /netbsd/src/external/bsd/file/dist/src/ |
| D | vasprintf.c | 205 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/ |
| D | break-catch-load.c | 57 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
|
| D | break-catch-exec.c | 50 enum print_stop_action print_it (const bpstat *bs) const override; 88 exec_catchpoint::print_it (const bpstat *bs) const in print_it() function
|
| D | break-catch-fork.c | 50 enum print_stop_action print_it (const bpstat *bs) const override; 107 fork_catchpoint::print_it (const bpstat *bs) const in print_it() function
|
| D | break-catch-sig.c | 58 enum print_stop_action print_it (const bpstat *bs) const override; 196 signal_catchpoint::print_it (const bpstat *bs) const in print_it() function
|
| D | break-catch-throw.c | 88 enum print_stop_action print_it (const bpstat *bs) const override; 236 exception_catchpoint::print_it (const bpstat *bs) const in print_it() function
|
| D | break-catch-syscall.c | 53 enum print_stop_action print_it (const bpstat *bs) const override; 189 syscall_catchpoint::print_it (const bpstat *bs) const in print_it() function
|
| D | breakpoint.h | 749 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
|
| D | breakpoint.c | 331 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 …]
|
| D | amd-dbgapi-target.c | 504 bs->print_it = print_it_noop; in check_status()
|
| D | ada-lang.c | 12092 enum print_stop_action print_it (const bpstat *bs) const override; 12279 ada_catchpoint::print_it (const bpstat *bs) const in print_it() function
|
| D | ChangeLog-1999 | 1784 (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
|
| D | ChangeLog-1993 | 6140 * breakpoint.h (bpstat): New field print_it. 6143 (bpstat_{alloc,stop_status}): Set print_it field.
|
| D | ChangeLog-2011 | 4669 (print_bp_stop_message): Always call the breakpoint_ops->print_it 4771 * breakpoint.h (struct breakpoint_ops): Adjust the print_it method
|
| D | ChangeLog-2012 | 12342 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 47680 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
|