Commit graph

30 commits

Author SHA1 Message Date
Makoto Fujiwara
f6c884958d Add make test result of NetBSD/amd64 6.1 gcc-4.5.3 gdb-7.6.1), -- Too bad, again. why ? 2013-10-02 04:35:33 +00:00
Makoto Fujiwara
0b4ffcef0a Add make test result of NetBSD/i386 5.2 gcc-4.1.3 gdb-7.6.1), -- Too bad, why ? 2013-10-02 03:44:22 +00:00
Makoto Fujiwara
a71758c4c8 Add make test result of NetBSD/amd64 5.1 gcc-4.1.3 gdb-7.6.1). 2013-10-02 03:37:22 +00:00
Makoto Fujiwara
751752182b Add make test result of NetBSD/6.99.23 (clang-3.3 gdb-7.6.1). 2013-10-01 23:30:22 +00:00
Makoto Fujiwara
e5be0109e0 Bump version 7.6 to 7.6.1
---------
GDB 7.6.1 provides the following fixes and improvements to GDB 7.6:

  * PR tdep/15420 (Cannot debug threaded programs on newer versions
    of x86-solaris - Solaris 10, Update 10 or later)
  * PR remote/15455 (QTro remote packet broken)
  * PR build/15476 (Build failure due to incomplete enum type in utils.h)
  * PR server/15594 (tls support in 64x32 x86 gdbserver doesn't extend
    address to 64 bit)
  * PR server/15075 (dprintf inteferes with "next")
  * PR server/15434 (dprintf uses a synchronous 'continue' even in
    non-stop mode)
  * PR tui/14880 (in split register layouts, up results in assertion
    failure in value.c)
  * PR c++/15519 (GDB 7.6 is 94x slower than GDB 7.5.1 using a certain
    core file)
  * PR gdb/15837 (GDB prints entry values for local variables)
  * PR gdb/15415 (gdb resolves symbolic links when passing argv[0])
  * PR cli/15603 (CTRL-C can no longer interrupt inferior)
  * PR gdb/15604 (gdbserver socket leak 7.5 regression)
   ---------
2013-10-01 15:47:03 +00:00
Makoto Fujiwara
3542a06f01 Correct libiberty issue on clang. 2013-07-11 05:55:37 +00:00
Makoto Fujiwara
b26f771476 Adding 3 more cases of make test results, amd64/6.99.22 macppc/6.1. 2013-07-05 13:28:17 +00:00
Makoto Fujiwara
e063ce2363 Add libiberty.a and PLIST issue. 2013-07-04 15:55:14 +00:00
Makoto Fujiwara
bd520b0b92 Trying to fix libiberty.a and PLIST problem, but on the way. 2013-07-04 15:51:10 +00:00
Makoto Fujiwara
d6d9f00963 NetBSD/amd64 6.99.22 clang-3.2 verified. 2013-07-04 15:00:48 +00:00
Makoto Fujiwara
49b9d2e402 Bump (wip) version 7.5.1 to 7.6
Add patch-opcodes_configure to avoid build error
(at least on NetBSD/amd64 6.1).
---
http://www.gnu.org/software/gdb/news/
April 26th, 2013: GDB 7.6 Released!
    Changes in this release include:
    -   New native configurations (ARM AArch64 GNU/Linux,
        FreeBSD/powerpc, 86_64/Cygwin and Tilera TILE-Gx
        GNU/Linux)
    -   New target configurations (ARM AArch64, ARM AArch64
        GNU/Linux, Lynx 178 PowerPC, x86_64/Cygwin, and Tilera
        TILE-Gx GNU/Linux)
    -   Support for the "mini debuginfo" section, .gnu_debugdata
    -   The C++ ABI now defaults to the GNU v3 ABI
    -   More Python scripting improvements
    -   Some GDB/MI improvements
    -   New configure options, new commands, and options
    -   New remote packets
    -   A new "target record-btrace" has been added while the
        "target record" command has been renamed to "target
        record-full"
    See the NEWS file for a more complete and detailed list of what this release includes.
2013-07-04 00:25:02 +00:00
Makoto Fujiwara
cb7c27260e (1) patch-gdb_bsd_kvm.c
Fix NSIG undeclared problem for NetBSD/5.2

(2) Add 'make test' results onto TODO for following:
  - NetBSD/amd64 6.1 (with 7.5.1) (with patch-gdb_bsd-kvm.c)
  - NetBSD/amd64 6.1 (with 7.5.1) (with new (5.2 adaptation) patch-gdb_bsd-kvm.c)
  - NetBSD/i386 5.2  (with 7.5.1) (ditto)
2013-06-02 13:14:55 +00:00
Makoto Fujiwara
40187c79d6 Adding NetBSD/amd64 6.1 results (7.5.1), without patch-gdb_bsd-kvm.c. 2013-06-01 16:15:32 +00:00
Makoto Fujiwara
ae767fd1b3 Adding NetBSD/amd64 6.1_RC2 results (7.5.1). 2013-06-01 16:07:16 +00:00
Makoto Fujiwara
9c4ca5048a Adding NetBSD/macppc 6.1_RC2 results (7.5.1). 2013-06-01 15:54:33 +00:00
Makoto Fujiwara
959d7ab557 Regen. 2013-06-01 15:11:28 +00:00
Makoto Fujiwara
a4c1e3404b Add make test results with DragonFly 3.4.2/i386 with gdb-7.6. 2013-06-01 14:35:42 +00:00
Makoto Fujiwara
1a610431b9 Add two patches for PowerPC (Checked with NetBSD/macppc 6.1_RC2). 2013-06-01 14:16:29 +00:00
Makoto Fujiwara
605ebdd142 (1) Makefile
- Move DragonFly setup lines into conditional.
  - Add TEST_ENV= line for 'make test' target.

(2) files/dragonfly-default.exp
  - Have compiler environment for 'make test' target in
    this file (refered from Makefile TEST_ENV).

(3) TODO
  - Add results of 'make test' on DragonFly/i386
2013-06-01 12:07:12 +00:00
Kai-Uwe Eckhardt
fefa6e820f Add missing patch-gdb_bsd-kvm.c 2013-04-11 14:28:35 +00:00
Kai-Uwe Eckhardt
d30d441f78 Update status on NetBSD i386 in TODO. 2013-04-11 05:21:29 +00:00
Kai-Uwe Eckhardt
781329a05b Now it works on NetBSD i386. Update of TODO. 2013-04-10 22:47:28 +00:00
Kai-Uwe Eckhardt
cf8af9924c Update TODO. 2013-04-10 15:19:05 +00:00
Kai-Uwe Eckhardt
77fd119eb8 Update TODO. 2013-04-10 08:12:01 +00:00
Kai-Uwe Eckhardt
a15334f6f7 Update to 7.5.1. Works perfectly on NetBSD/amd64 6.0/6.99.19. 2013-04-09 16:44:36 +00:00
Makoto Fujiwara
60f520b34a Restore the lines deleted for DragonFly as PLIST.NetBSD for work around. 2013-02-04 11:28:19 +00:00
Makoto Fujiwara
ea026f10df Packaged fine on DragonFly 3.2.2 + gcc47 2013-02-04 11:03:55 +00:00
Makoto Fujiwara
45c1e1d58e Add NetBSD/i386 5.2 seems OK and Dragonfly is not supported. 2013-02-02 05:55:06 +00:00
Makoto Fujiwara
3bac67248f Add comment for currently dropping old patches. 2013-02-02 05:09:38 +00:00
Makoto Fujiwara
2134da53a8 Import gdb-7.5 as wip/gdb.
The purpose of a debugger such as GDB is to allow you to see what
is going on "inside" another program while it executes--or what
another program was doing at the moment it crashed.

   GDB can do four main kinds of things (plus other things in support
of these) to help you catch bugs in the act:

   * Start your program, specifying anything that might affect its
     behavior.

   * Make your program stop on specified conditions.

   * Examine what has happened, when your program has stopped.

   * Change things in your program, so you can experiment with
     correcting the effects of one bug and go on to learn about
     another.
2013-02-02 05:06:43 +00:00