Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dax-gdb.c2568 maint_agent_printf_command (const char *cmdrest, int from_tty) in maint_agent_printf_command() argument
2580 if (cmdrest == 0) in maint_agent_printf_command()
2583 cmdrest = skip_spaces (cmdrest); in maint_agent_printf_command()
2585 if (*cmdrest++ != '"') in maint_agent_printf_command()
2588 format_start = cmdrest; in maint_agent_printf_command()
2590 format_pieces fpieces (&cmdrest); in maint_agent_printf_command()
2592 format_end = cmdrest; in maint_agent_printf_command()
2594 if (*cmdrest++ != '"') in maint_agent_printf_command()
2597 cmdrest = skip_spaces (cmdrest); in maint_agent_printf_command()
2599 if (*cmdrest != ',' && *cmdrest != 0) in maint_agent_printf_command()
[all …]
Dbreakpoint.c2598 const char *cmdrest; in parse_cmd_to_aexpr() local
2605 cmdrest = cmd; in parse_cmd_to_aexpr()
2607 if (*cmdrest == ',') in parse_cmd_to_aexpr()
2608 ++cmdrest; in parse_cmd_to_aexpr()
2609 cmdrest = skip_spaces (cmdrest); in parse_cmd_to_aexpr()
2611 if (*cmdrest++ != '"') in parse_cmd_to_aexpr()
2614 format_start = cmdrest; in parse_cmd_to_aexpr()
2616 format_pieces fpieces (&cmdrest); in parse_cmd_to_aexpr()
2618 format_end = cmdrest; in parse_cmd_to_aexpr()
2620 if (*cmdrest++ != '"') in parse_cmd_to_aexpr()
[all …]