http://bugs.winehq.org/show_bug.cgi?id=20509
--- Comment #4 from Eric Pouech eric.pouech@orange.fr 2009-11-02 13:56:52 --- (In reply to comment #3)
- The code will currently return an error packet if all three are zero.
yes, but that what you'd expect if the main exec is not relocated.
- Wine's main module?
yes
- According to gdb's documentation. gdb's code requires Bss=[...], even though
its value must be equal to Data=[...]. Rather silly.
agreed
- How can CodeSeg and DataSeg be determined?
look at dbg_get_debuggee_info in programs/winedbg/winedbg.c, it'll return a module info for the wine loader...
A+