VirtualBox

Changeset 46165 in vbox for trunk/src/VBox/Runtime/tools


Ignore:
Timestamp:
May 19, 2013 7:07:50 PM (12 years ago)
Author:
vboxsync
Message:

Made dSYM-bundle loading work as well as line numbers in the stack traces (when possible).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/RTLdrFlt.cpp

    r46161 r46165  
    388388                    RTDBGLINE   Line;
    389389                    RTINTPTR    offLine;
    390                     rc = RTDbgAsLineByAddr(hDbgAs, u64Address, &offLine, &Line);
     390                    rc = RTDbgAsLineByAddr(hDbgAs, u64Address, &offLine, &Line, NULL);
    391391                    if (RT_SUCCESS(rc))
    392392                        RTStrmPrintf(pOutput, " %Rbn(%u)", Line.szFilename, Line.uLineNo);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette