[uml-devel] Starting uml with the debugger

2005-10-17 Thread Etay Meiri
Hi, I'm trying to start uml under the controller of gdb using the following command: ./vmlinux mem=128m ubda=root_fs.fc4_client ubdb=swap_client con=xterm eth0=tuntap,,,10.10.20.10 debug uml is started ok but there is no sigh of the debugger. Any idea? Thanks, --

Re: [uml-devel] Starting uml with the debugger

2005-10-17 Thread Jeff Dike
On Mon, Oct 17, 2005 at 07:09:21PM +0200, Etay Meiri wrote: Hi, I'm trying to start uml under the controller of gdb using the following command: What version? ./vmlinux mem=128m ubda=root_fs.fc4_client ubdb=swap_client con=xterm eth0=tuntap,,,10.10.20.10 http://10.10.20.10 debug WTF is

Re: [uml-devel] Starting uml with the debugger

2005-10-17 Thread Henrik Nordstrom
On Mon, 17 Oct 2005, Etay Meiri wrote: If this thing is new enough to have skas0, then just disable CONFIG_MODE_TT and gdb it normally. Will it still run if my host kernel is not skas enabled? Yes. SKAS0 is implementing memory management usign the same principles as SKAS, but without

Re: [uml-devel] Starting uml with the debugger

2005-10-17 Thread Rob Landley
On Monday 17 October 2005 12:53, Jeff Dike wrote: If this thing is new enough to have skas0, then just disable CONFIG_MODE_TT and gdb it normally. I'm curious: now that skas0 mode works, when does tt mode start to go away? (Obviously, making tls work might be nice first...) Rob

Re: [uml-devel] Starting uml with the debugger

2005-10-17 Thread Blaisorblade
On Tuesday 18 October 2005 03:38, Rob Landley wrote: On Monday 17 October 2005 12:53, Jeff Dike wrote: If this thing is new enough to have skas0, then just disable CONFIG_MODE_TT and gdb it normally. I'm curious: now that skas0 mode works, when does tt mode start to go away? I really don't