Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2004 12:18:01 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 51723 for review
Message-ID:  <200404251918.i3PJI1WY034162@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=51723

Change 51723 by marcel@marcel_sledge on 2004/04/25 12:17:41

	Pull db_active and ddb_regs into the #if 0 as well.

Affected files ...

.. //depot/projects/gdb/sys/amd64/amd64/db_interface.c#7 edit

Differences ...

==== //depot/projects/gdb/sys/amd64/amd64/db_interface.c#7 (text+ko) ====

@@ -52,10 +52,9 @@
 
 extern void	gdb_handle_exception(db_regs_t *, int, int);
 
+#if 0
 int	db_active;
 db_regs_t ddb_regs;
-
-#if 0
 static jmp_buf	db_global_jmpbuf;
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404251918.i3PJI1WY034162>