Call stack support
-
Does Qt have any built in functions for accessing the call stack? In my efforts to debug an older Qt 4.8 project I would like to access the call stack and then report it into the debug files...I've done this a long time ago before I started using Qt and I believe the functionality was provided using a 3rd party library.
[Edit] I should have specified the language is C++, compiler:
gcc (Gentoo 4.6.3 p1.13, pie-0.5.2) 4.6.3
-
@SPlatten
The C++ call stack? So far as I know, no, this would have nothing to do with Qt, only to do with perhaps your C++ compiler/libraries.@SPlatten said in Call stack support:
[Edit] I should have specified the language is C++, compiler:
So look for something in
gcc
for accessing the call stack.... -
Does Qt have any built in functions for accessing the call stack? In my efforts to debug an older Qt 4.8 project I would like to access the call stack and then report it into the debug files...I've done this a long time ago before I started using Qt and I believe the functionality was provided using a 3rd party library.
[Edit] I should have specified the language is C++, compiler:
gcc (Gentoo 4.6.3 p1.13, pie-0.5.2) 4.6.3
@SPlatten
The C++ call stack? So far as I know, no, this would have nothing to do with Qt, only to do with perhaps your C++ compiler/libraries.@SPlatten said in Call stack support:
[Edit] I should have specified the language is C++, compiler:
So look for something in
gcc
for accessing the call stack.... -
@SPlatten
The C++ call stack? So far as I know, no, this would have nothing to do with Qt, only to do with perhaps your C++ compiler/libraries.@SPlatten said in Call stack support:
[Edit] I should have specified the language is C++, compiler:
So look for something in
gcc
for accessing the call stack....