mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
b6267d7a4b
Also enable kgdb and thread support! This is missing IA64 support, and the AMD64 kgdb support is hokey and needs a few more bits filled in.
11 lines
325 B
C
11 lines
325 B
C
--- gdb/config/alpha/nm-fbsd.h.orig Sat Mar 13 05:07:19 2004
|
|
+++ gdb/config/alpha/nm-fbsd.h Sat Apr 10 00:49:21 2004
|
|
@@ -25,6 +25,7 @@
|
|
|
|
/* Get generic BSD native definitions. */
|
|
#include "config/nm-bsd.h"
|
|
+#include "config/nm-fbsd.h"
|
|
|
|
/* The Alpha does not step over a breakpoint. */
|
|
#define CANNOT_STEP_BREAKPOINT 1
|