-
Thanks for the heads up Kyle. I guess I'll leave this open until it gets confirmed one way or the other. I don't know any OpenBSD users.
2009-10-05 18:32:22 UTC by crouchingturbo
-
The fix for:
https://sourceforge.net/tracker/?func=detail&atid=534974&aid=2806854&group_id=72581
Might fix this problem -- it was checked into revision 928 but isn't part of a released version yet. See the above bug for patch files.
2009-09-24 15:50:20 UTC by mackyle
-
Someone trying to use cgdb on OpenBSD reports:
01:04 < powentan> Is there someone using cgdb under OpenBSD 4.4 i386? I got
error messages : "Unable to create PTY pair" and "Unable to
invoke GDB" . Can someone help me to fix it ?
He also said that he has no /dev/ptmx, but he does have a /dev/ptm.
2009-09-23 09:37:13 UTC by crouchingturbo
-
Fixed in commit 6fac761.
2009-09-10 10:40:41 UTC by crouchingturbo
-
crouchingturbo changed the public information on the A curses debugger project.
2009-09-10 04:55:19 UTC by crouchingturbo
-
crouchingturbo changed the public information on the A curses debugger project.
2009-09-10 04:55:19 UTC by crouchingturbo
-
When I run 'make' from an external build directory, a few files still get generated in the source tree:
# doc/cgdb.1
# doc/cgdb.info
# doc/stamp-vti
# doc/version.texi
They should probably appear in the build tree instead.
2009-09-10 04:54:08 UTC by crouchingturbo
-
In gdb, pressing Ctrl-D would normally prompt "are you sure?" if the program is currently being debugged. CGDB doesn't confirm, it simply exits, which can be frustrating. (Ctrl-D is a useful keystroke in the sourrce window, so this is an easy accident.)
CGDB should send the EOF character to GDB, and let GDB handle it in the normal way, rather than having special case code in cgdb.c to...
2009-09-10 04:48:59 UTC by crouchingturbo
-
crouchingturbo changed the public information on the A curses debugger project.
2009-09-10 04:41:33 UTC by crouchingturbo
-
crouchingturbo changed the public information on the A curses debugger project.
2009-09-10 02:50:10 UTC by crouchingturbo