History log of /vbox/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp
Revision Date Author Comments Expand
5b10512d37abdd57501678491734e6fe77c7957b 49997 24-Dec-2013 vboxsync

oops

524c5727142c337c4beaa33a76655fb3df390bce 46936 03-Jul-2013 vboxsync

fix

4816ffbeaf6b2644234e30f2de2854a85671505b 46934 03-Jul-2013 vboxsync

dbgmodcodeview.cpp: Forced the code to deal with the bios symbol files.

44f4668fd6b017b6d71e83a53d771d67f5e00ab7 46282 27-May-2013 vboxsync

properties.

2ff6a39e35f5f089938f9fe97937590c912e7ceb 46277 27-May-2013 vboxsync

build fixes

f105b3e043f2aa3e1d4bcb87d9b2b4655a1e2f7a 46275 27-May-2013 vboxsync

docs

b5d785ac6dd8ed3ffb391fbd67ef38259ed66902 46274 27-May-2013 vboxsync

dbgmodcodeview.cpp: Added code for parsing microsoft COFF debug information. Current strategy is to parse both CodeView and COFF when present since we don't know which have most details, and COFF are more likely to include line numbers.

d128c611eecd12741be788024adfb027d0fe488a 46271 26-May-2013 vboxsync

build fixes.

dee558a2daa3d3494e1779af8b1396e7386dcb1c 46269 26-May-2013 vboxsync

dbgmodcodeview.cpp: More sane segment translation and more stuff.

e8859cfff41731e3688972d64cf6d5575addcd8f 46266 25-May-2013 vboxsync

IPRT: Changed RTLDRSEG::pchName to pszName and make sure it's always set to something. Started on implementing a codeview reader.