https://bugs.winehq.org/show_bug.cgi?id=52790
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor Summary|winedbg 'bt all' filled |winedbg 'bt all' filled |with dbghelp_dwarf fixmes |with dbghelp_dwarf | |RULE_VAL_EXPRESSION fixmes
--- Comment #4 from Austin English austinenglish@gmail.com --- (In reply to Eric Pouech from comment #3)
(In reply to Austin English from comment #2)
Created attachment 72189 [details] downgrade a couple FIXMEs
This makes backtraces readable for my default usecase.
What do you think Eric?
for the first one (about low/hi adress for a function), there's not much more we can do about it, to fixme=>warn sounds ok to me
Done: https://source.winehq.org/git/wine.git/commitdiff/8d3ca2130af3175c8f705b66c4...
for the second one, it seems (after a cursory look) that we should be able to support better this dwarf construct, so I'd rather really fix the fixme rather than hide it
I'll leave that to you :).