| LLDB mainline
    | 
#include <CommandObjectBreakpoint.h>
| Public Member Functions | |
| CommandObjectMultiwordBreakpoint (CommandInterpreter &interpreter) | |
| ~CommandObjectMultiwordBreakpoint () override | |
| Public Member Functions inherited from lldb_private::CommandObjectMultiword | |
| CommandObjectMultiword (CommandInterpreter &interpreter, const char *name, const char *help=nullptr, const char *syntax=nullptr, uint32_t flags=0) | |
| ~CommandObjectMultiword () override | |
| bool | IsMultiwordObject () override | 
| CommandObjectMultiword * | GetAsMultiwordCommand () override | 
| bool | LoadSubCommand (llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_obj) override | 
| llvm::Error | LoadUserSubcommand (llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_obj, bool can_replace) override | 
| llvm::Error | RemoveUserSubcommand (llvm::StringRef cmd_name, bool multiword_okay) | 
| void | GenerateHelpText (Stream &output_stream) override | 
| lldb::CommandObjectSP | GetSubcommandSP (llvm::StringRef sub_cmd, StringList *matches=nullptr) override | 
| lldb::CommandObjectSP | GetSubcommandSPExact (llvm::StringRef sub_cmd) override | 
| CommandObject * | GetSubcommandObject (llvm::StringRef sub_cmd, StringList *matches=nullptr) override | 
| bool | WantsRawCommandString () override | 
| void | HandleCompletion (CompletionRequest &request) override | 
| This default version handles calling option argument completions and then calls HandleArgumentCompletion if the cursor is on an argument, not an option. | |
| std::optional< std::string > | GetRepeatCommand (Args ¤t_command_args, uint32_t index) override | 
| Get the command that appropriate for a "repeat" of the current command. | |
| void | Execute (const char *args_string, CommandReturnObject &result) override | 
| bool | IsRemovable () const override | 
| void | SetRemovable (bool removable) | 
| Public Member Functions inherited from lldb_private::CommandObject | |
| CommandObject (CommandInterpreter &interpreter, llvm::StringRef name, llvm::StringRef help="", llvm::StringRef syntax="", uint32_t flags=0) | |
| virtual | ~CommandObject ()=default | 
| CommandInterpreter & | GetCommandInterpreter () | 
| Debugger & | GetDebugger () | 
| virtual llvm::StringRef | GetHelp () | 
| virtual llvm::StringRef | GetHelpLong () | 
| virtual llvm::StringRef | GetSyntax () | 
| llvm::StringRef | GetCommandName () const | 
| virtual void | SetHelp (llvm::StringRef str) | 
| virtual void | SetHelpLong (llvm::StringRef str) | 
| void | SetSyntax (llvm::StringRef str) | 
| bool | IsUserCommand () | 
| void | SetIsUserCommand (bool is_user) | 
| virtual bool | IsAlias () | 
| virtual bool | IsDashDashCommand () | 
| void | FormatLongHelpText (Stream &output_strm, llvm::StringRef long_help) | 
| void | GenerateHelpText (CommandReturnObject &result) | 
| virtual bool | WantsCompletion () | 
| virtual Options * | GetOptions () | 
| void | AddSimpleArgumentList (lldb::CommandArgumentType arg_type, ArgumentRepetitionType repetition_type=eArgRepeatPlain) | 
| void | AddIDsArgumentData (IDType type) | 
| int | GetNumArgumentEntries () | 
| CommandArgumentEntry * | GetArgumentEntryAtIndex (int idx) | 
| void | GetFormattedCommandArguments (Stream &str, uint32_t opt_set_mask=LLDB_OPT_SET_ALL) | 
| bool | ParseOptions (Args &args, CommandReturnObject &result) | 
| void | SetCommandName (llvm::StringRef name) | 
| virtual void | HandleArgumentCompletion (CompletionRequest &request, OptionElementVector &opt_element_vector) | 
| The default version handles argument definitions that have only one argument type, and use one of the argument types that have an entry in the CommonCompletions. | |
| bool | HelpTextContainsWord (llvm::StringRef search_word, bool search_short_help=true, bool search_long_help=true, bool search_syntax=true, bool search_options=true) | 
| Flags & | GetFlags () | 
| The flags accessor. | |
| const Flags & | GetFlags () const | 
| The flags const accessor. | |
| bool | HasOverrideCallback () const | 
| void | SetOverrideCallback (lldb::CommandOverrideCallback callback, void *baton) | 
| void | SetOverrideCallback (lldb_private::CommandOverrideCallbackWithResult callback, void *baton) | 
| bool | InvokeOverrideCallback (const char **argv, CommandReturnObject &result) | 
| void | SetOriginalCommandString (std::string s) | 
| Set the command input as it appeared in the terminal. | |
| Static Private Member Functions | |
| static void | VerifyIDs (Args &args, Target &target, bool allow_locations, CommandReturnObject &result, BreakpointIDList *valid_ids, BreakpointName::Permissions::PermissionKinds purpose) | 
Definition at line 19 of file CommandObjectBreakpoint.h.
| CommandObjectMultiwordBreakpoint::CommandObjectMultiwordBreakpoint | ( | CommandInterpreter & | interpreter | ) | 
| 
 | overridedefault | 
| 
 | inlinestatic | 
Definition at line 33 of file CommandObjectBreakpoint.h.
References VerifyIDs().
Referenced by CommandObjectBreakpointNameAdd::DoExecute(), CommandObjectBreakpointNameDelete::DoExecute(), and CommandObjectBreakpointWrite::DoExecute().
| 
 | inlinestatic | 
Definition at line 25 of file CommandObjectBreakpoint.h.
References VerifyIDs().
Referenced by CommandObjectBreakpointCommandDelete::DoExecute(), CommandObjectBreakpointCommandList::DoExecute(), CommandObjectBreakpointDelete::DoExecute(), CommandObjectBreakpointEnable::DoExecute(), CommandObjectBreakpointList::DoExecute(), CommandObjectBreakpointModify::DoExecute(), and CommandObjectProcessContinue::DoExecute().
| 
 | staticprivate | 
Definition at line 2449 of file CommandObjectBreakpoint.cpp.
References lldb_private::BreakpointIDList::AddBreakpointID(), lldb_private::CommandReturnObject::AppendError(), lldb_private::CommandReturnObject::AppendErrorWithFormat(), lldb_private::Args::empty(), lldb::eReturnStatusSuccessFinishNoResult, lldb_private::BreakpointIDList::FindAndReplaceIDRanges(), lldb_private::Breakpoint::FindLocationByID(), lldb_private::Args::GetArgumentArrayRef(), lldb_private::Target::GetBreakpointByID(), lldb_private::BreakpointID::GetBreakpointID(), lldb_private::BreakpointIDList::GetBreakpointIDAtIndex(), lldb_private::BreakpointID::GetCanonicalReference(), lldb_private::StreamString::GetData(), lldb_private::Target::GetLastCreatedBreakpoint(), lldb_private::BreakpointID::GetLocationID(), lldb_private::BreakpointIDList::GetSize(), LLDB_INVALID_BREAK_ID, lldb_private::BreakpointID::ParseCanonicalReference(), lldb_private::CommandReturnObject::SetError(), and lldb_private::CommandReturnObject::SetStatus().
Referenced by VerifyBreakpointIDs(), and VerifyBreakpointOrLocationIDs().