CVS commit: src/external/gpl3/gdb/dist/gnulib/import

2021-07-06 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Jul 6 12:41:00 UTC 2021 Modified Files: src/external/gpl3/gdb/dist/gnulib/import: canonicalize-lgpl.c Log Message: Remote -O0 hack for alpha; root cause has been addressed. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/external/gpl3/gdb/bin/gdbserver

2021-06-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 20 12:29:58 UTC 2021 Modified Files: src/external/gpl3/gdb/bin/gdbserver: Makefile Log Message: gdbserver(1): Work around clang build failure. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/g

CVS commit: src/external/gpl3/gdb/dist/gdb

2021-06-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Jun 4 01:42:14 UTC 2021 Modified Files: src/external/gpl3/gdb/dist/gdb: aarch64-nbsd-tdep.c Log Message: Add missing nbsd_init_abi() call to aarch64_nbsd_init_abi(). Fix tests/usr.bin/gdb/t_regress:pie on aarch64eb (types of au

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

2021-05-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun May 30 02:23:25 UTC 2021 Modified Files: src/external/gpl3/gdb/lib/libgdb: Makefile Log Message: Always use C++17 string_view, the emulation is just broken. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/ex

CVS commit: src/external/gpl3/gdb/dist/gnulib/import

2021-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 8 12:23:47 UTC 2021 Modified Files: src/external/gpl3/gdb/dist/gnulib/import: canonicalize-lgpl.c Log Message: PR/56153: Rin Okuyama: alpha miscompiles malloca() macro. To generate a diff of this commit: cvs rdiff -u

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

2021-04-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 26 23:51:08 UTC 2021 Removed Files: src/external/gpl3/gdb/lib/libctf: ctf-error.h Log Message: Remove accidentally committed autogen file. Should fix periodic snapshot builds with RO mounted /usr/src. To generate a diff of

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

2021-04-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 26 17:26:35 UTC 2021 Added Files: src/external/gpl3/gdb/lib/libbfd/arch/mipsn64eb: targmatch.h src/external/gpl3/gdb/lib/libbfd/arch/mipsn64el: bfd-in3.h bfd.h bfd_stdint.h bfdver.h config.h defs.mk ta

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

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 23:21:10 UTC 2021 Added Files: src/external/gpl3/gdb/lib/libbfd/arch/mipsn64eb: bfd-in3.h bfd.h bfd_stdint.h bfdver.h config.h defs.mk src/external/gpl3/gdb/lib/libctf/arch/mipsn64eb: config.h defs.

CVS commit: src/external/gpl3/gdb/dist

2021-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 25 23:18:42 UTC 2021 Modified Files: src/external/gpl3/gdb/dist: config.sub Log Message: add mipsn64 targets To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/gdb/dist/config.sub Please n

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-12-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Dec 14 12:34:07 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: c-exp.y Log Message: Initialize namelen To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gdb/dist/gdb/c-exp.y Please note

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-12-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Dec 14 02:05:08 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-nat.c Log Message: Add some precautions for platforms without PT_STEP support. "nat/gdb_ptrace.h" defines PT_STEP as 9, if it is not defined. nat-ptra

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-12-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Dec 14 02:01:03 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-nat.c Log Message: Revert previous as per request from kamil; now, arm/ptrace.h does not expose unimplemented PT_STEP. To generate a diff of this com

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-12-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 13 16:50:47 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: c-exp.y Log Message: Improve previous: generated names end with .[[:digits:]] so look for that instead. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-12-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 11 18:25:45 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: c-exp.y Log Message: PR/55851: Martin Husemann: recognize .part. names This is gross; perhaps we should hide them completely (not print them in stack t

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-12-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 11 18:23:25 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: Makefile.in aarch64-nbsd-tdep.c Log Message: fix aarch64 crossgdb To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gdb/d

CVS commit: src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib

2020-12-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 11 18:22:11 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib: config.h src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import: unistd.h Log Message: regen To

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-12-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Dec 10 16:07:26 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: sh-nbsd-tdep.c Log Message: Avoid an unused variable (breaking the build) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/gp

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-12-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Dec 10 07:27:37 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: arm-nbsd-tdep.c Log Message: Fix armeb; CORE_ADDR is uint64_t but 2nd argument of raw_supply() is expected to be the same size as PC. Therefore, PC was alwa

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-12-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Dec 10 07:14:58 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-nat.c Log Message: Fix arm, for which PT_STEP is defined but unimplemented. XXX Stop exposing PT_STEP to userland for arm? To generate a diff of thi

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-12-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 8 13:56:38 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: sparc64-nbsd-nat.c Log Message: include gdbarch.h To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/dist/gdb/sparc64-

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-12-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 7 20:28:53 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: sparc-nbsd-tdep.c Log Message: make function static (fixes crossgdb build, reported by martin@) To generate a diff of this commit: cvs rdiff -u -r1.6

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

2020-12-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Dec 7 08:31:07 UTC 2020 Added Files: src/external/gpl3/gdb/lib/libbfd/arch/aarch64eb: bfd-in3.h bfd.h bfd_stdint.h bfdver.h config.h defs.mk targmatch.h src/external/gpl3/gdb/lib/libctf/arch/aarch64eb: config.

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

2020-12-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Dec 7 08:24:09 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libbfd: Makefile Log Message: Add elf32-aarch64.c to DPSRCS and CLEANFILES. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/gdb/

CVS commit: src/external/gpl3/gdb/bin

2020-12-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 6 15:00:25 UTC 2020 Modified Files: src/external/gpl3/gdb/bin: Makefile Log Message: Don't descend to gdbserver for now To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gdb/bin/Makefile P

CVS commit: src/external/gpl3/gdb

2020-12-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 6 14:26:41 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: ppc-nbsd-tdep.c src/external/gpl3/gdb/lib/libbfd/arch/powerpc: bfd_stdint.h targmatch.h src/external/gpl3/gdb/lib/libdecnumber/arch/powe

CVS commit: src/external/gpl3/gdb

2020-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 6 05:23:07 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: mips-nbsd-nat.c src/external/gpl3/gdb/lib/libbfd/arch/mips64el: bfd_stdint.h src/external/gpl3/gdb/lib/libbfd/arch/mipseb: bfd-in3.h bfd

CVS commit: src/external/gpl3/gdb

2020-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 6 04:08:55 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: sh-nbsd-nat.c sh-nbsd-tdep.c src/external/gpl3/gdb/lib/libbfd/arch/m68000: targmatch.h src/external/gpl3/gdb/lib/libbfd/arch/m68k: targm

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 6 03:29:03 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: m68k-bsd-nat.c ppc-nbsd-nat.c sparc-tdep.h vax-bsd-nat.c Log Message: fix m68k, ppc, sparc, vax To generate a diff of this commit: cvs rd

CVS commit: src/external/gpl3/gdb/bin

2020-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 6 03:28:26 UTC 2020 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile src/external/gpl3/gdb/bin/gdbtui: Makefile Log Message: need -lpthread for sun2 To generate a diff of this commit: cvs rdiff -u -r1.1

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

2020-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 5 23:02:26 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/hppa: targmatch.h src/external/gpl3/gdb/lib/libgdb/arch/hppa: config.h src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib: confi

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 5 22:24:26 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: arm-nbsd-nat.c Log Message: fix arm build To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/external/gpl3/gdb/dist/gdb/arm-nbsd-nat.c

CVS commit: src/external/gpl3/gdb

2020-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 5 22:14:45 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: alpha-bsd-nat.c alpha-nbsd-tdep.c arm-nbsd-tdep.c nbsd-nat.c src/external/gpl3/gdb/lib/libbfd/arch/alpha: bfd_stdint.h targmatch.h

CVS commit: src/external/gpl3/gdb

2020-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 5 21:27:07 UTC 2020 Modified Files: src/external/gpl3/gdb/bin: Makefile src/external/gpl3/gdb/lib/libbfd: Makefile src/external/gpl3/gdb/lib/libbfd/arch/aarch64: bfd-in3.h bfd.h bfd_stdint.h b

CVS commit: src/external/gpl3/gdb/dist

2020-12-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 5 21:26:43 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gas: configure.tgt src/external/gpl3/gdb/dist/ld: configure.tgt Added Files: src/external/gpl3/gdb/dist/ld/emulparams: aarch64nbsd.sh

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 24 23:06:15 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: bsd-kvm.c Log Message: Now that we are adding the thread in the bsd_kvm_ops target namespace, make sure that the inferior's top namespace is that too.

CVS commit: src/external/gpl3/gdb/dist/gdb/nat

2020-10-14 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Oct 14 14:02:43 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb/nat: fork-inferior.c Log Message: Limit the switch_to_thread() calls in startup_inferior() Do not jump over the threads during the startup unless we encou

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

2020-10-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 8 08:32:57 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libgdb: Makefile Log Message: Apply hack for GDB 8.3 on arm to GDB 11. XXX Not tested as GDB 11 does not build for arm at the moment. Note that dist/gdb/dwarf2f

CVS commit: src/external/gpl3/gdb/dist/bfd

2020-10-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 6 23:28:13 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: Replace local patches adding NetBSD/aarch64 support with the upstream one Cherry-pick: >From c0b313441717b65569edb01bf9984d2066d

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-10-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 6 23:14:47 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: inf-ptrace.c nbsd-nat.c Log Message: Undo local patches They are no longer needed (and are wrong). To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-10-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 6 22:17:42 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-tdep.c Log Message: Remove NFC local delta To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/dist/gdb/nbsd-tdep.c

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-10-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 6 22:14:41 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: ppc-nbsd-tdep.c Log Message: Fix typo Remove delta with upstream. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/dis

CVS commit: src/external/gpl3/gdb/dist/gdbsupport

2020-10-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 6 22:04:09 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdbsupport: agent.cc Log Message: Replace local patch with fix from upstream Cherry-pick: >From e2a2a24a8e78427ff8667d625f5befbe88c328bb Mon Sep 17 00:00:00

CVS commit: src/external/gpl3/gdb/dist/gnulib/import/m4

2020-10-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 6 21:54:01 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gnulib/import/m4: mbrtowc.m4 Log Message: Undo local NFC patch To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/external/gpl3/gdb/dist/g

CVS commit: src/external/gpl3/gdb/dist/libiberty

2020-10-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 6 21:49:22 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/libiberty: make-temp-file.c Log Message: Undo local patch having no impact /tmp is picked from P_tmpdir earlier. To generate a diff of this commit: cvs rdif

CVS commit: src/external/gpl3/gdb/dist/bfd

2020-10-06 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 6 21:39:53 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/bfd: netbsd-core.c Log Message: Undo local NFC patch To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/dist/bfd/netbsd-core.c

CVS commit: src/external/gpl3/gdb/bin/gdbserver

2020-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 24 14:53:35 UTC 2020 Modified Files: src/external/gpl3/gdb/bin/gdbserver: Makefile Log Message: Add version.cc To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/bin/gdbserver/Makefile P

CVS commit: src/external/gpl3/gdb/bin/gdbserver/arch/x86_64

2020-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 24 14:54:03 UTC 2020 Added Files: src/external/gpl3/gdb/bin/gdbserver/arch/x86_64: version.cc Log Message: Add the generated version file To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \ src/external/gpl

CVS commit: src/external/gpl3/gdb/bin/gdbserver

2020-09-23 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Sep 24 03:06:01 UTC 2020 Modified Files: src/external/gpl3/gdb/bin/gdbserver: Makefile Log Message: Make gdbserver almost work The only missing thing is the lack of generated version.c. To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/gdb/bin/gdbserver

2020-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 23 23:37:00 UTC 2020 Added Files: src/external/gpl3/gdb/bin/gdbserver: Makefile src/external/gpl3/gdb/bin/gdbserver/arch/x86_64: config.h Log Message: Add build glue (does not link) To generate a diff of this c

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

2020-09-20 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 21 06:48:48 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libctf: Makefile Log Message: make depend files also depend on the generated headers. fixes build issues. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/external/gpl3/gdb/dist/gdbsupport

2020-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 20 21:18:45 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdbsupport: agent.cc Log Message: zero out the sockaddr, so that the length it guaranteed to be 0. To generate a diff of this commit: cvs rdiff -u -r1.1.1

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

2020-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 20 20:34:49 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/arm: bfd-in3.h bfd.h bfd_stdint.h bfdver.h config.h defs.mk targmatch.h src/external/gpl3/gdb/lib/libbfd/arch/armeb: bfd-in3.h

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

2020-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 20 16:54:34 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/alpha: bfd-in3.h bfd.h bfdver.h config.h defs.mk targmatch.h src/external/gpl3/gdb/lib/libbfd/arch/hppa: bfd-in3.h bfd.h

CVS commit: src/external/gpl3/gdb/dist

2020-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 20 16:41:26 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/bfd: configure src/external/gpl3/gdb/dist/binutils: configure src/external/gpl3/gdb/dist/gas: configure src/external/gpl3/gdb/dist/go

CVS commit: src/external/gpl3/gdb/dist/gnulib/import/m4

2020-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 20 16:00:56 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gnulib/import/m4: mbrtowc.m4 Log Message: undo previous, it was correct To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/external/gpl

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 20 14:39:26 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: corelow.c Log Message: Don't read data from sections without contents on NetBSD. We end up reading 0's and svr4_exec_displacement read phdrs_target suc

CVS commit: src/external/gpl3/gdb/dist/bfd

2020-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 19 21:47:03 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/bfd: elf.c Log Message: remove mis-merged code and make the auxv core offset 0. Now loading auxv from core files works. To generate a diff of this commit:

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-09-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 19 21:45:45 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-nat.c Log Message: The lid of the main thread == pid now. Should we fix the kernel to return this? Now debugging live programs work. To generate

CVS commit: src/external/gpl3/gdb/dist/gnulib

2020-09-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 18 17:46:47 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gnulib: Makefile.in aclocal.m4 configure src/external/gpl3/gdb/dist/gnulib/import: Makefile.in src/external/gpl3/gdb/dist/gnulib/import/m4: f

CVS commit: src/external/gpl3/gdb/bin

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 20:26:22 UTC 2020 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile src/external/gpl3/gdb/bin/gdbtui: Makefile Log Message: fix build. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/

CVS commit: src/external/gpl3/gdb/dist/gdb/doc

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 20:13:20 UTC 2020 Added Files: src/external/gpl3/gdb/dist/gdb/doc: gcore.1 gdb-add-index.1 gdb.1 gdbinit.5 gdbserver.1 Log Message: commit generated man pages To generate a diff of this commit: cvs rdiff

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

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 16:45:35 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libctf: Makefile Log Message: Generate ctf-error.h To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gdb/lib/libctf/Makefile P

CVS commit: src/external/gpl3/gdb/bin/gdb

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 16:38:10 UTC 2020 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile Log Message: Add new libraries To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/external/gpl3/gdb/bin/gdb/Makefile Please n

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

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 16:36:40 UTC 2020 Modified Files: src/external/gpl3/gdb/lib: Makefile src/external/gpl3/gdb/lib/libgdb: Makefile Added Files: src/external/gpl3/gdb/lib/libctf: Makefile src/external/gpl3/gdb/lib

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

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 16:07:41 UTC 2020 Removed Files: src/external/gpl3/gdb/lib/libgdb/arch/aarch64/build-gnulib: config.h src/external/gpl3/gdb/lib/libgdb/arch/alpha/build-gnulib: config.h src/external/gpl3/gdb/lib/libgdb/

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

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 16:06:27 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libgdb: Makefile Added Files: src/external/gpl3/gdb/lib/libgdb: dwarf2-frame.c Log Message: Avoid name conflict To generate a diff of this commit:

CVS commit: src/external/gpl3/gdb/dist/libctf

2020-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 16:05:14 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/libctf: ctf-endian.h Log Message: Avoid re-definitions To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/libctf/c

CVS commit: src/external/gpl3/gdb

2020-09-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 02:17:52 UTC 2020 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile src/external/gpl3/gdb/lib/libbfd: Makefile src/external/gpl3/gdb/lib/libbfd/arch/x86_64: bfd-in3.h bfd.h bfd_stdint.

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-09-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 17 02:12:31 UTC 2020 Added Files: src/external/gpl3/gdb/dist/gdb: nbsd-nat.c Log Message: Add back accidentally missed file To generate a diff of this commit: cvs rdiff -u -r0 -r1.16 src/external/gpl3/gdb/dist/gdb/nbsd

CVS commit: src/external/gpl3/gdb

2020-09-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 15 02:05:31 UTC 2020 Modified Files: src/external/gpl3/gdb: gdb2netbsd src/external/gpl3/gdb/dist: config.guess config.sub src/external/gpl3/gdb/dist/bfd: bfdio.c config.bfd configure elf.c elf

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

2020-09-06 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 7 00:24:17 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libgdb: Makefile Log Message: apply -Wno-error=alloca-larger-than= for GCC 9. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/external/gpl3/gd

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-05-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat May 23 00:30:40 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: alpha-tdep.c Log Message: Revive entrypoint heuristics, accidentally removed in the previous. Now, e.g., "b main" works again for "gdb /bin/echo" as expect

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

2020-05-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 3 07:10:27 UTC 2020 Modified Files: src/external/gpl3/gdb/lib/libgdb: Makefile Log Message: Remove hack for amiga introduced for 68060: http://cvsweb.netbsd.org/bsdweb.cgi/src/gnu/usr.bin/gdb6/libgdb/Attic/Makefile#rev1.9 N

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-05-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 2 12:56:55 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: bsd-kvm.c Log Message: Switch to the current thread, and reload the symbol file. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/ex

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

2020-04-29 Thread Rin Okuyama
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 toolchain/54877 GCC 8.4 miscompiles dwarf2expr.c with -O2 or -O1 for earmv7hf{,eb}, which results in crashes

CVS commit: src/external/gpl3/gdb/dist

2020-03-12 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Mar 12 15:56:45 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/libiberty: strerror.c src/external/gpl3/gdb/dist/sim/ppc: events.c hw_memory.c Log Message: Reduce diff with upstream Remove local no longer needed mo

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-02-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Feb 23 02:06:01 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: sparc64-tdep.c Log Message: Use C++ syntax for defining types, not C one. To generate a diff of this commit: cvs rdiff -u -r1.1.1.8 -r1.2 src/external/g

CVS commit: src/external/gpl3/gdb/dist/gdb

2020-01-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 30 20:38:12 UTC 2020 Modified Files: src/external/gpl3/gdb/dist/gdb: solib.c Log Message: Don't implicitly cast away const char * when using correct C++ string.h implementations. Those have overloaded string operations that

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

2019-05-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 5 20:48:48 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/dist/gdb

2019-05-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri May 3 19:06:50 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-nat.c Log Message: Improve comment in the GDB NetBSD code To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/dist/gd

CVS commit: src/external/gpl3/gdb/dist/gdb

2019-05-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri May 3 19:03:57 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/gdb: infrun.c nbsd-nat.c Log Message: Overwrite waiton_ptid in nbsd-nat, rather than generic core This avoids compatibility issues with remote access to !NetB

CVS commit: src/external/gpl3/gdb/dist/gdb

2019-05-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri May 3 07:05:28 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/gdb: infrun.c nbsd-nat.c Log Message: Quick clean up the NetBSD support in GDB Changes: - always perform polling on inferior_ptid, never -1 -1 can cause

CVS commit: src/external/gpl3/gdb/dist/gdb/config/arm

2019-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 13 18:04:23 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/gdb/config/arm: nbsdelf.mh Log Message: add missing files To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb/dist/gdb/confi

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

2019-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 13 18:04:04 UTC 2019 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/arm: bfd_stdint.h targmatch.h src/external/gpl3/gdb/lib/libdecnumber/arch/arm: gstdint.h src/external/gpl3/gdb/lib/libgdb/arch/arm

CVS commit: src/external/gpl3/gdb/dist/gdb

2019-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 13 18:02:37 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/gdb: arm-nbsd-nat.c Log Message: fix typo, unused variable To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/dist/gdb/arm-

CVS commit: src/external/gpl3/gdb/dist/gdb

2019-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 13 18:02:06 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/gdb: arm-bsd-tdep.c Log Message: fix core stack traces (missing register 25) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/

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

2019-04-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 2 14:17:56 UTC 2019 Modified Files: src/external/gpl3/gdb/lib/libgdb/arch/vax: defs.mk init.c src/external/gpl3/gdb/lib/libgdb/arch/vax/build-gnulib: config.h Log Message: regen To generate a diff of this comm

CVS commit: src/external/gpl3/gdb/dist/gdb/config/vax

2019-04-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 2 14:17:36 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/gdb/config/vax: nbsdelf.mh Log Message: add a missing file To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/dist/gdb/conf

CVS commit: src/external/gpl3/gdb/dist/gdb

2018-12-21 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Dec 21 11:11:40 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/gdb: aarch64-nbsd-tdep.c aarch64-nbsd-tdep.h src/external/gpl3/gdb/dist/gdb/config/aarch64: nbsd.mh Log Message: s/Free/Net/; s/amd64/aarch64/. To gene

CVS commit: src/external/gpl3/gdb/dist/bfd

2018-07-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 12 23:18:28 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/bfd: elf.c Log Message: aarch64 does not have PT_STEP so we start from 0. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/g

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

2018-07-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 11 14:51:34 UTC 2018 Modified Files: src/external/gpl3/gdb/lib/libbfd: Makefile Log Message: it is not xx but nn that we want. also add missing dependencies. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2018-07-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 11 13:44:04 UTC 2018 Modified Files: src/external/gpl3/gdb/lib/libbfd: Makefile Log Message: Add another elfxx conversion. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb/lib/libbfd/Ma

CVS commit: src/external/gpl3/gdb/dist/gdb

2018-07-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 11 13:52:35 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/gdb: aarch64-nbsd-tdep.c aarch64-tdep.c Log Message: fix signness issues. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gd

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

2018-07-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 11 13:34:27 UTC 2018 Added Files: src/external/gpl3/gdb/lib/libbfd/arch/aarch64: bfd-in3.h bfd.h bfd_stdint.h bfdver.h config.h defs.mk targmatch.h src/external/gpl3/gdb/lib/libdecnumber/arch/aarch64:

CVS commit: src/external/gpl3/gdb/dist/gdb

2018-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 23 03:15:55 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/gdb: inf-ptrace.c nbsd-nat.c Log Message: Fix thread debugging. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/external/gpl3/gdb/dist/g

CVS commit: src/external/gpl3/gdb/dist/gdb

2018-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 22 19:41:40 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/gdb: aarch64-nbsd-tdep.h Log Message: match our number of registers. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gdb/dis

CVS commit: src/external/gpl3/gdb/dist/gdb

2018-06-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 22 19:41:16 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/gdb: aarch64-nbsd-tdep.c Log Message: use the right emulation To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gdb/dist/gdb/a

CVS commit: src/external/gpl3/gdb/dist

2018-05-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 21 02:10:47 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd src/external/gpl3/gdb/dist/gdb: Makefile.in configure.host configure.tgt Added Files: src/external/gpl3/gdb/dist/

CVS commit: src/external/gpl3/gdb/dist/gdb

2018-05-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed May 16 13:54:48 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/gdb: dwarf2read.c Log Message: Annotate mixing of enums from different types with an explicit cast. To generate a diff of this commit: cvs rdiff -u -r1.1.1.7

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

2018-05-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 9 13:53:13 UTC 2018 Modified Files: src/external/gpl3/gdb/lib/libgdb: Makefile Log Message: clean generated file To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/external/gpl3/gdb/lib/libgdb/Makefile

  1   2   3   4   5   >