summaryrefslogtreecommitdiff
path: root/gdb/riscv-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Simple -Wshadow=local fixesTom Tromey2018-10-041-4/+2
* Use the existing instruction to determine the RISC-V breakpoint kind.John Baldwin2018-09-281-17/+32
* gdb/riscv: Improve non-dwarf stack unwindingAndrew Burgess2018-09-261-21/+38
* gdb/riscv: Fix an ARI warningAndrew Burgess2018-09-041-2/+2
* gdb/riscv: Provide non-DWARF stack unwinderAndrew Burgess2018-09-031-47/+180
* gdb/riscv: Extend instruction decode to cover more instructionsAndrew Burgess2018-08-301-2/+38
* gdb/riscv: remove extra caching of misa registerAndrew Burgess2018-08-301-101/+5
* RISC-V: Add software single step support.Jim Wilson2018-08-081-6/+244
* RISC-V: Make riscv_isa_xlen a global function.Jim Wilson2018-08-081-1/+1
* Simple unused variable removalsTom Tromey2018-07-221-7/+0
* RISC-V: Don't decrement pc after break.Jim Wilson2018-07-171-23/+2
* RISC-V: Add osabi support.Jim Wilson2018-07-161-0/+3
* gdb/riscv: Fix assertion in inferior call codeAndrew Burgess2018-07-101-5/+16
* gdb/riscv: Use TYPE_SAFE_NAMEAndrew Burgess2018-07-101-5/+1
* gdb: Prefer RISC-V register name "s0" over "fp"Sebastian Huber2018-07-021-1/+1
* Remove regcache_cooked_writeSimon Marchi2018-05-301-9/+5
* Remove regcache_cooked_readSimon Marchi2018-05-301-2/+2
* Fix "obvious" fall-through warningsTom Tromey2018-05-041-0/+1
* Convert observers to C++Tom Tromey2018-03-191-3/+3
* gdb/riscv: Fix some ARI issuesAndrew Burgess2018-03-121-9/+8
* gdb/riscv: Remove partial target description supportAndrew Burgess2018-03-061-37/+0
* gdb/riscv: Remove 'Contributed by....' commentsAndrew Burgess2018-03-061-5/+0
* gdb/riscv: Remove use of pseudo registersAndrew Burgess2018-03-061-25/+0
* gdb/riscv: Fix type when reading register from regcacheAndrew Burgess2018-03-061-1/+1
* gdb/riscv: Additional print format string fixesAndrew Burgess2018-03-061-2/+2
* gdb/riscv: Fixes to printf format stringsAndrew Burgess2018-03-061-31/+43
* gdb: Initial baremetal riscv supportAndrew Burgess2018-03-061-0/+2749