X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fum%2FKconfig.debug;h=09c1aca6339f94cf629a419387eff7f4f2517820;hb=7a13e932281e7042a592f4f14db0b348199e7aac;hp=bd41e4286d0d4b743fafc74a993f167c7cac0955;hpb=bdb7a3427be1e31327df0543cc397bf3c994b039;p=powerpc.git diff --git a/arch/um/Kconfig.debug b/arch/um/Kconfig.debug index bd41e4286d..09c1aca633 100644 --- a/arch/um/Kconfig.debug +++ b/arch/um/Kconfig.debug @@ -2,6 +2,17 @@ menu "Kernel hacking" source "lib/Kconfig.debug" +config CMDLINE_ON_HOST + bool "Show command line arguments on the host in TT mode" + depends on MODE_TT + default !DEBUG_INFO + help + This controls whether arguments in guest processes should be shown on + the host's ps output. + Enabling this option hinders debugging on some recent GDB versions + (because GDB gets "confused" when we do an execvp()). So probably you + should disable it. + config PT_PROXY bool "Enable ptrace proxy" depends on XTERM_CHAN && DEBUG_INFO && MODE_TT @@ -36,14 +47,4 @@ config GCOV If you're involved in UML kernel development and want to use gcov, say Y. If you're unsure, say N. -config SYSCALL_DEBUG - bool "Enable system call debugging" - default N - depends on DEBUG_INFO - help - This adds some system debugging to UML, including keeping a ring buffer - with recent system calls and some global and per-task statistics. - - If unsure, say N - endmenu