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

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

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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2018-05-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 9 13:52:55 UTC 2018 Removed Files: src/external/gpl3/gdb/dist/gdb: rust-exp.c Log Message: remove generated file To generate a diff of this commit: cvs rdiff -u -r1.3 -r0 src/external/gpl3/gdb/dist/gdb/rust-exp.c

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

2018-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 23 14:53:07 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/gdb: amd64-nbsd-tdep.c i386-nbsd-tdep.c Log Message: Add "Xhandle*" interrupt handling. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2018-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 8 04:00:00 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/gdb: alpha-bsd-nat.c Log Message: don't do anything for NetBSD To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2018-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 8 03:07:16 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/gdb: alpha-bsd-nat.c alpha-bsd-tdep.h configure.tgt src/external/gpl3/gdb/dist/gdb/config/alpha: nbsd.mh Added Files:

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

2018-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 1 16:28:14 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/gdb: alpha-bsd-nat.c Log Message: pass the lwp for the register calls. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

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

2017-12-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 27 19:20:41 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/gdb: amd64-nbsd-nat.c Log Message: remove unused code XXX: we should remove this from all archs To generate a diff of this commit: cvs rdiff -u -r1.4

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

2017-12-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 27 19:20:04 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/gdb: x86-bsd-nat.c Log Message: one more place to pass the thread id To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2017-12-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 17 17:49:04 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/gdb/tui: tui-data.c tui-wingeneral.c tui-winsource.c Log Message: Don't core dump when the window is too small XXX: feed upstream To generate

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

2017-12-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 10 05:36:25 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-nat.c Log Message: PR/52799: Martin Husemann: Correct sysctl args to find executable. To generate a diff of this commit: cvs rdiff -u -r1.4

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

2017-12-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 2 18:39:52 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/gdb: mips-nbsd-nat.c Log Message: include nbsd-nat.h To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2017-12-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 1 22:22:40 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-nat.c Log Message: don't suspend other threads if we are resuming. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2017-12-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 1 22:20:44 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-nat.c Log Message: Remove more FreeBSD code that we don't need and change some FreeBSD -> NetBSD To generate a diff of this commit: cvs rdiff

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

2017-12-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 1 22:19:59 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/gdb: inf-ptrace.c Log Message: Back to stepping everyone. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2017-12-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 1 22:15:17 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/gdb: x86-bsd-nat.c Log Message: get the debugging registers for the specific thread. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2017-11-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 30 00:13:29 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/gdb: amd64-bsd-nat.c i386-bsd-nat.c m68k-bsd-nat.c m88k-bsd-nat.c vax-bsd-nat.c Log Message: Fix 'last argument of ptrace is the thread id' on

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

2017-11-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 29 22:40:18 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/gdb: configure.tgt Log Message: missed one rename To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2017-11-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 29 21:42:46 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/gdb/config/i386: nbsd64.mh Log Message: more files To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2017-11-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 29 21:35:26 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/gdb: vax-bsd-nat.c Log Message: avoid re-definition To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2017-11-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 29 21:35:16 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/gdb/config/i386: nbsd64.mh Log Message: need more files To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2017-11-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 29 03:35:16 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/gdb: alpha-nbsd-tdep.c amd64-nbsd-nat.c amd64-nbsd-tdep.c arm-nbsd-nat.c arm-nbsd-tdep.c hppa-nbsd-nat.c hppa-nbsd-tdep.c

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

2017-06-15 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jun 15 23:46:30 UTC 2017 Modified Files: src/external/gpl3/gdb/dist/gdb: bsd-kvm.c Log Message: Don't include on NetBSD in GDB This header in this context is freebsdism. To generate a diff of this commit: cvs rdiff -u

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

2016-12-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Dec 15 10:01:16 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: alpha-tdep.c Log Message: Skip the initial GP load in function prologue when inserting a breakpoint. GNU ld for alpha is so clever that the redundant GP

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

2016-11-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Nov 18 09:52:33 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: alphanbsd-tdep.c armnbsd-tdep.c configure.tgt nbsd-tdep.c nbsd-tdep.h Log Message: Provide a generic nbsd_skip_solib_resolver and use it in

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

2016-10-29 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 29 17:02:07 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: alphanbsd-tdep.c Log Message: Add a skip_solib_resolver, from Rin Okuyama, fixes single stepping for shared binaries. To generate a diff of this

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

2016-10-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 27 14:30:55 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: inf-ptrace.c Log Message: it might not be a breakpoint, so make the message what it actually is. To generate a diff of this commit: cvs rdiff -u

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

2016-10-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 27 11:48:24 UTC 2016 Removed Files: src/external/gpl3/gdb/dist/gdb/config/pa: nbsd.mt Log Message: .mt files are dead To generate a diff of this commit: cvs rdiff -u -r1.2 -r0

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

2016-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 24 21:22:33 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: inf-ptrace.c Log Message: Don't fail silently if we can't set a breakpoint To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2016-10-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 23 07:40:09 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: armnbsd-tdep.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2016-10-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 23 07:33:15 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: armnbsd-tdep.c configure.tgt Log Message: PR toolchain/51557: gdb can't read core files Register an iterate_over_regset_sections methods for armnbsd

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

2016-10-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 22 14:57:50 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb/config/arm: nbsdelf.mh Log Message: Add -lkvm for bsd-kvm.o To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2016-10-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 22 14:38:07 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb/config/arm: nbsdelf.mh src/external/gpl3/gdb/dist/gdb/config/pa: nbsd.mt Log Message: No need for corelow.o here now as it is in COMMON_OBS To

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

2016-10-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 22 11:04:16 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: hppanbsd-tdep.c Log Message: Fix HPPANBSD_SIZEOF_GREGS to match sizeof(struct reg) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2016-10-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Oct 17 17:37:44 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: m68kbsd-nat.c vaxbsd-nat.c Log Message: add some missing casts and make these build. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2016-10-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Oct 17 06:26:20 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: i386bsd-nat.h Log Message: add missing i386bsd_supply_gregset() and i386bsd_collect_gregset() protos To generate a diff of this commit: cvs rdiff -u

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

2016-10-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 14 23:49:23 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: event-loop.h Log Message: multiple include protection To generate a diff of this commit: cvs rdiff -u -r1.1.1.6 -r1.2

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

2016-10-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 14 14:12:48 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: hppanbsd-nat.c Log Message: Make this compile To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/dist/gdb/hppanbsd-nat.c

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

2016-03-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 24 03:49:06 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: vaxbsd-nat.c Log Message: adapt to new api To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gdb/dist/gdb/vaxbsd-nat.c

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

2016-03-09 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Mar 9 20:55:22 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: shnbsd-tdep.c Log Message: gdb now checks the size of the core register section, so pacify the warning in corelow.c by providing the expected size. To

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

2016-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 23 22:32:07 UTC 2016 Removed Files: src/external/gpl3/gdb/dist/gdb: d-exp.c Log Message: Remove d-exp.c (generated file) To generate a diff of this commit: cvs rdiff -u -r1.3 -r0 src/external/gpl3/gdb/dist/gdb/d-exp.c

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

2016-02-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 19 17:05:40 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: mipsnbsd-nat.c Log Message: avoid re-def To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c

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

2016-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 7 21:03:49 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: armnbsd-nat.c Log Message: don't re-define _KERNTYPES To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2016-02-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 6 18:23:26 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: dtrace-probe.c Log Message: Avoid empty loop. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

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

2016-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 3 19:03:50 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: armnbsd-nat.c mipsnbsd-nat.c Log Message: define _KERNTYPES To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2016-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 3 19:03:40 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: configure configure.ac Log Message: define _KMEMUSER earlier for mips To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2016-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 23 20:28:24 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: bsd-kvm.c Log Message: define sooner _KMEMUSER To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb/dist/gdb/bsd-kvm.c

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

2015-09-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Sep 12 19:04:21 UTC 2015 Modified Files: src/external/gpl3/gdb/dist/gdb: ada-lang.c Log Message: Don't shift negative values. To generate a diff of this commit: cvs rdiff -u -r1.1.1.4 -r1.2

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

2015-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 17 08:53:33 UTC 2015 Modified Files: src/external/gpl3/gdb/dist/gdb: sparcnbsd-nat.c Log Message: fix sparc To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb/dist/gdb/sparcnbsd-nat.c

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

2015-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 17 09:57:32 UTC 2015 Modified Files: src/external/gpl3/gdb/dist/gdb: alphanbsd-tdep.c Log Message: fix alpha To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/dist/gdb/alphanbsd-tdep.c

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

2015-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 17 10:06:50 UTC 2015 Modified Files: src/external/gpl3/gdb/dist/gdb: sparc64nbsd-nat.c Log Message: fix sparc64 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2015-07-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 2 14:54:42 UTC 2015 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-thread.c Log Message: td_close() needs to be able to write to the process image, so call sooner, before we detach from it. To generate a diff

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

2014-12-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Dec 15 13:43:24 UTC 2014 Modified Files: src/external/gpl3/gdb/dist/gdb: configure.tgt Log Message: Allow i386 binary debugging on amd64 hosts. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2014-12-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 14 19:58:06 UTC 2014 Modified Files: src/external/gpl3/gdb/dist/gdb: solib.c Log Message: When debugging 32 bit binaries on a 64 bit arch in NetBSD the dynamic linker magically converts the dynamic linker name to

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

2014-12-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 12 20:25:35 UTC 2014 Modified Files: src/external/gpl3/gdb/dist/gdb: armnbsd-tdep.c Log Message: Fix byte order selection for breakpoints: on arm the byte order for code might differ from the generic BFD endianess. Fixes

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

2014-12-02 Thread Aymeric Vincent
Module Name:src Committed By: aymeric Date: Tue Dec 2 10:34:27 UTC 2014 Modified Files: src/external/gpl3/gdb/dist/gdb: amd64nbsd-tdep.c Log Message: . do not abort() if we read a zero cs or rip, or if we can't read them . end the backtrace when encountering a soft

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

2014-08-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 30 07:55:44 UTC 2014 Modified Files: src/external/gpl3/gdb/dist/gdb: sparc-nat.c Log Message: Cleanup the confusion with getting the pid of a sparc debugged process. If the comments were correct, then this should be

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

2014-07-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 16 11:48:37 UTC 2014 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-thread.c Log Message: PR/30756: Thomas Klausner: Deactivate threads after detaching the main thread. To generate a diff of this commit: cvs

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

2014-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 15 17:35:39 UTC 2014 Modified Files: src/external/gpl3/gdb/dist/gdb: nbsd-thread.c Log Message: replace the old macros with the function names like the rest of the code did. To generate a diff of this commit: cvs

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

2014-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 15 17:35:54 UTC 2014 Modified Files: src/external/gpl3/gdb/dist/gdb: amd64bsd-nat.c armnbsd-nat.c hppanbsd-nat.c i386bsd-nat.c m68kbsd-nat.c mipsnbsd-nat.c ppcnbsd-nat.c shnbsd-nat.c sparc-nat.c

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

2014-03-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Mar 18 08:40:05 UTC 2014 Modified Files: src/external/gpl3/gdb/dist/gdb: armnbsd-nat.c Log Message: In fill_fpregset correct the address to grab the register from To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2014-03-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Mar 5 23:08:58 UTC 2014 Modified Files: src/external/gpl3/gdb/dist/gdb: configure.tgt Log Message: Don't include corelow.o and solib.o the {powerpc,sh3}*-netbsd cases since those are provided by Makefile.in. This allows

  1   2   >