double quotes should be in front of value, not property name.

fix KGDB enabled builds for dreamcast/hpcsh.
This commit is contained in:
andvar 2023-09-12 22:07:33 +00:00
parent a479246e62
commit 401e0ef38d
4 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: G1IDE,v 1.10 2022/08/07 02:52:24 simonb Exp $
# $NetBSD: G1IDE,v 1.11 2023/09/12 22:07:33 andvar Exp $
include "arch/dreamcast/conf/std.dreamcast"
@ -36,7 +36,7 @@ options DIAGNOSTIC # cheap kernel consistency checks
#options DEBUG # expensive debugging checks/support
options DDB # in-kernel debugger
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"scif\"",KGDB_DEVRATE=57600
#options KGDB_DEVNAME="\"scif\"",KGDB_DEVRATE=57600
#makeoptions DEBUG="-g" # compile full symbol table
makeoptions COPY_SYMTAB=1
#options SYSCALL_DEBUG

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.137 2023/02/12 14:50:38 abs Exp $
# $NetBSD: GENERIC,v 1.138 2023/09/12 22:07:33 andvar Exp $
#
# GENERIC machine description file
#
@ -49,7 +49,7 @@ options SYSVSHM # System V-like memory sharing
#options DEBUG # expensive debugging checks/support
options DDB # in-kernel debugger
#options KGDB # remote debugger
#options "KGDB_DEVNAME=\"scif\"",KGDB_DEVRATE=57600
#options KGDB_DEVNAME="\"scif\"",KGDB_DEVRATE=57600
#makeoptions DEBUG="-g" # compile full symbol table
makeoptions COPY_SYMTAB=1
#options SYSCALL_DEBUG

View File

@ -1,7 +1,7 @@
#
# kernel config file for debugging.
#
# $NetBSD: DEBUG,v 1.7 2023/09/12 21:50:11 andvar Exp $
# $NetBSD: DEBUG,v 1.8 2023/09/12 22:07:33 andvar Exp $
#
include "arch/hpcsh/conf/GENERIC"
@ -11,11 +11,11 @@ options DDB # in-kernel debugger
#makeoptions DEBUG="-g" # compile full symbol table
#options KGDB_DEVRATE=19200
# HP Jornada
#options "KGDB_DEVNAME=\"scif\""
#options KGDB_DEVNAME="\"scif\""
# HITACHI PERSONA (SH3)
#options "KGDB_DEVNAME=\"hd64461uart\""
#options KGDB_DEVNAME="\"hd64461uart\""
# HITACHI PERSONA (SH4)
#options "KGDB_DEVNAME=\"hd64465uart\""
#options KGDB_DEVNAME="\"hd64465uart\""
#options HPC_DEBUG_INTERRUPT_MONITOR
#options KSTACK_DEBUG

View File

@ -1,4 +1,4 @@
# $NetBSD: HPW650PA,v 1.32 2015/08/21 01:52:08 uebayasi Exp $
# $NetBSD: HPW650PA,v 1.33 2023/09/12 22:07:33 andvar Exp $
#
# HITACHI PERSONA HPW650PA
#
@ -25,7 +25,7 @@ options HPC_DEBUG_LCD
options DDB # in-kernel debugger
pseudo-device ksyms
#options KGDB # in-kernel debugger
#options "KGDB_DEVNAME=\"hd64465uart\"",KGDB_DEVRATE=19200
#options KGDB_DEVNAME="\"hd64465uart\"",KGDB_DEVRATE=19200
#makeoptions DEBUG="-g" # compile full symbol table
options DIAGNOSTIC # extra kernel debugging checks
options DEBUG # extra kernel debugging support