Today I built the most recent cvs gdb on my x86 Debian 2.0 box.
I'm using an ancient (2.0.34) kernel.

I get the appended message when I try to re-run the debugee.

simple_int::nat is loaded from a shared library while the debugee is
executing.  Getting some sort of message is probably ok.  What annoys
me is:

1. The number of messages (once is enough)
2. The content of the message (which is confusing to say the least,
   since I'm not typing anything here)
3. The fact that breakpoint 3 is disabled.  Seems to me that if it is
   disabled then gdb shouldn't care whether it can be re-set (until
   I enable it)

Tom

(gdb) r
Error in re-setting breakpoint 3:
Can't find member of namespace, class, struct, or union named "simple_int::nat"
Hint: try 'simple_int::nat<TAB> or 'simple_int::nat<ESC-?>
(Note leading single quote.)
Error in re-setting breakpoint 3:
Can't find member of namespace, class, struct, or union named "simple_int::nat"
Hint: try 'simple_int::nat<TAB> or 'simple_int::nat<ESC-?>
(Note leading single quote.)
Error in re-setting breakpoint 3:
Can't find member of namespace, class, struct, or union named "simple_int::nat"
Hint: try 'simple_int::nat<TAB> or 'simple_int::nat<ESC-?>
(Note leading single quote.)
Error in re-setting breakpoint 3:
Can't find member of namespace, class, struct, or union named "simple_int::nat"
Hint: try 'simple_int::nat<TAB> or 'simple_int::nat<ESC-?>
(Note leading single quote.)
Error in re-setting breakpoint 3:
Can't find member of namespace, class, struct, or union named "simple_int::nat"
Hint: try 'simple_int::nat<TAB> or 'simple_int::nat<ESC-?>
(Note leading single quote.)
Error in re-setting breakpoint 3:
Can't find member of namespace, class, struct, or union named "simple_int::nat"
Hint: try 'simple_int::nat<TAB> or 'simple_int::nat<ESC-?>
(Note leading single quote.)
Error in re-setting breakpoint 3:
Can't find member of namespace, class, struct, or union named "simple_int::nat"
Hint: try 'simple_int::nat<TAB> or 'simple_int::nat<ESC-?>
(Note leading single quote.)
Error in re-setting breakpoint 3:
Can't find member of namespace, class, struct, or union named "simple_int::nat"
Hint: try 'simple_int::nat<TAB> or 'simple_int::nat<ESC-?>
(Note leading single quote.)

Reply via email to