Re: Re[2]: [uml-user] gdb 6.3 doesn't stop on breakpoints in UML

2006-03-23 Thread Blaisorblade
On Thursday 23 March 2006 15:50, Serge Goodenko wrote: > > In my experience, it stops on some breakpoints and not on others (for > > instance it doesn't break on panic). You may see if attaching to an > > already running UML rather than starting it under GDB makes a difference > > ("gdb kernelBinar

Re[2]: [uml-user] gdb 6.3 doesn't stop on breakpoints in UML

2006-03-23 Thread Serge Goodenko
> In my experience, it stops on some breakpoints and not on others (for > instance > it doesn't break on panic). You may see if attaching to an already running > UML rather than starting it under GDB makes a difference ("gdb kernelBinary" > and "attach ", where PID is the lowest one between th

Re: [uml-user] gdb 6.3 doesn't stop on breakpoints in UML

2006-03-17 Thread Blaisorblade
On Thursday 16 March 2006 15:37, Serge Goodenko wrote: > Hello! > > I debug UML kernel 2.6.13-4 using gdb 6.3 with > SIGSEGV pass nostop noprint > SIGUSR1 pass nostop noprint > > and with breakpoint set on function that is definetely called during my UML > session (particulary tcp_sendmsg() when I

[uml-user] gdb 6.3 doesn't stop on breakpoints in UML

2006-03-16 Thread Serge Goodenko
Hello! I debug UML kernel 2.6.13-4 using gdb 6.3 with SIGSEGV pass nostop noprint SIGUSR1 pass nostop noprint and with breakpoint set on function that is definetely called during my UML session (particulary tcp_sendmsg() when I send message using Inet sockets) and gdb doesn't stop on it! I sup