Skip to content

Stack Trace Symbol Rt

Spice
import "std/runtime/stack_trace_symbol_rt";

Functions

resolveSymbolName

Spice
public f<String> resolveSymbolName(byte* address)

Resolves an address to the name of its containing symbol via dladdr(), or an empty/unallocated String if no symbol could be found (see the file-level comment on why that is common for a Spice program's own frames today).

Parameters

Name Type Description
address byte*

Returns: String