index
:
riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
breakpoints.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-24
target: cope with *any* error setting a breakpoint
David Brownell
1
-26
/
+24
2009-11-14
compile with cygwin (32-bit)
Ferdinand Postema
1
-5
/
+6
2009-11-13
target_t -> struct target
Zachary T Welch
1
-9
/
+9
2009-11-13
breakpoint_t -> struct breakpoint
Zachary T Welch
1
-11
/
+11
2009-11-13
watchpoint_t -> struct watchpoint
Zachary T Welch
1
-9
/
+9
2009-11-05
watchpoint_add() cleanup
David Brownell
1
-29
/
+36
2009-09-21
Remove annoying end-of-line whitespace from most src/*
dbrownell
1
-6
/
+6
2009-06-27
Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...
duane
1
-11
/
+36
2009-06-23
Remove whitespace at end of lines, step 1.
zwelch
1
-22
/
+22
2009-06-23
- Fixes '==' whitespace
zwelch
1
-3
/
+3
2009-06-23
- Fixes '!=' whitespace
zwelch
1
-2
/
+2
2009-06-21
C99 printf() -Werror fixes
duane
1
-4
/
+4
2009-06-18
Transform 'u32' to 'uint32_t' in src/target
zwelch
1
-5
/
+5
2009-05-31
Add target breakpoint and watchpoint wrapper:
zwelch
1
-4
/
+4
2009-05-11
Audit and eliminate redundant #include directives in other target files.
zwelch
1
-5
/
+1
2009-04-30
Add static keywords to core target source file data and functions.
zwelch
1
-2
/
+2
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
1
-3
/
+0
2008-10-13
Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...
oharboe
1
-6
/
+2
2008-08-13
Clear all dangling breakpoints upon GDB connection.
oharboe
1
-38
/
+68
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
1
-14
/
+14
2007-10-01
- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...
ntfreak
1
-1
/
+1
2007-08-09
- trying to remove a breakpoint with target running should not exit(-1) from ...
mlu
1
-2
/
+11
2007-06-24
- ST STM32x cortex support added
ntfreak
1
-2
/
+4
2006-11-07
- added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...
drath
1
-23
/
+35
2006-11-05
- correctly enter debug state on a "soft_reset_halt" command
drath
1
-0
/
+4
2006-07-17
- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...
drath
1
-0
/
+2
2006-06-02
- prepare OpenOCD for branching, created ./trunk/
drath
1
-0
/
+219