Mail Archives: djgpp-workers/1999/04/08/09:38:33
On 8 Apr 99, at 15:03, Eli Zaretskii wrote:
>
> On Tue, 6 Apr 1999, Andris Pavenis wrote:
>
> > Well I did some cleanup of dbgcom.c source and I'm sending it. I tested that the
> > size of 'diff -c3 ...' output is the same as full sources so I'm sending full
> > sources of src/debug/common/dbgcom.c and include/debug/dbgcom.h
>
> Thanks. I checked these in.
>
> One question: dbgcom.c has several #define's at its beginning
> (DEBUG_ALL_DBGCOM etc.) which are not defined by default. Which of these
> #define's should be uses when building the library, and why?
>
No additional defines are required when building library. All what is needed is
already defined in file.
Defines DEBUG_* provide debugging output from dbgcom.c. I don't think we
need it in libdbg.a.
One more note. I got additional patch from Nate Eldredge (against this new
version now checked in). Seems that it works Ok. I rebuilt FSDB, GDB-4.17, rhide.
But perhaps he also should test also my binaries. I put them at
http://www.lanet.lv/~pavenis/gdb417b.zip
http://www.lanet.lv/~pavenis/rhide1471.zip
They are built using patches I got from Nate.
Andris
- Raw text -