bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

b double-quote segfaults


From: Bert Gijsbers
Subject: b double-quote segfaults
Date: Sun, 30 Sep 2001 23:26:10 +0200
User-agent: Mutt/1.3.16i

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]