Searched refs:wp_id_arg (Results 1 – 1 of 1) sorted by relevance
194 CommandArgumentData wp_id_arg; in CommandObjectWatchpointCommandAdd() local197 wp_id_arg.arg_type = eArgTypeWatchpointID; in CommandObjectWatchpointCommandAdd()198 wp_id_arg.arg_repetition = eArgRepeatPlain; in CommandObjectWatchpointCommandAdd()202 arg.push_back(wp_id_arg); in CommandObjectWatchpointCommandAdd()493 CommandArgumentData wp_id_arg; in CommandObjectWatchpointCommandDelete() local496 wp_id_arg.arg_type = eArgTypeWatchpointID; in CommandObjectWatchpointCommandDelete()497 wp_id_arg.arg_repetition = eArgRepeatPlain; in CommandObjectWatchpointCommandDelete()501 arg.push_back(wp_id_arg); in CommandObjectWatchpointCommandDelete()565 CommandArgumentData wp_id_arg; in CommandObjectWatchpointCommandList() local568 wp_id_arg.arg_type = eArgTypeWatchpointID; in CommandObjectWatchpointCommandList()[all …]