CVS commit: src/external/gpl3/gdb/lib/libgdb

2023-08-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 7 16:52:53 UTC 2023 Modified Files: src/external/gpl3/gdb/lib/libgdb: Makefile Log Message: Prevent us from using the phony_iconv_open(). Our iconv_open does not take "wchar_t" as an argument, so define

CVS commit: src/external/gpl3/gdb/lib/libgdb

2023-08-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 7 16:52:53 UTC 2023 Modified Files: src/external/gpl3/gdb/lib/libgdb: Makefile Log Message: Prevent us from using the phony_iconv_open(). Our iconv_open does not take "wchar_t" as an argument, so define

CVS commit: src/external/gpl3/gdb/lib/libgdb/arch/x86_64

2023-08-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 7 16:51:40 UTC 2023 Modified Files: src/external/gpl3/gdb/lib/libgdb/arch/x86_64: defs.mk init.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \

CVS commit: src/external/gpl3/gdb/lib/libgdb/arch/x86_64

2023-08-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 7 16:51:40 UTC 2023 Modified Files: src/external/gpl3/gdb/lib/libgdb/arch/x86_64: defs.mk init.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \

Re: CVS commit: src/external/gpl3/gdb/lib/libgdb

2020-04-29 Thread Christos Zoulas
In article <20200429110459.0d9bcf...@cvs.netbsd.org>, Rin Okuyama wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: rin >Date: Wed Apr 29 11:04:58 UTC 2020 > >Modified Files: > src/external/gpl3/gdb/lib/libgdb: Makefile > >Log Message: >PR toolchain/54820 >PR

Re: CVS commit: src/external/gpl3/gdb/lib/libgdb/arch/x86_64

2019-11-21 Thread Christos Zoulas
1. It does now (my commit to configure.tgt) 2. ah, ok, thanks. Perhaps they should not. christos > On Nov 21, 2019, at 9:49 PM, Kamil Rytarowski wrote: > > > > On 22.11.2019 03:40, Christos Zoulas wrote: >> And why copy the structs? Doesn't #include work? >> > >

Re: CVS commit: src/external/gpl3/gdb/lib/libgdb/arch/x86_64

2019-11-21 Thread Kamil Rytarowski
On 22.11.2019 03:40, Christos Zoulas wrote: > And why copy the structs? Doesn't #include work? > http://mail-index.netbsd.org/tech-toolchain/2019/06/22/msg003508.html 1. mknative does not include i386 files for x86_64 mode _initialize_i386nbsd_tdep() and associated i386 GDB files are

Re: CVS commit: src/external/gpl3/gdb/lib/libgdb/arch/x86_64

2019-11-21 Thread Christos Zoulas
And why copy the structs? Doesn't #include work? christos > On Nov 21, 2019, at 9:37 PM, Christos Zoulas wrote: > > That's for kernel debugging? > > christos > >> On Nov 21, 2019, at 9:35 PM, Kamil Rytarowski wrote: >> >> On 22.11.2019 02:52, Christos Zoulas wrote: >>> Module Name:

Re: CVS commit: src/external/gpl3/gdb/lib/libgdb/arch/x86_64

2019-11-21 Thread Christos Zoulas
That's for kernel debugging? christos > On Nov 21, 2019, at 9:35 PM, Kamil Rytarowski wrote: > > On 22.11.2019 02:52, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Fri Nov 22 01:52:20 UTC 2019 >> >> Modified Files: >>

Re: CVS commit: src/external/gpl3/gdb/lib/libgdb/arch/x86_64

2019-11-21 Thread Kamil Rytarowski
On 22.11.2019 02:52, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Fri Nov 22 01:52:20 UTC 2019 > > Modified Files: > src/external/gpl3/gdb/lib/libgdb/arch/x86_64: config.h defs.mk init.c > > Log Message: > regen x86_64 for i386 support > For the

CVS commit: src/external/gpl3/gdb/lib/libgdb/arch/x86_64

2019-11-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 22 01:52:20 UTC 2019 Modified Files: src/external/gpl3/gdb/lib/libgdb/arch/x86_64: config.h defs.mk init.c Log Message: regen x86_64 for i386 support To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \

CVS commit: src/external/gpl3/gdb/lib/libgdb/arch/x86_64

2019-11-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 22 01:52:20 UTC 2019 Modified Files: src/external/gpl3/gdb/lib/libgdb/arch/x86_64: config.h defs.mk init.c Log Message: regen x86_64 for i386 support To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \

CVS commit: src/external/gpl3/gdb/lib/libgdb/arch

2019-06-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 2 23:27:21 UTC 2019 Modified Files: src/external/gpl3/gdb/lib/libgdb/arch/aarch64: config.h src/external/gpl3/gdb/lib/libgdb/arch/alpha: config.h src/external/gpl3/gdb/lib/libgdb/arch/arm: config.h

CVS commit: src/external/gpl3/gdb/lib/libgdb/arch

2019-06-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 2 23:27:21 UTC 2019 Modified Files: src/external/gpl3/gdb/lib/libgdb/arch/aarch64: config.h src/external/gpl3/gdb/lib/libgdb/arch/alpha: config.h src/external/gpl3/gdb/lib/libgdb/arch/arm: config.h

Re: CVS commit: src/external/gpl3/gdb/lib/libgdb/arch/i386

2011-10-10 Thread Iain Hibbert
On Mon, 10 Oct 2011, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Mon Oct 10 14:07:16 UTC 2011 Added Files: src/external/gpl3/gdb/lib/libgdb/arch/i386: observer.inc Log Message: add missing file thanks iain