core: Deinitialize GDB in avr_terminate()
[simavr] / simavr / sim / sim_gdb.c
2012-09-10 Jakob Grubercore: Deinitialize GDB in avr_terminate()
2012-08-10 Jakob Grubergdb: Convert logging to AVR_LOG()
2012-07-18 Jakob Grubergdb: Read/write SREG values correctly
2012-07-16 Michel PolletMerge pull request #2 from schuay/watchpoints
2012-07-16 Jakob Grubergdb: Use early termination in gdb_watch_find*
2012-07-15 Jakob Grubergdb: Implemented watchpoint handling
2012-07-15 Jakob Grubergdb: Store watchpoints in avr_gdb_t
2012-07-15 Jakob Grubergdb: Prepare watchpoints_t data structure
2012-07-13 Michel PolletMerge pull request #1 from schuay/master
2012-07-12 Jakob Grubermisc: Fixed a couple of typos in comments
2012-05-20 Michel Polletgdb: Fixed a warning
2012-04-11 Michel Polletcore: Ensure we can run in >64K flash
2011-03-09 Michel PolletMerge remote-tracking branch 'sliedes/to-upstream'...
2011-02-28 Sami LiedesInclude sim_gdb.h from sim_gdb.c. Also fix prototype...
2011-02-22 Michel Polletcore: Introduce run() and sleep() callbacks
2011-02-20 Michel PolletMerge git://gitorious.org/~luki/simavr/lukis-simavr...
2011-02-02 Sami LiedesReturn zeros when GDB reads just past end of stack.
2010-10-12 Michel Polletgdb: Adds the 'reset' command
2010-08-31 Michel Polletmisc: Fixed clang static analizer warnings
2009-12-23 Michel Polletrun_avr et al. New HEX format loader
2009-12-04 Michel PolletMany more changes, timed callbacks etc
2009-12-03 Michel PolletPolished gdb support, etc
2009-12-02 Michel PolletGDB working, some more source massaging
2009-11-24 Michel PolletInitial Commit