Lines Matching refs:cmd_str
584 my $cmd_str = shift;
585 my @cmd_chars = split(/ */, $cmd_str);
1086 my $cmd_str;
1087 $cmd eq 'c' and $cmd_str = 'continue';
1088 $cmd eq 's' and $cmd_str = 'step';
1093 printf("%s ($addr_format)\n", $cmd_str, $address);
1097 printf("%s ()\n", $cmd_str);
1109 my $cmd_str;
1110 $cmd eq 'c' and $cmd_str = 'continue';
1111 $cmd eq 's' and $cmd_str = 'step';
1125 …printf("%s_with_signal (signal = 0x%2.2x, address = $addr_format)\n", $cmd_str, $signal, $address);
1129 printf("%s_with_signal (signal = 0x%2.2x)\n", $cmd_str, $signal);
2013 my $cmd_str = shift;
2018 print "dump_command($cmd_str)\n ";
2021 my @cmd_chars = extract_command($cmd_str);