forked from qt-creator/qt-creator
Debugger: Rename GdbEngine::{stackListFrames->fetchStack}
Same as LLDB now. Change-Id: I8a59a977fe45e7f523eae59cbb4cd24b78ad8e7b Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -3286,7 +3286,7 @@ void GdbEngine::handleQmlStackTrace(const DebuggerResponse &response)
|
||||
|
||||
DebuggerCommand GdbEngine::stackCommand(int depth)
|
||||
{
|
||||
DebuggerCommand cmd("stackListFrames");
|
||||
DebuggerCommand cmd("fetchStack");
|
||||
cmd.arg("limit", depth);
|
||||
cmd.arg("nativemixed", isNativeMixedActive());
|
||||
return cmd;
|
||||
|
||||
Reference in New Issue
Block a user