This is the mail archive of the insight-prs@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/328: Remote debugging - register window does not get updated after download


>Number:         328
>Category:       insight
>Synopsis:       Remote debugging - register window does not get updated after download
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Feb 14 23:33:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     monika.arpa@austriamicrosystems.com
>Release:        GNU gdb 6.7.1
>Organization:
>Environment:
cygwin_NT-5.1 1.5.25(0.156/4/2)
>Description:
Here is my setup:
I have built an arm-elf-insight under cygwin. 
I have an arm-9-core to that I connect the arm-elf-insight via TCP/IP (over the Segger JLink GDB Server). 

Here is what I do:
I start my segger gdb server.
I start my arm-elf-insight debugger.
I load my axf (which is the ARM ELF) file into the debugger (with "file" "open").
I open the register window.
I connect to the target. 
Now the registers are read from the target (and the reg PC is set e.g. to 0x18).
I download the axf file to the target (part of the AXF file is the entry point).

Now the reg PC is not updated to the entry point in the register window. However if I read the PC value directly in the console window it is set to the entry point. 
Shouldn't the register window be updated after a download?
 
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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