index
:
openocd+libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
breakpoints.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target: cope with *any* error setting a breakpoint
David Brownell
2009-11-24
1
-26
/
+24
*
compile with cygwin (32-bit)
Ferdinand Postema
2009-11-14
1
-5
/
+6
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-9
/
+9
*
breakpoint_t -> struct breakpoint
Zachary T Welch
2009-11-13
1
-11
/
+11
*
watchpoint_t -> struct watchpoint
Zachary T Welch
2009-11-13
1
-9
/
+9
*
watchpoint_add() cleanup
David Brownell
2009-11-05
1
-29
/
+36
*
Remove annoying end-of-line whitespace from most src/*
dbrownell
2009-09-21
1
-6
/
+6
*
Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...
duane
2009-06-27
1
-11
/
+36
*
Remove whitespace at end of lines, step 1.
zwelch
2009-06-23
1
-22
/
+22
*
- Fixes '==' whitespace
zwelch
2009-06-23
1
-3
/
+3
*
- Fixes '!=' whitespace
zwelch
2009-06-23
1
-2
/
+2
*
C99 printf() -Werror fixes
duane
2009-06-21
1
-4
/
+4
*
Transform 'u32' to 'uint32_t' in src/target
zwelch
2009-06-18
1
-5
/
+5
*
Add target breakpoint and watchpoint wrapper:
zwelch
2009-05-31
1
-4
/
+4
*
Audit and eliminate redundant #include directives in other target files.
zwelch
2009-05-11
1
-5
/
+1
*
Add static keywords to core target source file data and functions.
zwelch
2009-04-30
1
-2
/
+2
*
- remove target specific variant and use target->variant member
ntfreak
2008-12-13
1
-3
/
+0
*
Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...
oharboe
2008-10-13
1
-6
/
+2
*
Clear all dangling breakpoints upon GDB connection.
oharboe
2008-08-13
1
-38
/
+68
*
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
2008-03-25
1
-14
/
+14
*
- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...
ntfreak
2007-10-01
1
-1
/
+1
*
- trying to remove a breakpoint with target running should not exit(-1) from ...
mlu
2007-08-09
1
-2
/
+11
*
- ST STM32x cortex support added
ntfreak
2007-06-24
1
-2
/
+4
*
- added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...
drath
2006-11-07
1
-23
/
+35
*
- correctly enter debug state on a "soft_reset_halt" command
drath
2006-11-05
1
-0
/
+4
*
- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...
drath
2006-07-17
1
-0
/
+2
*
- prepare OpenOCD for branching, created ./trunk/
drath
2006-06-02
1
-0
/
+219