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

gdb && Eclipse && Harvard cpu


I use avr-gdb 6.5 && simulavr (latest WinAVR package). When C-program
contains static variables, gdb works fine (requests locals and variables led
to generation packets like $m800060).
But if I use stack local variables, command "x my_var" led to the packet
like $m60 (not $m800060). 
And "x *&my_var" works fine - "$m800060").
why?

I use Eclipse (not command line) where disassemble and inspecting locals and
variables are automatic, so it is important for me to correct this problem.
-- 
View this message in context: http://www.nabble.com/gdb----Eclipse----Harvard-cpu-tp14493910p14493910.html
Sent from the Sourceware - gdb list mailing list archive at Nabble.com.


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