Lines Matching refs:wp_id_arg
194 CommandArgumentData wp_id_arg; in CommandObjectWatchpointCommandAdd() local
197 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() local
496 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() local
568 wp_id_arg.arg_type = eArgTypeWatchpointID; in CommandObjectWatchpointCommandList()
569 wp_id_arg.arg_repetition = eArgRepeatPlain; in CommandObjectWatchpointCommandList()
573 arg.push_back(wp_id_arg); in CommandObjectWatchpointCommandList()