Path to this page:
./
wip/avr-gdb,
GNU gdb for Atmel AVR 8-bit RISC microcontrollers
Branch: CURRENT,
Version: 14.2,
Package name: avr-gdb-14.2,
Maintainer: pkgsrc-usersGNU Debugger GDB, configured for Atmel AVR microcontroller targets.
This debugger cannot really be used standalone, but is useful in
connection with either AVaRICE (http://avarice.sourceforge.net/)
or simulavr (http://www.freesoftware.fsf.org/simulavr/).
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 40089.731 KB
Version history: (Expand)
- (2024-04-26) Updated to version: avr-gdb-14.2
- (2023-02-13) Package has been reborn
- (2022-06-17) Updated to version: avr-gdb-12.1
- (2021-08-27) Updated to version: avr-gdb-10.2
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
CVS history: (Expand)
2014-08-29 09:18:41 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add commit messge for 7.6.1 to 7.8
|
2014-08-29 09:17:45 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
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)
-------
|
2014-08-29 07:42:52 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Commit message for 7.6 to 7.6.1 added.
|
2013-10-02 03:38:22 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add make test result of NetBSD/amd64 6.1 avr-gdb-7.6.1.
|
2013-10-01 17:50:04 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
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-08-16 07:59:49 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Make it generic:
-PKGNAME= avr-gdb-7.6
+PKGNAME= ${DISTNAME:S/^/avr-/}
Fix typo:
-CONFIGURE_ARGS+= -with-curses
+CONFIGURE_ARGS+= --with-curses
Make it real for above CONFIGURE_ARGS:
+# to link -lcurses.7 => /usr/lib/libcurses.so.7
+# instead of terminfo
+.include "../../mk/curses.buildlink3.mk"
|
2013-08-11 06:14:34 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Recent setup for 7.6 does not support
bfd_target_elf_flavour
instead only supports
bfd_target_aout_flavour
bfd_target_coff_flavour
bfd_target_ecoff_flavour.
To fix this, we need
+CONFIGURE_ENV+= gdb_cv_var_elf=yes
as found in native gdb setup (pkgsrc Makefile).
|
2013-07-06 13:07:19 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add TODO file, recording make test result.
|