From: Paolo 'Blaisorblade' Giarrusso Date: Sat, 3 Sep 2005 22:57:23 +0000 (-0700) Subject: [PATCH] uml: workaround GDB problems on debugging X-Git-Tag: v2.6.14-rc1~812 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0221575903ad68debea57679b5b46575bf57afb1;p=pandora-kernel.git [PATCH] uml: workaround GDB problems on debugging Apparently, GDB gets confused when we do an execvp() on ourselves. Since it's simply done to allocate further space for command line arguments (which we'll use to allow gathering the startup command line for guest processes through the host), allow the user to disable that to get a debuggable UML binary. Signed-off-by: Paolo 'Blaisorblade' Giarrusso Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed