LLDB mainline
UnwindWasm.cpp File Reference

Go to the source code of this file.

Variables

static constexpr lldb::addr_t kWasmSyntheticCFABase = 0x40000000
 Base for synthesized Wasm frame call frame addresses.

Variable Documentation

◆ kWasmSyntheticCFABase

lldb::addr_t kWasmSyntheticCFABase = 0x40000000
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().