core: Deinitialize GDB in avr_terminate()
[simavr] / simavr / sim / sim_avr.c
2012-09-10 Jakob Grubercore: Deinitialize GDB in avr_terminate()
2012-07-26 Jakob Grubersimavr: Do not call avr_terminate in run callbacks
2012-07-19 Jakob Grubersimavr: Improved accuracy of sleep durations
2012-07-16 Michel PolletMerge pull request #2 from schuay/watchpoints
2012-07-16 Michel PolletMerge pull request #3 from schuay/not_known
2012-07-16 Jakob Grubermisc: Fix confusing typo in error message
2012-07-13 Michel PolletMerge pull request #1 from schuay/master
2012-07-12 Jakob Grubermisc: Fixed a couple of typos in comments
2012-06-03 Michel Polletcores: Now duplicate the global structure
2012-04-11 Michel Polletcore: Ensure we can run in >64K flash
2012-03-02 Michel Polletsimavr: Now use the generated config files
2012-02-27 Michel Polletcores: Added at90usb162
2012-02-25 Michel Polletinterrupts: Isolated runtime data
2012-02-25 Michel Polletgeneral: Introduce two new headers
2011-09-14 Michel Polletcores: Added mega16m1
2011-09-14 Michel Polletcore: Added a log level
2011-09-14 Michel Polletcore: added new states
2011-09-14 HATATANI Shintacores: Add mega1281
2011-09-13 Michel Polletcores: Added mega8, old generation
2011-03-09 Sami Liedesmisc: Fixes various typos
2011-03-09 Michel PolletMerge remote-tracking branch 'sliedes/to-upstream'...
2011-03-02 Sami LiedesTweak struct avr_t to always include a pointer to trace...
2011-02-22 Michel Polletcore: Introduce run() and sleep() callbacks
2011-02-21 Sami Liedesavr_loadcode(): If too much code, bail out instead...
2011-02-20 Michel PolletMerge git://gitorious.org/~luki/simavr/lukis-simavr...
2011-02-20 Martin Glueckcore: Added ATtiny x4
2011-02-19 Michel Polletcore: Remove the run() callback
2010-10-25 Christian Ballescore: added extra init/deinit functions to avr_t
2010-10-12 Michel Polletconsole: Implement debug console register
2010-09-02 Michel Polletsimavr: Deallocate resources
2010-04-04 Michel Polletcores: Added Mega128
2010-01-06 Michel Polletcore: Simplify changes to SREG
2009-12-26 Michel Polletcore: Shuffled code around
2009-12-23 Michel Polletcore: Added a new ELF tag with AVR->simavr command...
2009-12-20 Michel Polletcores: Added ATTiny2313
2009-12-17 Michel Polletcore: Reworked the cycle timers
2009-12-17 Michel Polletcore: Added an avr_terminate() call
2009-12-17 Michel Polletcores: Add a few more mega cores
2009-12-14 Michel PolletDisable the debugging traces
2009-12-06 Michel PolletAdded tiny13
2009-12-04 Michel PolletMany more changes, timed callbacks etc
2009-12-03 Michel Pollettiny25/45 cores added
2009-12-03 Michel PolletPolished gdb support, etc
2009-12-02 Michel PolletGDB working, some more source massaging