index
:
riscv-gnu-toolchain/spike.git
confprec
cs250
cycleh
debug_rom
debug_rom_fence
device_flags
dtm_reset_error
dts_parsing
dynamic
eos18-bringup
factor-out-macros
fix-bf16
force-rtti
fp-encoding
heterogeneous_mc
hwachav4
increase-stack-size
itrigger-etrigger-cleanup
load_reservation_set_size
log-commits-faster
master
mmio-hack
mvp
no_progbuf
no_progbuf2
nolibfdt
p-ext-0.5.2
plctlab-plct-zce-fix2
plic-clint-endian
plic_uart_v1
priv-1.10
private-l1-caches
pte-info-and-delegation
remove-tests
rivosinc-etrigger_fix_exception_match
rva-profile-support
simplify-misaligned
sodor
sparse-mem
speed2
speedup-hacks
static-link
test
tmp
trigger_priority
tweak_debug_rom
whole-archive
sifive/rvv0.9-phase2
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
/
riscv
/
gdbserver.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-09
Remove gdbserver support.
Tim Newsome
1
-269
/
+0
2016-10-31
Make reading/writing fpu regs work.
Tim Newsome
1
-0
/
+1
2016-10-25
Increase gdb receive buffer.
Tim Newsome
1
-0
/
+1
2016-10-07
Don't die when gdb thinks XLEN is 64 but it's 32.
Tim Newsome
1
-0
/
+3
2016-08-31
Save/restore tselect. Set dmode.
Tim Newsome
1
-0
/
+2
2016-08-22
Implement address and data triggers.
Tim Newsome
1
-5
/
+38
2016-07-28
Add support for virtual priv register. (#59)
Tim Newsome
1
-0
/
+2
2016-06-27
Make gdbserver code work with small Debug RAM.
Tim Newsome
1
-5
/
+3
2016-06-27
Support debugging 32-bit spike instances.
Tim Newsome
1
-2
/
+49
2016-05-23
Exceptions in Debug Mode don't update any regs.
Tim Newsome
1
-4
/
+2
2016-05-23
Make sure to fence.i after setting/clearing a swbp
Tim Newsome
1
-0
/
+1
2016-05-23
Single step appears to work.
Tim Newsome
1
-1
/
+1
2016-05-23
Software breakpoints sort of work.
Tim Newsome
1
-4
/
+1
2016-05-23
Walk page tables to translate addresses.
Tim Newsome
1
-0
/
+13
2016-05-23
Turn operation into a queue,
Tim Newsome
1
-10
/
+13
2016-05-23
Save/restore mstatus, too.
Tim Newsome
1
-0
/
+2
2016-05-23
Properly save/restore dpc, mcause, mbadaddr.
Tim Newsome
1
-0
/
+6
2016-05-23
Refactor how we track in-progress operations.
Tim Newsome
1
-24
/
+49
2016-05-23
gdb can attach and read the PC:
Tim Newsome
1
-1
/
+6
2016-05-23
Fix store to clear debug interrupt.
Tim Newsome
1
-0
/
+1
2016-05-23
Add debug_module bus device.
Tim Newsome
1
-0
/
+8
2016-05-23
ROM -> RAM -> ROM, waiting for debug int.
Tim Newsome
1
-0
/
+3
2016-05-23
Only halt on ebreak if a debugger is attached.
Tim Newsome
1
-0
/
+2
2016-05-23
Add --gdb-port
Tim Newsome
1
-1
/
+1
2016-05-23
Implement register writes.
Tim Newsome
1
-0
/
+1
2016-05-23
Flush icache when using swbps and report to gdb.
Tim Newsome
1
-0
/
+1
2016-05-23
Software breakpoints seem to work.
Tim Newsome
1
-0
/
+15
2016-05-23
Looks like single step works.
Tim Newsome
1
-5
/
+9
2016-05-23
Implement binary memory write.
Tim Newsome
1
-3
/
+7
2016-05-23
Now you can halt/continue from gdb.
Tim Newsome
1
-1
/
+4
2016-05-23
Register read looks sane now.
Tim Newsome
1
-1
/
+8
2016-05-23
gdb can now read spike memory.
Tim Newsome
1
-2
/
+8
2016-05-23
Hack to the point where gdb reads a register.
Tim Newsome
1
-11
/
+18
2016-05-23
Listen on a socket for gdb to connect to.
Tim Newsome
1
-0
/
+70