From lermen@elserv.ffm.fgan.de Fri Jan 9 02:02:28 1998 Date: Sun, 4 Jan 1998 16:30:24 +0100 (MET) From: Hans Lermen To: Marty Leisner Cc: Pat Villani , dosemu developers Subject: Re: Ideas for debugging On Sat, 3 Jan 1998, Marty Leisner wrote: > > In order to run gdb under dosemu: > attach (compile with the -g option) > do > handle SIGSEGV nostop noprint > > then you're fine Yup, that's the trick ;-) However, to 'compile with -g' one has to do: make pristine ./default-configure --enable-dodebug make > (but its very difficult to debug programs under > dosemu). its nearly impossible, for that we have 'dosdebug', the bultin debugger. > > Several years we discussed this...has any work been done essentially > having dosemu act as a gdbserver, which can talk to gdb...?? hmm, can gdb handle 16 bit code or even segmented code? Hans