mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
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.
15 lines
342 B
C
15 lines
342 B
C
--- gdb/amd64-tdep.c.orig Fri Apr 9 16:24:05 2004
|
|
+++ gdb/amd64-tdep.c Wed May 5 10:56:22 2004
|
|
@@ -126,6 +126,12 @@
|
|
#define AMD64_NUM_REGS \
|
|
(sizeof (amd64_register_info) / sizeof (amd64_register_info[0]))
|
|
|
|
+int
|
|
+amd64_num_regs(void)
|
|
+{
|
|
+ return AMD64_NUM_REGS;
|
|
+}
|
|
+
|
|
/* Return the name of register REGNUM. */
|
|
|
|
static const char *
|