This is the mail archive of the insight@sources.redhat.com mailing list for the Insight 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: powerpc-unknown-elf-gdb, simulator, registers not updated


Hi,

thank you for that hint.  That way i found out that
this is an "insight" bug.  In the "register window"
the variables are not updated, but when i type
"info reg" in the console, different values are
shown.

If i close the "register window" and open it again,
the correct values are shown.

When i step through my source the "register window"
is NEVER updated, no matter if i use "single step",
"next" or "assembler step".

If i show a register in the "watch window", the correct
value is shown.

The "console window" also showed me:
Current language:  auto; currently c++

(I've set up a powerpc-unknown-elf-g++ and -gcc
and compiled the project with the -g++.
The code the compiler generates (not this test project)
works fine in my TQM823L development board.


Would it help to send the complete test project?

What other files or information could help?

Do i need to report this in the bug list?


Best regards,
Torsten.



Am Freitag, 24. Mai 2002 00:26 schrieb Martin M. Hunt:
> On Thursday 23 May 2002 12:06 pm, Torsten Mohr wrote:
> > When i load a program in it, it works fine, BUT:
> >
> > The "registers" window is not updated.
>
> What do you get when you open a console window and type "info reg"? If you
> get something different than what appears in the register window, then it
> is an Insight bug.  If "info reg" matches the register window, then there
> is a GDB bug and you should try sending email to "gdb@sources.redhat.com"


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