Home
last modified time | relevance | path

Searched refs:wp_id_arg (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp166 CommandArgumentData wp_id_arg; in CommandObjectWatchpointCommandAdd() local
169 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() local
463 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() local
531 wp_id_arg.arg_type = eArgTypeWatchpointID; in CommandObjectWatchpointCommandList()
[all …]