Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp194 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()
[all …]