]> git.sur5r.net Git - openocd/history - src/target/breakpoints.c
cortex_a hybrid & context breakpoints
[openocd] / src / target / breakpoints.c
2011-08-30 Heythem Bouhajacortex_a hybrid & context breakpoints
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2011-04-28 Michel Jaouensmp : infra for smp minimum support
2010-09-14 Øyvind Harboebreakpoints: fix error handling
2010-06-15 Øyvind Harboebreakpoint: -Wshadow warning fix
2009-12-03 Zachary T Welchchange #include "log.h" to <helper/log.h>
2009-11-28 David Brownelltarget: uplevel add_{break,watch}point() error checks
2009-11-26 David Brownelltarget: create and use target_name()
2009-11-26 David Brownelltarget: target_get_name() --> target_type_name()
2009-11-24 David Brownelltarget: cope with *any* error setting a breakpoint
2009-11-14 Ferdinand Postemacompile with cygwin (32-bit)
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchbreakpoint_t -> struct breakpoint
2009-11-13 Zachary T Welchwatchpoint_t -> struct watchpoint
2009-11-05 David Brownellwatchpoint_add() cleanup
2009-09-21 dbrownellRemove annoying end-of-line whitespace from most src/*
2009-06-27 duaneAdd Breakpoint/Watchpoint unique ID to help debug hardw...
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-05-31 zwelchAdd target breakpoint and watchpoint wrapper:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-04-30 zwelchAdd static keywords to core target source file data...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-10-13 oharboeLaurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added...
2008-08-13 oharboeClear all dangling breakpoints upon GDB connection.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2007-10-01 ntfreak- flash autoerase <on|off> cmd added, default is off...
2007-08-09 mlu- trying to remove a breakpoint with target running...
2007-06-24 ntfreak- ST STM32x cortex support added
2006-11-07 drath- added support for the oocd-link (http://www.joernonli...
2006-11-05 drath- correctly enter debug state on a "soft_reset_halt...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/