Re: how to debug hurd console

2009-09-12 Thread computer.enthusiastic
On 31 Ago, 22:36, wrote: > Use ssh to log in from another machine Following your suggestion, I was able to establish a remote ssh session and attach the gnu debuggerg from it to a "/hurd/console" process running locally. Now I'm analysing and probing the "/hurd/console" source code to understand

Re: how to debug hurd console

2009-08-31 Thread olafBuddenhagen
Hi, On Sun, Aug 30, 2009 at 06:45:58PM +0200, computer.enthusiastic wrote: > But I don't know how to run gdb and hurd console together (gdb uses > the same console I try to trace into). Use ssh to log in from another machine. -antrik-

how to debug hurd console

2009-08-30 Thread computer.enthusiastic
Hello, I would like to use the GNU debugger (gdb) to trace hurd console (/bin/console) internals. I've already patched gdb sources according to this previous postand