./wip/debugger-git, X86/x86_64 debugger with the goal to drop-in replace gdb

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.0nb20231024, Package name: debugger-git-0.0nb20231024, Maintainer: pkgsrc-users

PathDB (debugger) has been ported to FreeBSD, but I thought others
around here may have some (mild) interest.

Summary: x86/x86_64 debugger with the goal to drop-in replace gdb.
We recently finished some heavy refactoring and now focusing on
improving performance, robustness, scalability (clusters/multicore
systems), DWARF4, OS portability and supported targets. PathDB
has a library based design with a CLI interface doing direct function
calls. Using C-bindings it should be fairly trivial to extend or
add a new front-end in python or other scripting language.


Required to run:
[textproc/py-expat] [lang/python37]

Required to build:
[devel/git-base] [pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2014-09-10 11:12:45 by Thomas Klausner | Files touched by this commit (8)
Log message:
Try making PKGNAME valid.
   2012-09-28 23:24:30 by Aleksej Saushev | Files touched by this commit (99)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-05-15 13:21:13 by Thomas Klausner | Files touched by this commit (1)
Log message:
Improve HOMEPAGE.

   2011-05-15 13:07:35 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add py-expat dependency.

   2011-05-15 12:59:34 by Thomas Klausner | Files touched by this commit (5) | Imported package
Log message:
Initial import of debugger-git, a BSD-licensed GDB replacement for x86/x86-64.

Imported as baseline if someone wants to work on making it behave on NetBSD;
doesn't currently build.