|
LLDB mainline
|
#include "CommandObjectFrame.h"#include "lldb/Core/Debugger.h"#include "lldb/DataFormatters/DataVisualization.h"#include "lldb/DataFormatters/ValueObjectPrinter.h"#include "lldb/Host/Config.h"#include "lldb/Host/OptionParser.h"#include "lldb/Interpreter/CommandInterpreter.h"#include "lldb/Interpreter/CommandOptionArgumentTable.h"#include "lldb/Interpreter/CommandReturnObject.h"#include "lldb/Interpreter/OptionArgParser.h"#include "lldb/Interpreter/OptionGroupFormat.h"#include "lldb/Interpreter/OptionGroupValueObjectDisplay.h"#include "lldb/Interpreter/OptionGroupVariable.h"#include "lldb/Interpreter/Options.h"#include "lldb/Symbol/Function.h"#include "lldb/Symbol/SymbolContext.h"#include "lldb/Symbol/Variable.h"#include "lldb/Symbol/VariableList.h"#include "lldb/Target/StackFrame.h"#include "lldb/Target/StackFrameRecognizer.h"#include "lldb/Target/StopInfo.h"#include "lldb/Target/Target.h"#include "lldb/Target/Thread.h"#include "lldb/Utility/Args.h"#include "lldb/ValueObject/ValueObject.h"#include <memory>#include <optional>#include <string>#include "CommandOptions.inc"Go to the source code of this file.
Macros | |
| #define | LLDB_OPTIONS_frame_diag |
| #define | LLDB_OPTIONS_frame_select |
| #define | LLDB_OPTIONS_frame_recognizer_add |
Functions | |
| static void | PrintRecognizerDetails (Stream &strm, const std::string &name, bool enabled, const std::string &module, llvm::ArrayRef< lldb_private::ConstString > symbols, Mangled::NamePreference symbol_mangling, bool regexp) |
| #define LLDB_OPTIONS_frame_diag |
Definition at line 47 of file CommandObjectFrame.cpp.
| #define LLDB_OPTIONS_frame_recognizer_add |
Definition at line 737 of file CommandObjectFrame.cpp.
| #define LLDB_OPTIONS_frame_select |
Definition at line 208 of file CommandObjectFrame.cpp.
|
static |
Definition at line 941 of file CommandObjectFrame.cpp.
Referenced by CommandObjectFrameRecognizerList::DoExecute(), and CommandObjectWithFrameRecognizerArg::HandleArgumentCompletion().