index
:
riscv-tools/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
2012-01-04
command: print BUG warning when usage is missing
Mathias K
1
-2
/
+3
2011-12-02
openocd.c: whitespace cleanup
Spencer Oliver
1
-4
/
+3
2011-11-23
target: fix init_targets script handling
Spencer Oliver
1
-4
/
+0
2011-10-11
replace berlios url's with sourceforge url's
Spencer Oliver
1
-1
/
+1
2011-08-14
jimtcl: delete OpenOCD's broken 'stacktrace' command
Øyvind Harboe
1
-31
/
+0
2011-06-16
OPENOCD: Renamed ambiguous main2() into openocd_thread() to show possible sol...
Tomek CEDRO
1
-2
/
+7
2011-06-13
transport: move files over to transport folder
Øyvind Harboe
1
-1
/
+1
2011-03-31
startup: fix bugs in cleanup upon errors during startup
Øyvind Harboe
1
-26
/
+33
2010-12-29
Compilation Warnings on OS X 10.5
Andrew MacIsaac
1
-1
/
+1
2010-12-22
config: add init_targets proc that is executed just before init
Øyvind Harboe
1
-0
/
+4
2010-11-15
httpd: retire this server
Øyvind Harboe
1
-6
/
+0
2010-09-12
helper: add stacktrace command that returns error stacktrace
Øyvind Harboe
1
-0
/
+31
2010-09-11
version command: make it scriptable
Øyvind Harboe
1
-9
/
+23
2010-08-01
util: ms command to calculate length of operations
Øyvind Harboe
1
-0
/
+4
2010-07-05
transport: fix segfault in setup_command_handler()
Stacey Sheldon
1
-0
/
+1
2010-07-02
initial "transport" framework
David Brownell
1
-18
/
+16
2010-06-23
openocd: setup_command_handler() must not be static
Øyvind Harboe
1
-2
/
+4
2010-06-21
openocd.c: review scope of symbols
Antonio Borneo
1
-1
/
+1
2010-04-10
OPENOCD: review scope of functions
Antonio Borneo
1
-1
/
+1
2010-03-17
SCRIPT: add add_script_search_dir cmd
Spencer Oliver
1
-0
/
+17
2010-03-14
rename jtag_interface_{init,quit}()
David Brownell
1
-4
/
+4
2010-03-11
split "interface" commands from "jtag" ones
David Brownell
1
-0
/
+2
2010-03-08
move a constant table to .rodata section
David Brownell
1
-1
/
+1
2010-02-15
gpl: fix GPL startup message
Øyvind Harboe
1
-1
/
+2
2009-12-11
server: add server_preinit which is called before config file is parsed.
Spencer Oliver
1
-2
/
+3
2009-12-04
rename nand.h to flash//nand/core.h
Zachary T Welch
1
-1
/
+1
2009-12-04
remove flash.h from tree
Zachary T Welch
1
-1
/
+1
2009-12-04
split NOR and NAND flash headers
Zachary T Welch
1
-0
/
+1
2009-12-04
check top-level command registrations
Zachary T Welch
1
-16
/
+34
2009-12-03
fix another init regression
David Brownell
1
-4
/
+7
2009-12-03
fix double 'init' regression
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "xsvf.h" to <xsvf/xsvf.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "svf.h" to <svf/svf.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "pld.h" to <pld/pld.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "server.h" to <server/server.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "httpd.h" to <server/httpd.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "gdb_server.h" to <server/gdb_server.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "nand.h" to <flash/nand.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "mflash.h" to <flash/mflash.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "jtag.h" to <jtag/jtag.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "ioutil.h" to <helper/ioutil.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "configuration.h" to <helper/configuration.h>
Zachary T Welch
1
-1
/
+1
2009-12-02
remove #if BUILD_HTTPD
Zachary T Welch
1
-4
/
+0
2009-12-02
remove BUILD_IOUTIL symbol
Zachary T Welch
1
-6
/
+1
2009-12-02
remove #if logic for openocd_sleep_*lude
Zachary T Welch
1
-14
/
+0
2009-12-02
target: factor init to 'target init'
Zachary T Welch
1
-5
/
+2
2009-12-02
jtag: factor init into 'jtag init'
Zachary T Welch
1
-7
/
+9
2009-12-02
flash: factor init to 'flash init'
Zachary T Welch
1
-3
/
+2
2009-12-02
mflash: factor init to 'mflash init'
Zachary T Welch
1
-3
/
+2
2009-12-02
nand: factor init to 'nand init'
Zachary T Welch
1
-3
/
+2
[next]