Searched refs:wp_id_arg (Results 1 – 1 of 1) sorted by relevance
166 CommandArgumentData wp_id_arg; in CommandObjectWatchpointCommandAdd() local169 wp_id_arg.arg_type = eArgTypeWatchpointID; in CommandObjectWatchpointCommandAdd()170 wp_id_arg.arg_repetition = eArgRepeatPlain; in CommandObjectWatchpointCommandAdd()174 arg.push_back(wp_id_arg); in CommandObjectWatchpointCommandAdd()460 CommandArgumentData wp_id_arg; in CommandObjectWatchpointCommandDelete() local463 wp_id_arg.arg_type = eArgTypeWatchpointID; in CommandObjectWatchpointCommandDelete()464 wp_id_arg.arg_repetition = eArgRepeatPlain; in CommandObjectWatchpointCommandDelete()468 arg.push_back(wp_id_arg); in CommandObjectWatchpointCommandDelete()528 CommandArgumentData wp_id_arg; in CommandObjectWatchpointCommandList() local531 wp_id_arg.arg_type = eArgTypeWatchpointID; in CommandObjectWatchpointCommandList()[all …]