Lines Matching refs:show
300 my $show = 1;
319 push @pshow, $show; # push the previous state
321 if($show) {
324 push @altshow, $rev ^ 1; # push the reversed show state
329 if($show) {
330 # we only allow show if already showing
331 $show = $rev;
340 $show = pop @altshow;
341 push @altshow, $show; # put it back for consistency
349 $show = pop @pshow;
353 if($show) {
951 print $gdbcmd "show args\n";