MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / debuggerStackWalk

Function debuggerStackWalk

src/builtin/module_builtin_debugger.cpp:818–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816 }
817
818 void debuggerStackWalk ( Context & context, const LineInfo & lineInfo ) {
819 context.stackWalk(&lineInfo, true, true);
820 }
821
822 void makeDataWalker ( const void * pClass, const StructInfo * info,
823 const TBlock<void, DataWalker *> & blk, Context * context, LineInfoArg * at ) {

Callers

nothing calls this directly

Calls 1

stackWalkMethod · 0.80

Tested by

no test coverage detected