|
LLDB mainline
|
#include "UnwindWasm.h"#include "Plugins/Process/gdb-remote/ThreadGDBRemote.h"#include "ProcessWasm.h"#include "RegisterContextWasm.h"#include "ThreadWasm.h"#include "lldb/Utility/LLDBLog.h"#include "lldb/Utility/Log.h"Go to the source code of this file.
Variables | |
| static constexpr lldb::addr_t | kWasmSyntheticCFABase = 0x40000000 |
| Base for synthesized Wasm frame call frame addresses. | |
|
staticconstexpr |
Base for synthesized Wasm frame call frame addresses.
It sits above any call depth a Wasm stack can reach and clear of zero and the invalid-address sentinel, so the derived addresses stay distinct and valid.
Definition at line 25 of file UnwindWasm.cpp.
Referenced by lldb_private::wasm::UnwindWasm::DoGetFrameInfoAtIndex().