forked from qt-creator/qt-creator
Debugger: Use Python for GDB stack extraction in native mixed mode
Change-Id: I7ca4a080c9b5e5992f44e5f3d8aa5af7296abe99 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -391,10 +391,10 @@ protected:
|
||||
void updateAll();
|
||||
void handleStackListFrames(const GdbResponse &response);
|
||||
void handleStackSelectThread(const GdbResponse &response);
|
||||
void handleStackSelectFrame(const GdbResponse &response);
|
||||
void handleThreadListIds(const GdbResponse &response);
|
||||
void handleThreadInfo(const GdbResponse &response);
|
||||
void handleThreadNames(const GdbResponse &response);
|
||||
QByteArray stackCommand(int depth);
|
||||
Q_SLOT void reloadStack(bool forceGotoLocation);
|
||||
Q_SLOT virtual void reloadFullStack();
|
||||
virtual void loadAdditionalQmlStack();
|
||||
|
||||
Reference in New Issue
Block a user