| 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 ) { |