-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MdePkg: Convert new normal debug info to separate struct #59
Conversation
As discussed by PM with @mhaeuser, it seems preferable to increment (or at least change to something else?) this value, in order that existing debug tools encountering the new format can reject it, and so that new debug tools can reliably detect when the new debug info fields are present. |
2900662
to
3d6ad6e
Compare
3d6ad6e
to
0698ca1
Compare
|
622a56d
to
3e6fb77
Compare
a908d1d
to
3b1a9fd
Compare
@mhaeuser - I think it needed these slightly more extensive changes to match the what we discussed by PM. Does this look about right? (At least modulo the two comments I've added now.) |
c95e9b8
to
31fd8e7
Compare
31fd8e7
to
66cd139
Compare
I think I've got there now. Is someone able to scan through and re-check? |
66cd139
to
17246a9
Compare
17246a9
to
de22509
Compare
de22509
to
948e8e8
Compare
The intention here is to enable old tools encountering the new standard format to understand that they don't understand the layout.
This will break old tools in situations where they could have worked, i.e. where what is loaded is in fact a PE, but it seems preferable to allow new tools, which are aware of the new structure fields, to reliably detect and access these whenever they are present.