94b6216 Add MTRACE_CTL_BACKTRACE support.

Authored and Committed by Carlos O'Donell 4 years ago
    Add MTRACE_CTL_BACKTRACE support.
    
    Enable the ability to record the address of the API caller.  This
    allows you to determine the caller of the API that passed in an
    invalid pointer.
    
        
file modified
+2 -2
file modified
+10 -0
file modified
+45 -40
file modified
+3 -1
file modified
+5 -4
file modified
+13 -4