diff options
author | David Howells <dhowells@redhat.com> | 2011-03-18 12:54:32 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2011-03-18 12:54:32 -0400 |
commit | 1a8d59e529d07f7888f9c6c86a9f59ea4ef077aa (patch) | |
tree | a2d23ed79f68d04fad61f8b45c58696c19d0a69d /arch/mn10300 | |
parent | 52885b32a5f7326d9505ca45969a695bad2459c4 (diff) |
MN10300: Deprecate gdbstub
Deprecate the MN10300 arch's gdbstub in favour of KGDB, which is more capable
in some areas (such as SMP) and almost as capable in others (it's I/O is not as
decoupled and it can't start as early). gdbstub will be removed in a later
version when we're satisfied with KGDB's working.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'arch/mn10300')
-rw-r--r-- | arch/mn10300/Kconfig.debug | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/mn10300/Kconfig.debug b/arch/mn10300/Kconfig.debug index c2fa3a8f9eef..bdbfd444a9ff 100644 --- a/arch/mn10300/Kconfig.debug +++ b/arch/mn10300/Kconfig.debug | |||
@@ -36,7 +36,7 @@ config KPROBES | |||
36 | 36 | ||
37 | config GDBSTUB | 37 | config GDBSTUB |
38 | bool "Remote GDB kernel debugging" | 38 | bool "Remote GDB kernel debugging" |
39 | depends on DEBUG_KERNEL | 39 | depends on DEBUG_KERNEL && DEPRECATED |
40 | select DEBUG_INFO | 40 | select DEBUG_INFO |
41 | select FRAME_POINTER | 41 | select FRAME_POINTER |
42 | help | 42 | help |
@@ -46,6 +46,9 @@ config GDBSTUB | |||
46 | RAM to avoid excessive linking time. This is only useful for kernel | 46 | RAM to avoid excessive linking time. This is only useful for kernel |
47 | hackers. If unsure, say N. | 47 | hackers. If unsure, say N. |
48 | 48 | ||
49 | This is deprecated in favour of KGDB and will be removed in a later | ||
50 | version. | ||
51 | |||
49 | config GDBSTUB_IMMEDIATE | 52 | config GDBSTUB_IMMEDIATE |
50 | bool "Break into GDB stub immediately" | 53 | bool "Break into GDB stub immediately" |
51 | depends on GDBSTUB | 54 | depends on GDBSTUB |