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
/
server
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-30
remove interp global variable!
Zachary T Welch
1
-1
/
+1
2009-11-30
do not extern 'interp' from command.c
Zachary T Welch
5
-13
/
+20
2009-11-30
move server_init() to openocd_main()
Zachary T Welch
1
-1
/
+15
2009-11-30
improve gdb_init() sequence
Zachary T Welch
2
-34
/
+48
2009-11-26
fix typos in source files
Uwe Hermann
3
-8
/
+8
2009-11-25
target: create and use target_name()
David Brownell
1
-5
/
+5
2009-11-25
target: target_get_name() --> target_type_name()
David Brownell
1
-2
/
+2
2009-11-24
httpd: use register_commands()
Zachary T Welch
3
-15
/
+49
2009-11-24
server: use register_commands
Zachary T Welch
4
-45
/
+95
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
4
-10
/
+10
2009-11-24
improve startup tcl scripts
Zachary T Welch
1
-0
/
+2
2009-11-18
use COMMAND_PARSE_ENABLE macro where appropriate
Zachary T Welch
1
-42
/
+3
2009-11-18
split startup.tcl file across modules
Zachary T Welch
2
-0
/
+9
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2
-2
/
+2
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
3
-15
/
+15
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2
-7
/
+7
2009-11-17
target: simplify register get/set ops
David Brownell
1
-9
/
+2
2009-11-16
rename CEIL as DIV_ROUND_UP
Zachary T Welch
1
-11
/
+11
2009-11-16
#include "target.h" less wildly
David Brownell
2
-3
/
+1
2009-11-16
target: don't implicitly include "breakpoint.h"
David Brownell
1
-0
/
+1
2009-11-14
add openocd.h for top-level declarations
Zachary T Welch
2
-3
/
+2
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
8
-16
/
+16
2009-11-13
flash_bank_t -> struct flash_bank
Zachary T Welch
1
-7
/
+7
2009-11-13
target_t -> struct target
Zachary T Welch
2
-22
/
+22
2009-11-13
reg_t -> struct reg
Zachary T Welch
1
-6
/
+6
2009-11-13
image_t -> struct image
Zachary T Welch
2
-3
/
+3
2009-11-13
reg_arch_type_t -> struct reg_arch_type
Zachary T Welch
1
-2
/
+2
2009-11-13
connection_t -> struct connection
Zachary T Welch
5
-67
/
+67
2009-11-13
telnet_connection_t -> struct telnet_connection
Zachary T Welch
2
-10
/
+10
2009-11-13
tcl_connection_t -> struct tcl_connection
Zachary T Welch
1
-7
/
+7
2009-11-13
service_t -> struct service
Zachary T Welch
2
-14
/
+14
2009-11-13
telnet_service_t -> struct telnet_service
Zachary T Welch
2
-4
/
+4
2009-11-13
gdb_service_t -> struct gdb_service
Zachary T Welch
2
-10
/
+10
2009-11-13
gdb_connection_t -> struct gdb_connection
Zachary T Welch
2
-21
/
+21
2009-11-13
use CALL_COMMAND_HANDLER instead of direct calls
Zachary T Welch
3
-3
/
+3
2009-11-13
use COMMAND_HELPER for command helper functions
Zachary T Welch
2
-4
/
+11
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
4
-14
/
+10
2009-11-11
log: improve log_callback_fn signature
Zachary T Welch
2
-3
/
+3
2009-11-10
httpd: fix warnings, more robust error handling, improved MIME handling
Øyvind Harboe
1
-6
/
+9
2009-11-09
server: remove useless declarations
Zachary T Welch
4
-52
/
+64
2009-11-09
src/{server,pld,svf,xsvf}: remove 'extern' keyword
Zachary T Welch
4
-11
/
+17
2009-11-05
Update all server port command to use new helper.
Zachary T Welch
3
-23
/
+5
2009-11-05
Add server port command helper function.
Zachary T Welch
2
-0
/
+23
2009-10-13
Retired gdb_attach. gdb-detach event covers this functionality.
Øyvind Harboe
1
-66
/
+3
2009-10-12
If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.
Øyvind Harboe
1
-1
/
+4
2009-10-09
Stop debug session if halt fails
Øyvind Harboe
1
-1
/
+6
2009-10-08
Stop GDB when polling fails, srst assert or powerdropout is detected
Øyvind Harboe
1
-1
/
+1
2009-09-29
handle single threading
oharboe
1
-14
/
+34
2009-09-29
httpd smoketest info
oharboe
1
-4
/
+19
2009-09-24
When attaching GDB to OpenOCD, the target state is no longer affected.
oharboe
2
-28
/
+68
[next]