On Tue, Jul 2, 2013 at 11:39 PM, André Hentschel nerv@dawncrow.de wrote:
en/winedev-debugger.sgml | 269 ++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 222 insertions(+), 47 deletions(-)
diff --git a/en/winedev-debugger.sgml b/en/winedev-debugger.sgml index b877063..31046c0 100644 --- a/en/winedev-debugger.sgml +++ b/en/winedev-debugger.sgml @@ -280,31 +280,208 @@ winedbg hl.exe -windowed These usually show up like this: </para> <screen> -|Unexpected Windows program segfault - opcode = 8b -|Segmentation fault in Windows program 1b7:c41. -|Loading symbols from ELF file /root/wine/wine... -|....more Loading symbols from ... -|In 16 bit mode. ...
Maybe you can leave the 16 bit stuff there and have the 32 bit as an addition, not a replacement?
Frédéric
On 03.07.2013 00:02, Frédéric Delanoy wrote:
On Tue, Jul 2, 2013 at 11:39 PM, André Hentschel nerv@dawncrow.de wrote:
en/winedev-debugger.sgml | 269 ++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 222 insertions(+), 47 deletions(-)
diff --git a/en/winedev-debugger.sgml b/en/winedev-debugger.sgml index b877063..31046c0 100644 --- a/en/winedev-debugger.sgml +++ b/en/winedev-debugger.sgml @@ -280,31 +280,208 @@ winedbg hl.exe -windowed These usually show up like this: </para> <screen> -|Unexpected Windows program segfault - opcode = 8b -|Segmentation fault in Windows program 1b7:c41. -|Loading symbols from ELF file /root/wine/wine... -|....more Loading symbols from ... -|In 16 bit mode. ...
Maybe you can leave the 16 bit stuff there and have the 32 bit as an addition, not a replacement?
Even the 16-bit backtrace doesn't look like that anymore, so no reason to leave it there. It's just totally outdated.