This is the mail archive of the insight@sourceware.org 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]

Insight 6.8


After building two versions of Insight I have some issues. I am using
Cygwin 1.5.25 on Windows XP Professional (32-bit). I used
"--target=i686-elf --disable-nls" for the first debugger and
"--target=x86_64-pc-linux --disable-nls" for the second.

Issue 1:
When I open my ELF-file Insight only shows me assembly code, not the
C++ source code. After reselecting the same ELF-file I do get source
code. We also get source code after downloading and running the
program. This happens with both debuggers and it still worked in
Insight 6.7.1.

Issue 2:
When I start the debugger for the 64-bit target, it starts in 32-bit
target mode. When I open the register window I only see the 32-bit
registers. After selecting the 64-bit ELF-file the register window
does not switch to the 64-bit register set. After closing and
reopening the register window I do get the 64-bit register set. I can
download and run the program without any problems until I stop the
program and open the register window again. Insight disappears without
an error or warning. It looks to me that it didn't switch to the
64-bit architecture completely. It works with Insight 6.6 but not with
6.7.1.

Any ideas?

Hans Kester


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