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 <vector>
Go to the source code of this file.
Classes | |
class | lldb_private::RecognizedStackFrame |
class | lldb_private::StackFrameRecognizer |
class | lldb_private::ScriptedStackFrameRecognizer |
class | lldb_private::StackFrameRecognizerManager |
Class that provides a registry of known stack frame recognizers. More... | |
struct | lldb_private::StackFrameRecognizerManager::RegisteredEntry |
class | lldb_private::ValueObjectRecognizerSynthesizedValue |
Namespaces | |
lldb_private | |
A class that represents a running process on the host machine. | |