clears the frame information stored
writes out the current frame info
the default printing function
adress of the function, or at which the ipc will return (which most likely is the one after the adress where it started) this is the raw adress returned by the backtracing function
base adress of the image (will be dependent on randomization schemes)
adress of the symbol in this execution
if the address is exact or it is the return address
extra information (for example calling arguments)
file (image) of the current adress
name of the function, if possible demangled
number of the stack frame (starting at 0 for the top frame)
if this function is an internal functions (for example the backtracing function itself) if true by default the frame is not printed
line number in the source of the most likely start adress (0 if not available)
offset within the image (from this you can use better methods to get line number a posteriory)
offset from baseSymb: within the function, or from the closest symbol