This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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]

register modify problem with arm-elf target


Hi,

I have the following problem while debugging with gdb/insight:
I can't modify any register if the program is stopped at addr 0x18 (it
happens very often):

(arm-gdb) lo
Loading section .rom_vectors, size 0x40 lma 0x800000
Loading section .text, size 0x43f4c lma 0x800040
Loading section .rodata, size 0x7620 lma 0x843f8c
Loading section .sram, size 0x4c lma 0x0
Loading section .data, size 0x42a0 lma 0x84b5ac
Start address 0x800040, load size 325784
Transfer rate: 173751 bits/sec, 317 bytes/write.
(arm-gdb) c
Continuing.

Program received signal SIGSTOP, Stopped (signal).
0x00000018 in .sram ()
(arm-gdb) set $pc=reset_vector                           # try to
restrat program
Value being assigned to is no longer active.
(arm-gdb)


target: arm-elf debugger: last snapshot of insight OS: Linux RedHat 9.0

regards
ilko iliev




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