|
LLDB mainline
|
#include <vector>#include "lldb/Symbol/FuncUnwinders.h"#include "lldb/Symbol/SymbolContext.h"#include "lldb/Symbol/UnwindPlan.h"#include "lldb/Target/RegisterContext.h"#include "lldb/Target/Unwind.h"#include "lldb/Utility/ConstString.h"#include "lldb/lldb-public.h"Go to the source code of this file.
Classes | |
| class | lldb_private::UnwindLLDB |
| struct | lldb_private::UnwindLLDB::ConcreteRegisterLocation |
| An UnwindPlan::Row::AbstractRegisterLocation, combined with the register context and memory for a specific stop point, is used to create a ConcreteRegisterLocation. More... | |
| struct | lldb_private::UnwindLLDB::Cursor |
Namespaces | |
| namespace | lldb_private |
| A class that represents a running process on the host machine. | |