LLDB mainline
|
#include "lldb/lldb-private.h"
#include "Plugins/Process/Utility/HistoryUnwind.h"
#include "Plugins/Process/Utility/RegisterContextHistory.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/StackFrame.h"
#include "lldb/Target/Target.h"
#include "lldb/Target/Thread.h"
#include <memory>
Go to the source code of this file.
Functions | |
static bool | BehavesLikeZerothFrame (HistoryPCType pc_type, uint32_t frame_idx) |
|
static |
Definition at line 54 of file HistoryUnwind.cpp.
References lldb_private::Calls, lldb_private::Returns, and lldb_private::ReturnsNoZerothFrame.
Referenced by lldb_private::HistoryUnwind::DoGetFrameInfoAtIndex().