MCPcopy Create free account
hub / github.com/KDE/kate / changeStackFrame

Method changeStackFrame

addons/gdbplugin/backend.cpp:323–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323void Backend::changeStackFrame(int index)
324{
325 if (m_debugger) {
326 m_debugger->changeStackFrame(index);
327 }
328}
329
330void Backend::changeThread(int thread)
331{

Callers 1

stackFrameSelectedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected