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
2017-02-10
target: Add 64-bit target address support
Dongxue Zhang
1
-21
/
+22
2016-10-17
breakpoints: Add missing space in error message
Andreas Färber
1
-1
/
+1
2016-05-24
Remove FSF address from GPL notices
Marc Schink
1
-3
/
+1
2014-10-06
target: constify structures
Spencer Oliver
1
-4
/
+4
2013-10-31
Clean up many C99 integer types format specifiers
Paul Fertser
1
-8
/
+8
2013-08-07
gdb server: new feature, add stop reason in stop reply packet for gdb
Hsiangkai Wang
1
-0
/
+19
2013-06-05
update files to correct FSF address
Spencer Oliver
1
-1
/
+1
2012-02-06
build: cleanup src/target directory
Spencer Oliver
1
-165
/
+137
2011-10-13
breakpoint : smp software breakpoint issue
Michel Jaouen
1
-3
/
+12
2011-10-11
breakpoint : indentation
Michel Jaouen
1
-36
/
+36
2011-08-30
cortex_a hybrid & context breakpoints
Heythem Bouhaja
1
-1
/
+161
2011-06-04
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes
Freddie Chopin
1
-4
/
+0
2011-04-28
smp : infra for smp minimum support
Michel Jaouen
1
-10
/
+93
2010-09-14
breakpoints: fix error handling
Øyvind Harboe
1
-29
/
+7
2010-06-15
breakpoint: -Wshadow warning fix
Øyvind Harboe
1
-4
/
+4
2009-12-03
change #include "log.h" to <helper/log.h>
Zachary T Welch
1
-1
/
+1
2009-11-28
target: uplevel add_{break,watch}point() error checks
David Brownell
1
-4
/
+6
2009-11-25
target: create and use target_name()
David Brownell
1
-2
/
+2
2009-11-25
target: target_get_name() --> target_type_name()
David Brownell
1
-2
/
+6
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