/external/llvm-project/lldb/source/Interpreter/ |
D | CommandAlias.cpp | 227 void CommandAlias::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandAlias 228 this->CommandObject::SetHelpLong(str); in SetHelpLong()
|
D | CommandInterpreter.cpp | 374 AddAlias("p", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize() 375 AddAlias("print", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize() 376 AddAlias("call", cmd_obj_sp, "--")->SetHelpLong(""); in Initialize() 381 po->SetHelpLong(""); in Initialize() 390 parray_alias->SetHelpLong(""); in Initialize() 398 poarray_alias->SetHelpLong(""); in Initialize() 407 shell_alias->SetHelpLong(""); in Initialize()
|
D | CommandObject.cpp | 93 void CommandObject::SetHelpLong(llvm::StringRef str) { in SetHelpLong() function in CommandObject
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | CommandAlias.h | 57 void SetHelpLong(llvm::StringRef str) override;
|
D | CommandObject.h | 137 virtual void SetHelpLong(llvm::StringRef str);
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectCommands.cpp | 247 SetHelpLong( in CommandObjectCommandsAlias() 479 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand() 581 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand() 782 SetHelpLong( in CommandObjectCommandsAddRegex() 1098 SetHelpLong(docstring); in GetHelpLong() 1184 SetHelpLong(docstring); in GetHelpLong()
|
D | CommandObjectWatchpointCommand.cpp | 69 SetHelpLong( in CommandObjectWatchpointCommandAdd()
|
D | CommandObjectWatchpoint.cpp | 835 SetHelpLong( in CommandObjectWatchpointSetVariable() 1033 SetHelpLong( in CommandObjectWatchpointSetExpression()
|
D | CommandObjectBreakpointCommand.cpp | 71 SetHelpLong( in CommandObjectBreakpointCommandAdd()
|
D | CommandObjectExpression.cpp | 207 SetHelpLong( in CommandObjectExpression()
|
D | CommandObjectPlatform.cpp | 798 SetHelpLong( in CommandObjectPlatformGetFile() 885 SetHelpLong( in CommandObjectPlatformGetSize()
|
D | CommandObjectType.cpp | 587 SetHelpLong( in CommandObjectTypeFormatAdd() 1511 SetHelpLong( in CommandObjectTypeSummaryAdd() 2590 SetHelpLong( in CommandObjectTypeFilterAdd()
|
D | CommandObjectSettings.cpp | 57 SetHelpLong( in CommandObjectSettingsSet()
|
D | CommandObjectFrame.cpp | 798 SetHelpLong(R"( in CommandObjectFrameRecognizerAdd()
|
D | CommandObjectProcess.cpp | 1379 SetHelpLong("\nIf no signals are specified, update them all. If no update " in CommandObjectProcessHandle()
|
D | CommandObjectBreakpoint.cpp | 996 SetHelpLong( in CommandObjectBreakpointDisable()
|
D | CommandObjectTarget.cpp | 4610 SetHelpLong( in CommandObjectTargetStopHookAdd()
|
/external/llvm-project/lldb/source/API/ |
D | SBCommandInterpreter.cpp | 682 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() function in SBCommand 683 LLDB_RECORD_METHOD(void, SBCommand, SetHelpLong, (const char *), help); in SetHelpLong() 686 m_opaque_sp->SetHelpLong(help); in SetHelpLong() 864 LLDB_REGISTER_METHOD(void, SBCommand, SetHelpLong, (const char *)); in RegisterMethods()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBCommandInterpreter.h | 305 void SetHelpLong(const char *);
|