From: Jun Sun <jsun@mvista.com>
To: linux-mips@linux-mips.org
Cc: jsun@mvista.com
Subject: [PATCH 2.6] DEBUG_INFO, KGDB and etc...
Date: Thu, 15 Jan 2004 11:22:01 -0800 [thread overview]
Message-ID: <20040115112201.E18368@mvista.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 283 bytes --]
This patch adds the missing "-g" gcc option when kgdb is configure.
Clean up some debugging related options (DEBUG_INFO really should
go under KGDB and depends its not being selected)
If no objection, will check it in later.
And yes, the good news is that kgdb works in 2.6.
Jun
[-- Attachment #2: junk1 --]
[-- Type: text/plain, Size: 2508 bytes --]
diff -Nru link/arch/mips/Makefile.orig link/arch/mips/Makefile
--- link/arch/mips/Makefile.orig Thu Jan 15 10:55:57 2004
+++ link/arch/mips/Makefile Thu Jan 15 10:59:19 2004
@@ -60,6 +60,7 @@
LDFLAGS_vmlinux += -G 0 -static # -N
MODFLAGS += -mlong-calls
+cflags-$(CONFIG_DEBUG_INFO) += -g
cflags-$(CONFIG_SB1XXX_CORELIS) += -mno-sched-prolog -fno-omit-frame-pointer
check_warning = $(shell if $(CC) $(1) -c -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi)
diff -Nru link/arch/mips/Kconfig.orig link/arch/mips/Kconfig
--- link/arch/mips/Kconfig.orig Thu Jan 15 10:55:57 2004
+++ link/arch/mips/Kconfig Thu Jan 15 11:12:23 2004
@@ -1233,23 +1233,6 @@
This allows applications to run more reliably even when the system is
under load.
-config DEBUG_INFO
- bool "Compile the kernel with debug info"
- depends on DEBUG_KERNEL
- default y if KGDB
- help
- If you say Y here the resulting kernel image will include
- debugging info resulting in a larger kernel image.
- Say Y here only if you plan to use gdb to debug the kernel.
- If you don't debug the kernel, you can say N.
-
-config SB1XXX_CORELIS
- bool "Corelis Debugger"
- depends on SIBYTE_SB1xxx_SOC && DEBUG_INFO
- help
- Select compile flags that produce code that can be processed by the
- Corelis mksym utility and UDB Emulator.
-
config DEBUG_SPINLOCK
bool "Spinlock debugging"
depends on DEBUG_KERNEL
@@ -1471,6 +1454,7 @@
config KGDB
bool "Remote GDB kernel debugging"
depends on DEBUG_KERNEL
+ select DEBUG_INFO
help
If you say Y here, it will be possible to remotely debug the MIPS
kernel using gdb. This enlarges your kernel image disk size by
@@ -1486,6 +1470,23 @@
would like kernel messages to be formatted into GDB $O packets so
that GDB prints them as program output, say 'Y'.
+config DEBUG_INFO
+ bool "Compile the kernel with debug info"
+ depends on DEBUG_KERNEL && !KGDB
+ default y if KGDB
+ help
+ If you say Y here the resulting kernel image will include
+ debugging info resulting in a larger kernel image.
+ Say Y here only if you plan to use gdb to debug the kernel.
+ If you don't debug the kernel, you can say N.
+
+config SB1XXX_CORELIS
+ bool "Corelis Debugger"
+ depends on SIBYTE_SB1xxx_SOC && DEBUG_INFO
+ help
+ Select compile flags that produce code that can be processed by the
+ Corelis mksym utility and UDB Emulator.
+
config RUNTIME_DEBUG
bool "Enable run-time debugging"
depends on DEBUG_KERNEL
next reply other threads:[~2004-01-15 19:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-15 19:22 Jun Sun [this message]
2004-01-15 19:57 ` [PATCH 2.6] DEBUG_INFO, KGDB and etc Kevin Paul Herbert
2004-01-15 22:09 ` Jun Sun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040115112201.E18368@mvista.com \
--to=jsun@mvista.com \
--cc=linux-mips@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox