LLDB mainline
|
Public Member Functions | |
CommandObjectProcessMinidumpDump (CommandInterpreter &interpreter) | |
~CommandObjectProcessMinidumpDump () override=default | |
Options * | GetOptions () override |
void | DoExecute (Args &command, CommandReturnObject &result) override |
Public Member Functions inherited from lldb_private::CommandObjectParsed | |
CommandObjectParsed (CommandInterpreter &interpreter, const char *name, const char *help=nullptr, const char *syntax=nullptr, uint32_t flags=0) | |
~CommandObjectParsed () override=default | |
void | Execute (const char *args_string, CommandReturnObject &result) override |
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) |
virtual bool | IsRemovable () const |
virtual bool | IsMultiwordObject () |
bool | IsUserCommand () |
void | SetIsUserCommand (bool is_user) |
virtual CommandObjectMultiword * | GetAsMultiwordCommand () |
virtual bool | IsAlias () |
virtual bool | IsDashDashCommand () |
virtual lldb::CommandObjectSP | GetSubcommandSP (llvm::StringRef sub_cmd, StringList *matches=nullptr) |
virtual lldb::CommandObjectSP | GetSubcommandSPExact (llvm::StringRef sub_cmd) |
virtual CommandObject * | GetSubcommandObject (llvm::StringRef sub_cmd, StringList *matches=nullptr) |
void | FormatLongHelpText (Stream &output_strm, llvm::StringRef long_help) |
void | GenerateHelpText (CommandReturnObject &result) |
virtual void | GenerateHelpText (Stream &result) |
virtual bool | LoadSubCommand (llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_obj) |
virtual llvm::Error | LoadUserSubcommand (llvm::StringRef cmd_name, const lldb::CommandObjectSP &command_obj, bool can_replace) |
virtual bool | WantsRawCommandString ()=0 |
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 | HandleCompletion (CompletionRequest &request) |
This default version handles calling option argument completions and then calls HandleArgumentCompletion if the cursor is on an argument, not an option. | |
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. | |
virtual std::optional< std::string > | GetRepeatCommand (Args ¤t_command_args, uint32_t index) |
Get the command that appropriate for a "repeat" of the current command. | |
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. | |
virtual void | Execute (const char *args_string, CommandReturnObject &result)=0 |
Private Member Functions | |
void | SetDefaultOptionsIfNoneAreSet () |
bool | DumpAll () const |
bool | DumpDirectory () const |
bool | DumpLinux () const |
bool | DumpLinuxCPUInfo () const |
bool | DumpLinuxProcStatus () const |
bool | DumpLinuxProcStat () const |
bool | DumpLinuxLSBRelease () const |
bool | DumpLinuxCMDLine () const |
bool | DumpLinuxEnviron () const |
bool | DumpLinuxAuxv () const |
bool | DumpLinuxMaps () const |
bool | DumpLinuxProcUptime () const |
bool | DumpLinuxProcFD () const |
bool | DumpFacebook () const |
bool | DumpFacebookAppData () const |
bool | DumpFacebookBuildID () const |
bool | DumpFacebookVersionName () const |
bool | DumpFacebookJavaStack () const |
bool | DumpFacebookDalvikInfo () const |
bool | DumpFacebookUnwindSymbols () const |
bool | DumpFacebookErrorLog () const |
bool | DumpFacebookAppStateLog () const |
bool | DumpFacebookAbortReason () const |
bool | DumpFacebookThreadName () const |
bool | DumpFacebookLogcat () const |
Definition at line 601 of file ProcessMinidump.cpp.
|
inline |
Definition at line 747 of file ProcessMinidump.cpp.
References APPEND_OPT, and lldb_private::OptionGroupOptions::Finalize().
|
overridedefault |
|
inlineoverridevirtual |
Implements lldb_private::CommandObjectParsed.
Definition at line 832 of file ProcessMinidump.cpp.
References lldb_private::CommandReturnObject::AppendErrorWithFormat(), lldb_private::DumpDataExtractor(), DumpDirectory(), lldb::eByteOrderLittle, lldb::eFormatBytesWithASCII, lldb::eReturnStatusSuccessFinishResult, lldb_private::Process::GetAddressByteSize(), lldb_private::Args::GetArgumentCount(), lldb_private::minidump::MinidumpParser::GetMinidumpFile(), lldb_private::CommandReturnObject::GetOutputStream(), lldb_private::minidump::MinidumpParser::GetStream(), lldb_private::minidump::MinidumpParser::GetStreamTypeAsString(), lldb_private::DataExtractor::GetU32(), lldb_private::minidump::ProcessMinidump::m_minidump_parser, lldb_private::Stream::Printf(), and lldb_private::CommandReturnObject::SetStatus().
|
inlineprivate |
Definition at line 660 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 663 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 710 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 737 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 713 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 734 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 716 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 725 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 731 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 722 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 743 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 740 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 728 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 719 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 667 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 694 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 686 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 670 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 690 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 682 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 698 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 706 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 678 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 674 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineprivate |
Definition at line 702 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), and lldb_private::OptionGroupBoolean::GetOptionValue().
|
inlineoverridevirtual |
Reimplemented from lldb_private::CommandObject.
Definition at line 830 of file ProcessMinidump.cpp.
|
inlineprivate |
Definition at line 630 of file ProcessMinidump.cpp.
References lldb_private::OptionValueBoolean::GetCurrentValue(), lldb_private::OptionGroupBoolean::GetOptionValue(), and lldb_private::OptionValueBoolean::SetCurrentValue().
|
private |
Definition at line 604 of file ProcessMinidump.cpp.
|
private |
Definition at line 605 of file ProcessMinidump.cpp.
|
private |
Definition at line 616 of file ProcessMinidump.cpp.
|
private |
Definition at line 611 of file ProcessMinidump.cpp.
|
private |
Definition at line 609 of file ProcessMinidump.cpp.
|
private |
Definition at line 606 of file ProcessMinidump.cpp.
|
private |
Definition at line 610 of file ProcessMinidump.cpp.
|
private |
Definition at line 608 of file ProcessMinidump.cpp.
|
private |
Definition at line 612 of file ProcessMinidump.cpp.
|
private |
Definition at line 615 of file ProcessMinidump.cpp.
|
private |
Definition at line 613 of file ProcessMinidump.cpp.
|
private |
Definition at line 607 of file ProcessMinidump.cpp.
|
private |
Definition at line 614 of file ProcessMinidump.cpp.
|
private |
Definition at line 625 of file ProcessMinidump.cpp.
|
private |
Definition at line 628 of file ProcessMinidump.cpp.
|
private |
Definition at line 617 of file ProcessMinidump.cpp.
|
private |
Definition at line 624 of file ProcessMinidump.cpp.
|
private |
Definition at line 618 of file ProcessMinidump.cpp.
|
private |
Definition at line 621 of file ProcessMinidump.cpp.
|
private |
Definition at line 623 of file ProcessMinidump.cpp.
|
private |
Definition at line 620 of file ProcessMinidump.cpp.
|
private |
Definition at line 627 of file ProcessMinidump.cpp.
|
private |
Definition at line 626 of file ProcessMinidump.cpp.
|
private |
Definition at line 622 of file ProcessMinidump.cpp.
|
private |
Definition at line 619 of file ProcessMinidump.cpp.
|
private |
Definition at line 603 of file ProcessMinidump.cpp.