| 879 | } |
| 880 | |
| 881 | void Debugger::PushFrame(CallStackFrame const & frame) |
| 882 | { |
| 883 | callStack_.push_back(frame); |
| 884 | } |
| 885 | |
| 886 | void Debugger::PopFrame(CallStackFrame const & frame) |
| 887 | { |
nothing calls this directly
no outgoing calls
no test coverage detected