From: Jun Sun <jsun@mvista.com>
To: Kevin Paul Herbert <kph@cisco.com>
Cc: linux-mips@linux-mips.org, jsun@mvista.com
Subject: Re: [PATCH 2.6] DEBUG_INFO, KGDB and etc...
Date: Thu, 15 Jan 2004 14:09:53 -0800 [thread overview]
Message-ID: <20040115140953.F18368@mvista.com> (raw)
In-Reply-To: <1074196652.24675.28.camel@shakedown>; from kph@cisco.com on Thu, Jan 15, 2004 at 11:57:35AM -0800
[-- Attachment #1: Type: text/plain, Size: 482 bytes --]
On Thu, Jan 15, 2004 at 11:57:35AM -0800, Kevin Paul Herbert wrote:
> In the top level makefile, there is already:
>
> ifdef CONFIG_DEBUG_INFO
> CFLAGS += -g
> endif
>
> I don't see why you need to add it to arch/mips/Makefile. Your Kconfig
> changes seem fine though.
>
That is right. Thanks for catching this.
The original problem started when KGDB did not cause "-g" to be included.
I simply looked at 2.4 and cooked the patch.
The corrected patch is attached.
Jun
[-- Attachment #2: junk1 --]
[-- Type: text/plain, Size: 2000 bytes --]
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
prev parent reply other threads:[~2004-01-15 22:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-15 19:22 [PATCH 2.6] DEBUG_INFO, KGDB and etc Jun Sun
2004-01-15 19:57 ` Kevin Paul Herbert
2004-01-15 22:09 ` Jun Sun [this message]
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=20040115140953.F18368@mvista.com \
--to=jsun@mvista.com \
--cc=kph@cisco.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.