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
/
server.c
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
1
-2
/
+2
2009-11-30
move server_init() to openocd_main()
Zachary T Welch
1
-1
/
+15
2009-11-26
fix typos in source files
Uwe Hermann
1
-1
/
+1
2009-11-24
server: use register_commands
Zachary T Welch
1
-7
/
+12
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-1
/
+1
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
1
-1
/
+1
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
1
-1
/
+1
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
1
-1
/
+1
2009-11-14
add openocd.h for top-level declarations
Zachary T Welch
1
-3
/
+1
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-3
/
+3
2009-11-13
connection_t -> struct connection
Zachary T Welch
1
-8
/
+8
2009-11-13
service_t -> struct service
Zachary T Welch
1
-10
/
+10
2009-11-13
use COMMAND_HELPER for command helper functions
Zachary T Welch
1
-2
/
+1
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-2
/
+1
2009-11-09
server: remove useless declarations
Zachary T Welch
1
-9
/
+11
2009-11-05
Add server port command helper function.
Zachary T Welch
1
-0
/
+20
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
1
-1
/
+1
2009-06-23
Remove whitespace at end of lines, step 2.
zwelch
1
-56
/
+56
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
1
-1
/
+1
2009-06-23
Remove whitespace that occurs after '('.
zwelch
1
-1
/
+1
2009-06-23
- Fixes '=' whitespace
zwelch
1
-3
/
+3
2009-06-23
- Replace 'while(' with 'while ('.
zwelch
1
-4
/
+4
2009-05-11
Audit and eliminate redundant #include directives from src/server.
zwelch
1
-11
/
+2
2009-05-11
Remove redundant sys/types.h #include directives (now in types.h).
zwelch
1
-1
/
+0
2009-04-22
Michael Bruck <mbruck@digenius.de> signed/unsigned incompatibility warning
oharboe
1
-2
/
+2
2009-01-01
- add gdb pipe support to native win32 (--pipe option)
ntfreak
1
-5
/
+15
2008-12-15
- add ability for openocd to communicate to gdb using pipes (stdin/stdout).
ntfreak
1
-67
/
+125
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
1
-5
/
+3
2008-09-20
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
1
-1
/
+4
2008-08-07
David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c
oharboe
1
-0
/
+4
2008-08-07
- correct BUILD_ECOSBOARD definition is server.c
ntfreak
1
-5
/
+2
2008-08-05
Duane Ellis: fix warnings
oharboe
1
-5
/
+5
2008-07-25
added yours sincerely for files where I feel that I've made non-trivial contr...
oharboe
1
-0
/
+3
2008-07-18
1. GDB will print cryptic error messages if it is not fed keep-alive packets
oharboe
1
-0
/
+1
2008-07-07
added pre/postlude fn's for when OpenOCD is sleeping.
oharboe
1
-15
/
+7
2008-05-21
- remove error message on shutdown
ntfreak
1
-3
/
+0
2008-04-07
Spen fixed various issues w.r.t. setting up the sockets for optimal performance.
oharboe
1
-28
/
+22
2008-03-26
hooks for multithreading. Disable nagle
oharboe
1
-1
/
+53
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
1
-11
/
+11
2008-03-11
tidy up output a bit. No longer show "accepted connection" inside Telnet sess...
oharboe
1
-2
/
+3
2008-03-05
* fixed malloc corruption in target->debug_reason
oharboe
1
-0
/
+1
2008-02-25
- remove build warnings
ntfreak
1
-2
/
+2
2008-02-25
- convert all files to unix line-ending
drath
1
-450
/
+450
2008-02-25
committed bugfix from Michael Bruck
oharboe
1
-446
/
+446
2008-02-25
- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of places
oharboe
1
-1
/
+8
2008-02-24
- fixes possible crash when GDB connection is closed while target is running ...
drath
1
-39
/
+23
2007-12-18
- added patch for new flash functionality like:
mifi
1
-0
/
+3
2007-08-10
- renamed M5960 USB JTAG to "flyswatter"
drath
1
-7
/
+0
2007-07-26
- corrected stm32x_handle_options_write_command, incorrect options printed
ntfreak
1
-5
/
+6
[next]