Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp169 wp_id_arg.arg_type = eArgTypeWatchpointID; in CommandObjectWatchpointCommandAdd()
463 wp_id_arg.arg_type = eArgTypeWatchpointID; in CommandObjectWatchpointCommandDelete()
531 wp_id_arg.arg_type = eArgTypeWatchpointID; in CommandObjectWatchpointCommandList()
H A DCommandObjectWatchpoint.cpp155 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointList()
280 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointEnable()
356 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointDisable()
437 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointDelete()
560 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointIgnore()
685 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointModify()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h246 …{ lldb::eArgTypeWatchpointID, "watchpt-id", CommandCompletions::eNoCompletion, {}, { nullptr, fals…
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h604 eArgTypeWatchpointID, enumerator
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst870 .. py:data:: eArgTypeWatchpointID