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
/
gdb_server.c
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
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
1
-1
/
+1
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-11-30
improve gdb_init() sequence
Zachary T Welch
1
-33
/
+46
2009-11-26
fix typos in source files
Uwe Hermann
1
-5
/
+5
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
server: use register_commands
Zachary T Welch
1
-22
/
+50
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-6
/
+6
2009-11-18
use COMMAND_PARSE_ENABLE macro where appropriate
Zachary T Welch
1
-42
/
+3
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
-12
/
+12
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
1
-6
/
+6
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
1
-1
/
+1
2009-11-16
target: don't implicitly include "breakpoint.h"
David Brownell
1
-0
/
+1
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-3
/
+3
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
1
-21
/
+21
2009-11-13
reg_t -> struct reg
Zachary T Welch
1
-6
/
+6
2009-11-13
image_t -> struct image
Zachary T Welch
1
-1
/
+1
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
1
-34
/
+34
2009-11-13
gdb_service_t -> struct gdb_service
Zachary T Welch
1
-8
/
+8
2009-11-13
gdb_connection_t -> struct gdb_connection
Zachary T Welch
1
-19
/
+19
2009-11-13
use CALL_COMMAND_HANDLER instead of direct calls
Zachary T Welch
1
-1
/
+1
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-6
/
+6
2009-11-11
log: improve log_callback_fn signature
Zachary T Welch
1
-2
/
+2
2009-11-09
server: remove useless declarations
Zachary T Welch
1
-18
/
+26
2009-11-05
Update all server port command to use new helper.
Zachary T Welch
1
-9
/
+1
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-24
When attaching GDB to OpenOCD, the target state is no longer affected.
oharboe
1
-28
/
+64
2009-09-21
Remove annoying end-of-line whitespace from most src/*
dbrownell
1
-1
/
+1
2009-08-30
David Brownell <david-b@pacbell.net> start phasing out integers as target IDs
oharboe
1
-4
/
+12
2009-07-27
Fix NPE in GDB_EVENT_END as logforwarding was not disabled early enough
oharboe
1
-1
/
+7
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
1
-1
/
+1
2009-07-08
typo in comment
oharboe
1
-2
/
+2
2009-06-28
A bit more log detail about connections comming and going
duane
1
-0
/
+8
2009-06-25
- fix issue when using gdb_port cmd
ntfreak
1
-3
/
+1
2009-06-23
- Replace '){' with ') {'.
zwelch
1
-6
/
+6
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
1
-20
/
+20
2009-06-23
Remove whitespace that occurs after '('.
zwelch
1
-15
/
+15
[next]