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
> 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
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
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