crucible-llvm-0.6: Support for translating and executing LLVM code in Crucible
Copyright(c) Galois Inc 2024
LicenseBSD3
MaintainerLangston Barrett <langston@galois.com>
Stabilityprovisional
Safe HaskellSafe-Inferred
LanguageHaskell2010

Lang.Crucible.LLVM.MemModel.CallStack

Description

 
Synopsis

Documentation

null :: CallStack -> Bool Source #

Is this CallStack empty?

getCallStack :: MemState sym -> CallStack Source #

Summarize the StackFrames of a MemState into a CallStack

ppCallStack :: CallStack -> Doc ann Source #

Pretty-print a call stack (one function per line)