Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp315 CommandObjectSP write_command_object( in CommandObjectMemoryTag() local
317 write_command_object->SetCommandName("memory tag write"); in CommandObjectMemoryTag()
318 LoadSubCommand("write", write_command_object); in CommandObjectMemoryTag()
H A DCommandObjectBreakpoint.cpp2448 CommandObjectSP write_command_object( in CommandObjectMultiwordBreakpoint() local
2462 write_command_object->SetCommandName("breakpoint write"); in CommandObjectMultiwordBreakpoint()
2474 LoadSubCommand("write", write_command_object); in CommandObjectMultiwordBreakpoint()