This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: creating the gdb-7.4 branch tomorrow (?)


> > the "ambiguous linespec" series
> 
> That doesn't work.
> Native configuration is powerpc-unknown-linux-gnu

I was able to reproduce. I haven't had time to figure it out yet,
but, with a simple hello world program:

    (gdb) b printf
    Function "printf" not defined.
    Make breakpoint pending on future shared library load? (y or [n]) n

I thought it might be because printf is in a shared library. Breakpoints
on the main objfile seem to be working well enough:

    (gdb) b main
    Breakpoint 1 at 0x10000454: file toto.c, line 6.

So I tried started the program's execution, and things got really
ugly:

    (gdb) start
    Temporary breakpoint 1 at 0x10000454: file toto.c, line 6.
    Starting program: /[...]/toto 
    [hangs at near 100% CPU usage]

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]