index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
breakpoints.c
Age
Commit message (
Expand
)
Author
2012-02-06
build: cleanup src/target directory
Spencer Oliver
2011-10-13
breakpoint : smp software breakpoint issue
Michel Jaouen
2011-10-11
breakpoint : indentation
Michel Jaouen
2011-08-30
cortex_a hybrid & context breakpoints
Heythem Bouhaja
2011-06-04
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes
Freddie Chopin
2011-04-28
smp : infra for smp minimum support
Michel Jaouen
2010-09-14
breakpoints: fix error handling
Øyvind Harboe
2010-06-15
breakpoint: -Wshadow warning fix
Øyvind Harboe
2009-12-03
change #include "log.h" to <helper/log.h>
Zachary T Welch
2009-11-28
target: uplevel add_{break,watch}point() error checks
David Brownell
2009-11-25
target: create and use target_name()
David Brownell
2009-11-25
target: target_get_name() --> target_type_name()
David Brownell
2009-11-24
target: cope with *any* error setting a breakpoint
David Brownell
2009-11-14
compile with cygwin (32-bit)
Ferdinand Postema
2009-11-13
target_t -> struct target
Zachary T Welch
2009-11-13
breakpoint_t -> struct breakpoint
Zachary T Welch
2009-11-13
watchpoint_t -> struct watchpoint
Zachary T Welch
2009-11-05
watchpoint_add() cleanup
David Brownell
2009-09-21
Remove annoying end-of-line whitespace from most src/*
dbrownell
2009-06-27
Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...
duane
2009-06-23
Remove whitespace at end of lines, step 1.
zwelch
2009-06-23
- Fixes '==' whitespace
zwelch
2009-06-23
- Fixes '!=' whitespace
zwelch
2009-06-21
C99 printf() -Werror fixes
duane
2009-06-18
Transform 'u32' to 'uint32_t' in src/target
zwelch
2009-05-31
Add target breakpoint and watchpoint wrapper:
zwelch
2009-05-11
Audit and eliminate redundant #include directives in other target files.
zwelch
2009-04-30
Add static keywords to core target source file data and functions.
zwelch
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
2008-10-13
Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...
oharboe
2008-08-13
Clear all dangling breakpoints upon GDB connection.
oharboe
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
2007-10-01
- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...
ntfreak
2007-08-09
- trying to remove a breakpoint with target running should not exit(-1) from ...
mlu
2007-06-24
- ST STM32x cortex support added
ntfreak
2006-11-07
- added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...
drath
2006-11-05
- correctly enter debug state on a "soft_reset_halt" command
drath
2006-07-17
- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...
drath
2006-06-02
- prepare OpenOCD for branching, created ./trunk/
drath