Subject: CVS commit: pkgsrc/devel/kdbg
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 02/01/2006 00:33:33
Module Name:	pkgsrc
Committed By:	markd
Date:		Wed Feb  1 00:33:32 UTC 2006

Modified Files:
	pkgsrc/devel/kdbg: Makefile PLIST distinfo
Removed Files:
	pkgsrc/devel/kdbg/patches: patch-aa

Log Message:
Update kdbg to 2.0.3

Recent Changes
Version 2.0.3
* Fixed parsing of gdb output that mentions "operator<<", "operator>>",
  "operator<", and "operator>" within text delimited by angle brackets <>.
  This fixes a crash when any such function is disassembled and other
  misbehaviors.
* Fixed parsing stack frames that mention "operator<<" or "operator<".
  Thanks to Charles Samuels, who pointed out the problem and provided an
  initial fix.
Version 2.0.2
* Fixed stack display for functions in an anonymous namespace and for
  functions whose names involve template parameter lists (thanks to André
  Wöbbeking).
* Fixed environment list which would add back the entry from the edit box
  even if it was just deleted.
* Fixed that the Run/Continue button was enabled while the program was
  running.
* Fixed parsing of NaN (Not a Number) floating point values.
Version 2.0.1
* Updated Hungarian translation (thanks to Tamas Szanto).
* Worked around gdb 6.3 crashes at "info line main" command (thanks to
  Stefan Taferner).
* Updated XSLT debugger parser for xsldbg >= 3.4.0 (by Keith Isdale).
Version 2.0.0
* References and const types are treated like the base type (thanks to
  Shaheed).
* Fixed parsing of large arrays with many different values, which were
  terminated by "...".
* Fixed the kdbg.desktop file: Encoding is UTF-8, install in XDG menu
  location.
* Fixed PS_COMMAND detection for Solaris' /bin/sh.
Version 1.9.7
* Added a new animated button in the toolbar.
* Fixed Norwegian translation file names.
Version 1.9.6
* "<invalid float value>" in register dumps was not parsed correctly.
* Fixed that variable popup location was computed incorrectly if tab
  width is not 0.
* Updated the manual.
* Implemented printing of Qt4's QStrings.
Version 1.9.5
* Fixed some issues when the items in the environment variable list are
  selected.
* Added a command line option -p to attach to a process (thanks to
  Matthew Allen for the initial code). See kdbg --help.
* Fixed the "Using host libthread_db" error message properly.
* Fixed inappropriate icon sizes.
Version 1.9.4
* Updated the build system to the latest auto* tools.
* Worked around the problem that gdb reports "Using host libthread_db"
  on Fedora Core when it processes the file command.
Version 1.9.3
This is a beta release. Translations and the manual are still incomplete.
The major changes since since the 1.2.x release series are:
* Editable variable values.
* The current line of execution can be changed easily.
* "Orphaned breakpoints", ie. breakpoints that cannot be set immediately.
  This eases debugging shared libraries and dynamically loaded modules.
* XSLT debugging thanks to Keith Isdale (experimental).


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 pkgsrc/devel/kdbg/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/kdbg/PLIST
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/kdbg/distinfo
cvs rdiff -r1.8 -r0 pkgsrc/devel/kdbg/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.