reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Interpreter/CommandObject.h
  222   void SetCommandName(llvm::StringRef name);

References

tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
 2250   list_command_object->SetCommandName("breakpoint list");
 2251   enable_command_object->SetCommandName("breakpoint enable");
 2252   disable_command_object->SetCommandName("breakpoint disable");
 2253   clear_command_object->SetCommandName("breakpoint clear");
 2254   delete_command_object->SetCommandName("breakpoint delete");
 2255   set_command_object->SetCommandName("breakpoint set");
 2256   command_command_object->SetCommandName("breakpoint command");
 2257   modify_command_object->SetCommandName("breakpoint modify");
 2258   name_command_object->SetCommandName("breakpoint name");
 2259   write_command_object->SetCommandName("breakpoint write");
 2260   read_command_object->SetCommandName("breakpoint read");
tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
  716   add_command_object->SetCommandName("breakpoint command add");
  717   delete_command_object->SetCommandName("breakpoint command delete");
  718   list_command_object->SetCommandName("breakpoint command list");
tools/lldb/source/Commands/CommandObjectType.cpp
 2837     SetCommandName(name.GetString());
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
 1130   list_command_object->SetCommandName("watchpoint list");
 1131   enable_command_object->SetCommandName("watchpoint enable");
 1132   disable_command_object->SetCommandName("watchpoint disable");
 1133   delete_command_object->SetCommandName("watchpoint delete");
 1134   ignore_command_object->SetCommandName("watchpoint ignore");
 1135   command_command_object->SetCommandName("watchpoint command");
 1136   modify_command_object->SetCommandName("watchpoint modify");
 1137   set_command_object->SetCommandName("watchpoint set");
tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  653   add_command_object->SetCommandName("watchpoint command add");
  654   delete_command_object->SetCommandName("watchpoint command delete");
  655   list_command_object->SetCommandName("watchpoint command list");