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
/
server
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-03
fix regressions with GDB port numbers
Zachary T Welch
1
-3
/
+11
2009-12-03
remove tertiary include paths
Zachary T Welch
1
-4
/
+0
2009-12-03
change #include "server.h" to <server/server.h>
Zachary T Welch
2
-2
/
+2
2009-12-03
change #include "flash.h" to <flash/flash.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "target_request.h" to <target/target_request.h>
Zachary T Welch
2
-2
/
+2
2009-12-03
change #include "target.h" to <target/target.h>
Zachary T Welch
2
-2
/
+2
2009-12-03
change #include "register.h" to <target/register.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "image.h" to <target/image.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "breakpoints.h" to <target/breakpoints.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 "log.h" to <helper/log.h>
Zachary T Welch
2
-2
/
+2
2009-12-02
stubs: buildfix
David Brownell
1
-0
/
+1
2009-12-02
remove #if BUILD_HTTPD
Zachary T Welch
2
-0
/
+33
2009-12-02
remove #if logic for openocd_sleep_*lude
Zachary T Welch
3
-0
/
+45
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
[next]