Hi,

I use GNU gdb 5.0 from SuSE 7.2.
When I type:

    b "

then gdb segfaults.  This can be repeated
even when no image is loaded.
Similarly when I type:

    b "*"

then it will segfault too.

This could also be a readline bug?
I use readline 2.05 and have this ~/.inputrc
    set horizontal-scroll-mode On
    set editing-mode vi
    set bell-style none
    set keymap vi-insert
    set expand-tilde on

I'm attempting to set a breakpoint on a
specific instruction pointer address.
Like I use "ltrace -i some.exe" to
get the instruction address of where my code
does a library call.  Then I want to
run my exe and break at that instruction.
This I cannot seem to get to work even
with gdb's help.
Am I overlooking something trivial?

Regards,

Bert Gijsbers

_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to