Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDax-gdb.c2721 const char *cmdrest; in maint_agent_printf_command() local
2736 cmdrest = exp; in maint_agent_printf_command()
2738 cmdrest = skip_spaces_const (cmdrest); in maint_agent_printf_command()
2740 if (*cmdrest++ != '"') in maint_agent_printf_command()
2743 format_start = cmdrest; in maint_agent_printf_command()
2745 fpieces = parse_format_string (&cmdrest); in maint_agent_printf_command()
2749 format_end = cmdrest; in maint_agent_printf_command()
2751 if (*cmdrest++ != '"') in maint_agent_printf_command()
2754 cmdrest = skip_spaces_const (cmdrest); in maint_agent_printf_command()
2756 if (*cmdrest != ',' && *cmdrest != 0) in maint_agent_printf_command()
[all …]
HDbreakpoint.c2191 const char *cmdrest; in parse_cmd_to_aexpr() local
2200 cmdrest = cmd; in parse_cmd_to_aexpr()
2202 if (*cmdrest == ',') in parse_cmd_to_aexpr()
2203 ++cmdrest; in parse_cmd_to_aexpr()
2204 cmdrest = skip_spaces_const (cmdrest); in parse_cmd_to_aexpr()
2206 if (*cmdrest++ != '"') in parse_cmd_to_aexpr()
2209 format_start = cmdrest; in parse_cmd_to_aexpr()
2211 fpieces = parse_format_string (&cmdrest); in parse_cmd_to_aexpr()
2215 format_end = cmdrest; in parse_cmd_to_aexpr()
2217 if (*cmdrest++ != '"') in parse_cmd_to_aexpr()
[all …]