Remove feature to automatically connect to GDB when debugging is enabled.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 25 Nov 2012 17:04:54 +0000 (09:04 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 25 Nov 2012 17:05:28 +0000 (09:05 -0800)
commit407aabda7c2d395e521b7e003e8e12d9822f3ce0
tree8b0859fa3d2ecb0bbf0e9540a5f286d2e4fc6216
parent142e7fd7a625e9686f8d14b54b20cf8aff696720
Remove feature to automatically connect to GDB when debugging is enabled.

This feature caused a few problems in "make check" on some distributions
when debugging was enabled at compile time.  It is probably possible to
find and fix those particular problems, but the feature itself is
little-used, so this commit instead removes it.

Bug #37444.
Reported by Mindaugas.
configure.ac
src/ui/automake.mk
src/ui/debugger.c [deleted file]
src/ui/debugger.h [deleted file]
src/ui/terminal/main.c
tests/ui/terminal/main.at