Home
last modified time | relevance | path

Searched refs:voidprint (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dprintcmd.c1302 bool voidprint) in process_print_command_args() argument
1324 if (!voidprint) in process_print_command_args()
1336 print_command_1 (const char *args, int voidprint) in print_command_1() argument
1340 struct value *val = process_print_command_args (args, &print_opts, voidprint); in print_command_1()
1342 if (voidprint || (val && val->type () && in print_command_1()
DChangeLog-20217344 * printcmd.c (print_command_1): Change voidprint to bool. Pass to