X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fum%2FKconfig.debug;h=5681a8bd370b2db1201382405a7edf885efa12cd;hb=0dd7f883a9e21c5f2ff5e8f1cbb0e78cdc044d8a;hp=b89989de364d1dbe650e988c5ec009b73acc5ba0;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6 diff --git a/arch/um/Kconfig.debug b/arch/um/Kconfig.debug index b89989de36..5681a8bd37 100644 --- a/arch/um/Kconfig.debug +++ b/arch/um/Kconfig.debug @@ -2,9 +2,16 @@ menu "Kernel hacking" source "lib/Kconfig.debug" -config FRAME_POINTER - bool - default y if DEBUG_INFO +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"