Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp289 CommandObjectSP read_command_object( in CommandObjectMemoryTag() local
291 read_command_object->SetCommandName("memory tag read"); in CommandObjectMemoryTag()
292 LoadSubCommand("read", read_command_object); in CommandObjectMemoryTag()
H A DCommandObjectBreakpoint.cpp2360 CommandObjectSP read_command_object( in CommandObjectMultiwordBreakpoint() local
2373 read_command_object->SetCommandName("breakpoint read"); in CommandObjectMultiwordBreakpoint()
2385 LoadSubCommand("read", read_command_object); in CommandObjectMultiwordBreakpoint()