Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2004 11:32:04 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 51719 for review
Message-ID:  <200404251832.i3PIW4We024958@repoman.freebsd.org>

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

Change 51719 by marcel@marcel_sledge on 2004/04/25 11:31:48

	amd64 doesn't have bootinfo. No symbols for now when breaking
	into the debugger early. Same as sparc64.

Affected files ...

.. //depot/projects/gdb/sys/amd64/amd64/machdep.c#9 edit

Differences ...

==== //depot/projects/gdb/sys/amd64/amd64/machdep.c#9 (text+ko) ====

@@ -1218,11 +1218,6 @@
 	atpic_startup();
 #endif
 
-#ifdef DDB
-	ksym_start = bootinfo.bi_symtab;
-	ksym_end = bootinfo.bi_esymtab;
-#endif
-
 	kdb_init();
 
 #ifdef KDB



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