[Bug 54473] New: document address-sized examine format in winedbg
https://bugs.winehq.org/show_bug.cgi?id=54473 Bug ID: 54473 Summary: document address-sized examine format in winedbg Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: winedbg Assignee: wine-bugs(a)winehq.org Reporter: wine(a)2ar.nl Distribution: --- Created attachment 74022 --> https://bugs.winehq.org/attachment.cgi?id=74022 possible patch Provide a way to figure out how to print 64-bit values in 64-bit winedbg with the x command. Maybe by pointing to the man page from the help command and adding the 'a' format there. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54473 Eric Pouech <eric.pouech(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech(a)gmail.com --- Comment #1 from Eric Pouech <eric.pouech(a)gmail.com> --- Thanks for the report. It makes sense. but: - I think we should get rid of gdb reference in 'help' command since wine's format specification is different from gdb's. And also, the reference to 'man winedbg' should be extended to all commands. - this also shows that we'd need another format specifier for 64bit integers (using /a only works on 64bit debugger, and is more suited for pointers) The patches have to be created as a merge request in Wine git-lab. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla