LLDB mainline
|
#include "lldb/Core/ValueObject.h"
#include "lldb/Core/ValueObjectList.h"
#include "lldb/Symbol/VariableList.h"
#include "lldb/Target/StopInfo.h"
#include "lldb/Utility/StructuredData.h"
#include "lldb/lldb-private-forward.h"
#include "lldb/lldb-public.h"
#include <cstdint>
#include <deque>
#include <optional>
#include <vector>
Go to the source code of this file.
Classes | |
class | lldb_private::RecognizedStackFrame |
This class provides extra information about a stack frame that was provided by a specific stack frame recognizer. More... | |
class | lldb_private::StackFrameRecognizer |
A base class for frame recognizers. More... | |
class | lldb_private::ScriptedStackFrameRecognizer |
Python implementation for frame recognizers. More... | |
class | lldb_private::StackFrameRecognizerManager |
Class that provides a registry of known stack frame recognizers. More... | |
struct | lldb_private::StackFrameRecognizerManager::RegisteredEntry |
class | lldb_private::ValueObjectRecognizerSynthesizedValue |
ValueObject subclass that presents the passed ValueObject as a recognized value with the specified ValueType. More... | |
Namespaces | |
namespace | lldb_private |
A class that represents a running process on the host machine. | |