You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also, sometime after r180, dbx is not happy with the debug info we produce
anymore: no more type info, no more line number info. could have been
caused by tmp fix for fred's issues on x86_64. need to fix this asap.
Original issue reported on code.google.com by [email protected] on 9 Dec 2008 at 1:10
The text was updated successfully, but these errors were encountered:
actually, this is not a regression. the behaviour was like this the whole time,
I
just did not notice it. with some sources, line numbers work. with some type
info
works. with some both work. with many, none work.
all possible COFF flags are the same in all cases.
COFF debugging info seems the same (and valid) in all cases.
also, objdump -g presents nice debug info in all cases.
whether dbx recognizes (some part of) debug info is a function of the source
code.
for some sources it works, for some it doesn't. no obvious reason.
Original issue reported on code.google.com by
[email protected]
on 9 Dec 2008 at 1:10The text was updated successfully, but these errors were encountered: