Troubleshooting: Difference between revisions

Jump to navigation Jump to search
m
grammar fix
[unchecked revision][unchecked revision]
m (Convert to standard ISO data types)
m (grammar fix)
Line 139:
=== Enhanced debugging techniques ===
==== Stack tracing ====
By analyzing the default way to create a stack frame, you can rip off a stack frame at a time, resulting in the call sequence that leadleads to the fault. For a single bonus point, also extract the arguments and dump them as well. For multiple bonus points, use C++ name mangling, and export the arguments in readable form in the correct type.
 
Each time a function is called it gets the following head/tail: ([[GCC]] 3.3.2)
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu