21 dbg_cmd_continue (
char *psz_args)
23 if (psz_args && *psz_args) {
24 char *psz_target =
get_word(&psz_args);
30 char *psz_expanded_target =
32 if (*psz_expanded_target) {
39 printf(
"Can't find target %s; breakpoint not set.\n", psz_target);
45 if (!(psz_args && *psz_args))
50 while ((psz_break_type =
get_word(&psz_args))) {
51 if (!(psz_break_type && *psz_break_type))
break;
70 dbg_cmd_continue_init(
unsigned int c)
72 short_command[c].func = &dbg_cmd_continue;
73 short_command[c].use =
_(
"continue [TARGET [all|run|prereq|end]*]");
file_t * p_target
Definition: trace.h:81
bool add_breakpoint(file_t *p_target, unsigned int brkp_mask)
unsigned int brkpt_mask_t
Definition: types.h:64
struct variable * define_variable_in_set(const char *name, size_t length, const char *value, enum variable_origin origin, int recursive, struct variable_set *set, const gmk_floc *flocp)
target_stack_node_t * p_stack
debug_return_t
Definition: trace.h:32
#define _(msgid)
Definition: make.h:293
file_t * lookup_file(const char *name)
char * variable_expand_set(char *psz_line, variable_set_list_t *p_file_set)
unsigned int i_debugger_nexting
struct variable_set_list * variables
Definition: filedef.h:60
char * get_word(char **ppsz_str)
int db_level
Definition: debug.h:163
Definition: variable.h:34
brkpt_mask_t get_brkpt_option(const char *psz_break_type)
unsigned int i_debugger_stepping