release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@
11 lines
445 B
C
11 lines
445 B
C
--- plugins/gdb/debugger.c.orig 2010-07-25 22:27:28.000000000 +0200
|
|
+++ plugins/gdb/debugger.c 2010-09-01 12:00:35.000000000 +0200
|
|
@@ -56,7 +56,7 @@
|
|
|
|
#define GDB_PROMPT "(gdb)"
|
|
#define FILE_BUFFER_SIZE 1024
|
|
-#define GDB_PATH "gdb"
|
|
+#define GDB_PATH "gdb66"
|
|
#define MAX_CHILDREN 25 /* Limit the number of variable children
|
|
* returned by debugger */
|
|
#define SUMMARY_MAX_LENGTH 90 /* Should be smaller than 4K to be displayed
|