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
/
openocd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-15
sync up to tap_xxx rename + add with-ioutil for standalone openocd implemetna...
oharboe
1
-0
/
+9
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
1
-10
/
+2
2008-11-05
fix telnet async messages. retired telnet_async command - no user serviceable...
oharboe
1
-16
/
+26
2008-10-16
unsik Kim <donari75@gmail.com> - mflash support
oharboe
1
-3
/
+17
2008-10-15
- fix tcl_port typo in docs
ntfreak
1
-16
/
+3
2008-10-08
Richard Missenden exit now works during startup script
oharboe
1
-6
/
+15
2008-10-07
reduce patch problems by moving $xxx expansion into seperate fn
oharboe
1
-12
/
+30
2008-09-24
- renamed x7926 driver to aduc702x to match other flash drivers
ntfreak
1
-6
/
+0
2008-09-21
put instructions on how to report bugs onto the users radar
oharboe
1
-0
/
+5
2008-08-06
- fix target_examine declaration
ntfreak
1
-1
/
+1
2008-08-05
GDB monitor commands now also get halted state upon e.g. "reset halt".
oharboe
1
-0
/
+20
2008-07-24
Better handling of OpenOCD command invocation result/context.
oharboe
1
-1
/
+3
2008-07-19
daemon_startup is now retired in favour of adding "init" and "reset halt/init...
oharboe
1
-20
/
+0
2008-07-18
Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.
oharboe
1
-551
/
+3
2008-07-17
Charles Hardin ckhardin at gmail.com Instead of stashing the context in a g...
oharboe
1
-24
/
+64
2008-07-17
Collect output from openocd commands into openocd_output local variable
oharboe
1
-53
/
+0
2008-07-17
Charles Hardin ckhardin at gmail.com
oharboe
1
-15
/
+5
2008-07-17
Charles Hardin <ckhardin@gmail.com> and Øyvind Harboe
oharboe
1
-52
/
+0
2008-07-16
Fixes to \ and / handling for OpenOCD
oharboe
1
-30
/
+1
2008-07-16
do not print jim tcl error message trace for ERROR_COMMAND_CLOSE_CONNECTION
oharboe
1
-16
/
+15
2008-07-16
better error messages for target event scripts.
oharboe
1
-0
/
+3
2008-07-14
Charles Hardin <ckhardin@gmail.com>
oharboe
1
-11
/
+32
2008-07-13
- remove unused objcopy from configure.in
ntfreak
1
-15
/
+2
2008-07-13
Charles Hardin <ckhardin@gmail.com> - hopefully final word on startup.tcl => ...
oharboe
1
-5
/
+5
2008-07-13
Duane Ellis <openocd@duaneellis.com> fix to tcl puts
oharboe
1
-1
/
+4
2008-07-12
- remove requirement for file2c.tcl
ntfreak
1
-7
/
+15
2008-07-11
work in progress to improve help
oharboe
1
-12
/
+18
2008-07-11
- retired variable stuff.
oharboe
1
-29
/
+21
2008-07-11
startup.tcl (former commands.tcl) is now embedded into OpenOCD executable.
oharboe
1
-2
/
+5
2008-07-10
Charles Hardin <ckhardin@gmail.com>
oharboe
1
-4
/
+177
2008-07-10
- added search paths before running tcl/commands.tcl.
oharboe
1
-4
/
+10
2008-07-10
SEGFAULT fix for syntax error.
oharboe
1
-3
/
+7
2008-07-09
improve error messages a little bit.
oharboe
1
-22
/
+7
2008-07-09
"flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro...
oharboe
1
-0
/
+13
2008-07-08
tcl regression fixes.
oharboe
1
-13
/
+13
2008-07-08
- apply correct formatting to openocd.c
ntfreak
1
-206
/
+174
2008-07-07
more tcl cleanup.
oharboe
1
-4
/
+4
2008-07-07
added pre/postlude fn's for when OpenOCD is sleeping.
oharboe
1
-5
/
+0
2008-07-06
- fixed build issues with win32
ntfreak
1
-73
/
+22
2008-07-06
moving Tcl stuff around slightly.
oharboe
1
-33
/
+81
2008-07-06
fix a few compilation problems.
oharboe
1
-1
/
+6
2008-07-06
Charles Hardin <ckhardin@gmail.com> - Tcl Server
oharboe
1
-0
/
+2
2008-07-06
src/helper/configuration.h
oharboe
1
-0
/
+295
2008-07-04
added echo command in tcl. Issues a LOG_USER() for the single argument.
oharboe
1
-0
/
+12
2008-07-04
tcl config script example
oharboe
1
-1
/
+3
2008-07-04
Jim Tcl support added
oharboe
1
-4
/
+173
2008-06-27
hooks to enable experimentation with scripting language support. Reduces patc...
oharboe
1
-0
/
+6
2008-05-07
Edgar Grimberg plugged a leak found w/Valgrind.
oharboe
1
-0
/
+2
2008-04-13
allows launching OpenOCD w/telnet+gdb server w/the
oharboe
1
-11
/
+21
2008-04-11
added target->type->examine(). Eventually this will allow for bringing up tel...
oharboe
1
-0
/
+8
[prev]
[next]