vhaudiquet
|
44a917b398
|
gdbstub: added REUSEADDR/PORT and socket closing
|
1 year ago |
vhaudiquet
|
c3fa088a38
|
Added 'trace' option
|
1 year ago |
vhaudiquet
|
ce1729d5b1
|
better printing
|
1 year ago |
vhaudiquet
|
cdf2ed883a
|
Added non-debug ebreak intercept
|
1 year ago |
vhaudiquet
|
21c85d0bec
|
better printing
|
1 year ago |
vhaudiquet
|
980070b204
|
correct ebreak implementation, gdbstub watcher
everything in gdb should work now :)
|
1 year ago |
vhaudiquet
|
89da4e56bb
|
fix mutex aquire order
|
1 year ago |
vhaudiquet
|
f52699a8bf
|
Multithread gdbstub and execution, with cont/halt
|
1 year ago |
vhaudiquet
|
a10f56446a
|
CPU simulation in another thread
|
1 year ago |
vhaudiquet
|
f2c573bfc6
|
Make CPU and memory thread-safe
|
1 year ago |
vhaudiquet
|
c878dee7e0
|
Make CPU code thread safe
|
1 year ago |
vhaudiquet
|
afc68c1c96
|
gdbstub: implemented 'm' 'M' memory commands
|
1 year ago |
vhaudiquet
|
629fa5fc56
|
gdbstub: ctrl-c command support
|
1 year ago |
vhaudiquet
|
6b9e5c766b
|
rv32cpu: allocated with calloc (for debug)
|
1 year ago |
vhaudiquet
|
cb98752b67
|
gdbstub: implemented G command
|
1 year ago |
vhaudiquet
|
43629abbd4
|
GDBstub base implementation (gdb is happy)
|
1 year ago |
vhaudiquet
|
c466d7d175
|
Fix J decode wrong immediate
TODO recheck maybe
|
1 year ago |
vhaudiquet
|
5b020b0444
|
Added mock gdbstub implementation
|
1 year ago |
vhaudiquet
|
378d0fa463
|
Added M (Multiplication) extension
|
1 year ago |
vhaudiquet
|
89744626a7
|
Better print :)
|
1 year ago |
vhaudiquet
|
0adbd15225
|
Fix wrong OPCODEs for OR/AND
|
1 year ago |
vhaudiquet
|
bb1427f77b
|
Fix JALR implementation (rd=rs1 edge case)
|
1 year ago |
vhaudiquet
|
57dfd9cb76
|
Fix branch signextend + offset
|
1 year ago |
vhaudiquet
|
24ca9532d4
|
Added A (Atomic) extension
|
1 year ago |
vhaudiquet
|
1b068529c8
|
ZICSR mock implementation
|
1 year ago |
vhaudiquet
|
ad3ec2e504
|
Debugging instructions (system mostly)
|
1 year ago |
vhaudiquet
|
981c35584c
|
Initial commit
Added base code, can run ELF files and simulate RV32I instructions
|
1 year ago |