Re: [Openocd-development] Breakpoints do not work for LM3S6918 / Eclipse

2009-06-27 Thread Duane Ellis
>> I still am stuck and no breaky points ! Really? I'm confused. I'm seeing other problems - that are some what related - but I'm not sure (see earlier email subject: Clearing all breakpoints & watch points) I see you only setting one breakpoint. I see the breakpoint working. If I look at t

Re: [Openocd-development] Breakpoints do not work for LM3S6918 / Eclipse

2009-06-26 Thread Joseph Kuss
Continued call for help ! It still seems that these are hard to read on the posting, I will just inline them here 1) Eagle100_jtag_tiny-setup.cfg=== # From Source file: "olimex-jtag-tiny-a.cfg" # REFERENCE: http://www.olimex.com

Re: [Openocd-development] Breakpoints do not work for LM3S6918 / Eclipse

2009-06-26 Thread Joseph Kuss
Looks like my .cfg files were in a 7zip format I will send them individually so they are more visible to more people In some cases I did not use UploadPgmAtZero.cfg when I used (gdb) load instead... Sincerley, Joe On Fri, Jun 26, 2009 at 6:39 PM, Joseph Kuss wrote: > Gmail sent without my pro

[Openocd-development] Breakpoints do not work for LM3S6918 / Eclipse

2009-06-26 Thread Joseph Kuss
Now I have completely taken Eclipse out of the picture, and am just using openOCD and GDB 6.8. I still am stuck and no breaky points ! I am following a template that was provided, this was helpfull but is not my solution it seems. // Joe, Try adding

Re: [Openocd-development] Breakpoints do not work for LM3S6918 / Eclipse

2009-06-25 Thread Duane Ellis
Joe, Try adding this to your configuration file # gdb_memory_map enable # This tells openocd to inform GDB where 'flash lives' - thus GDB will attempt to use hardware breakpoints. You are also not paying attention to what GDB is telling you - when it "cannot find the bounds

Re: [Openocd-development] Breakpoints do not work for LM3S6918 / Eclipse

2009-06-22 Thread Duane Ellis
Joseph Kuss wrote: > To All, > > I am using openOCD 0.1.0, GDB 6.8 and Eclipse Ganymede > > For the Eagle100 board, using LM3S6918: > > I can download my program into flash ok > I can start/continue the program, > I just can not get breakpoints to work. > > Please Help. If I need to send th