Searched refs:bp_id_arg (Results 1 – 2 of 2) sorted by relevance
208 CommandArgumentData bp_id_arg; in CommandObjectBreakpointCommandAdd() local211 bp_id_arg.arg_type = eArgTypeBreakpointID; in CommandObjectBreakpointCommandAdd()212 bp_id_arg.arg_repetition = eArgRepeatOptional; in CommandObjectBreakpointCommandAdd()216 arg.push_back(bp_id_arg); in CommandObjectBreakpointCommandAdd()483 CommandArgumentData bp_id_arg; in CommandObjectBreakpointCommandDelete() local486 bp_id_arg.arg_type = eArgTypeBreakpointID; in CommandObjectBreakpointCommandDelete()487 bp_id_arg.arg_repetition = eArgRepeatPlain; in CommandObjectBreakpointCommandDelete()491 arg.push_back(bp_id_arg); in CommandObjectBreakpointCommandDelete()603 CommandArgumentData bp_id_arg; in CommandObjectBreakpointCommandList() local606 bp_id_arg.arg_type = eArgTypeBreakpointID; in CommandObjectBreakpointCommandList()[all …]
1116 CommandArgumentData bp_id_arg; in CommandObjectBreakpointList() local1119 bp_id_arg.arg_type = eArgTypeBreakpointID; in CommandObjectBreakpointList()1120 bp_id_arg.arg_repetition = eArgRepeatOptional; in CommandObjectBreakpointList()1124 arg.push_back(bp_id_arg); in CommandObjectBreakpointList()