Changeset 46165 in vbox for trunk/src/VBox/Runtime/tools
- Timestamp:
- May 19, 2013 7:07:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTLdrFlt.cpp
r46161 r46165 388 388 RTDBGLINE Line; 389 389 RTINTPTR offLine; 390 rc = RTDbgAsLineByAddr(hDbgAs, u64Address, &offLine, &Line );390 rc = RTDbgAsLineByAddr(hDbgAs, u64Address, &offLine, &Line, NULL); 391 391 if (RT_SUCCESS(rc)) 392 392 RTStrmPrintf(pOutput, " %Rbn(%u)", Line.szFilename, Line.uLineNo);
Note:
See TracChangeset
for help on using the changeset viewer.