13 days ago |
Marek Pikuła | gdb/risc-v: fix ISA string detection for disassembly |
blob | commitdiff | raw |
2025-06-26 |
Tom Tromey | Change file initialization to use INIT_GDB_FILE macro |
blob | commitdiff | raw | diff to current |
2025-06-17 |
Timur | gdb/record: Support csrrci instruction in risc-v |
blob | commitdiff | raw | diff to current |
2025-04-30 |
Tom de Vries | [gdb/build] Fix Wformat errors in gdb/riscv-tdep.c |
blob | commitdiff | raw | diff to current |
2025-04-23 |
Timur | This commit adds record full support for rv64gc instruc... |
blob | commitdiff | raw | diff to current |
2025-04-08 |
Tom Tromey | Update copyright dates to include 2025 |
blob | commitdiff | raw | diff to current |
2025-04-03 |
Tom Tromey | Many minor typo fixes |
blob | commitdiff | raw | diff to current |
2025-01-24 |
Ciaran Woodward | gdb/riscv: Add command to switch between numeric &... |
blob | commitdiff | raw | diff to current |
2025-01-17 |
Guinevere Larsen | gdb: Migrate frame unwinders to use C++ classes |
blob | commitdiff | raw | diff to current |
2025-01-17 |
Guinevere Larsen | gdb: add "unwinder class" to frame unwinders |
blob | commitdiff | raw | diff to current |
2025-01-10 |
Tom de Vries | [gdb/tdep] Fix gdb.cp/non-trivial-retval.exp on riscv64... |
blob | commitdiff | raw | diff to current |
2024-08-02 |
Simon Marchi | gdb: remove uses of VLA |
blob | commitdiff | raw | diff to current |
2024-04-25 |
Simon Marchi | gdb: remove gdbcmd.h |
blob | commitdiff | raw | diff to current |
2024-04-23 |
Simon Marchi | gdb: move store/extract integer functions to extract... |
blob | commitdiff | raw | diff to current |
2024-04-16 |
Eli Zaretskii | Remove excess whitespace from doc strings of some commands |
blob | commitdiff | raw | diff to current |
2024-03-27 |
Simon Marchi | gdb, gdbserver, gdbsupport: remove includes of early... |
blob | commitdiff | raw | diff to current |
2024-03-22 |
Tom Tromey | Use std::string for disassembler options |
blob | commitdiff | raw | diff to current |
2024-02-20 |
Simon Marchi | gdb: pass frames as `const frame_info_ptr &` |
blob | commitdiff | raw | diff to current |
2024-01-13 |
Yang Liu | gdb: RISC-V: Refine lr/sc sequence support |
blob | commitdiff | raw | diff to current |
2024-01-12 |
Andrew Burgess | Update copyright year range in header of all files... |
blob | commitdiff | raw | diff to current |
2023-12-14 |
Simon Marchi | gdb: rename gdbarch_pseudo_register_write to gdbarch_de... |
blob | commitdiff | raw | diff to current |
2023-12-14 |
Simon Marchi | gdb: change value_of_register and value_of_register_laz... |
blob | commitdiff | raw | diff to current |
2023-11-29 |
Tom Tromey | Remove gdb_static_assert |
blob | commitdiff | raw | diff to current |
2023-11-29 |
Tom Tromey | Use C++17 [[fallthrough]] attribute |
blob | commitdiff | raw | diff to current |
2023-11-21 |
Lancelot Six | gdb: Replace gdb::optional with std::optional |
blob | commitdiff | raw | diff to current |
2023-09-05 |
Ciaran Woodward | gdb/riscv: Fix oob memory access when printing info... |
blob | commitdiff | raw | diff to current |
2023-07-06 |
Branislav Brzak | riscv: Ensure LE instruction fetching |
blob | commitdiff | raw | diff to current |
2023-04-29 |
Manoj Gupta | gdb: Fix building with latest libc++ |
blob | commitdiff | raw | diff to current |
2023-04-11 |
Andrew Burgess | gdb/riscv: Support c.li in prologue unwinder |
blob | commitdiff | raw | diff to current |
2023-04-03 |
Andrew Burgess | gdb/riscv: fix regressions in gdb.base/unwind-on-each... |
blob | commitdiff | raw | diff to current |
2023-04-03 |
Andrew Burgess | gdb/riscv: support c.ldsp and c.lwsp in prologue scanner |
blob | commitdiff | raw | diff to current |
2023-04-03 |
Andrew Burgess | gdb/riscv: convert riscv debug settings to new debug... |
blob | commitdiff | raw | diff to current |
2023-03-23 |
Andrew Burgess | gdb/riscv: add systemtap support |
blob | commitdiff | raw | diff to current |
2023-02-13 |
Tom Tromey | Turn many optimized-out value functions into methods |
blob | commitdiff | raw | diff to current |
2023-02-13 |
Tom Tromey | Turn remaining value_contents functions into methods |
blob | commitdiff | raw | diff to current |
2023-02-13 |
Tom Tromey | Turn some value_contents functions into methods |
blob | commitdiff | raw | diff to current |
2023-02-13 |
Tom Tromey | Turn allocate_value into a static "constructor" |
blob | commitdiff | raw | diff to current |
2023-02-13 |
Tom Tromey | Turn value_type into method |
blob | commitdiff | raw | diff to current |
2023-02-08 |
Tom Tromey | Remove block.h includes from some tdep files |
blob | commitdiff | raw | diff to current |
2023-01-05 |
Simon Marchi | gdb: make gdbarch_alloc take ownership of the tdep |
blob | commitdiff | raw | diff to current |
2023-01-03 |
Tom Tromey | Fix inferior calls with variably-sized return type |
blob | commitdiff | raw | diff to current |
2023-01-03 |
Tom Tromey | Convert selected architectures to gdbarch_return_value_... |
blob | commitdiff | raw | diff to current |
2023-01-01 |
Joel Brobecker | Update copyright year range in header of all files... |
blob | commitdiff | raw | diff to current |
2022-12-19 |
Tom Tromey | Use bool constants for value_print_options |
blob | commitdiff | raw | diff to current |
2022-12-06 |
Xiao Zeng | gdb/riscv: correct dwarf to gdb register number mapping |
blob | commitdiff | raw | diff to current |
2022-10-19 |
Pedro Alves | internal_error: remove need to pass __FILE__/__LINE__ |
blob | commitdiff | raw | diff to current |
2022-10-10 |
Tom Tromey | Change GDB to use frame_info_ptr |
blob | commitdiff | raw | diff to current |
2022-10-06 |
Tom Tromey | Fix indentation in riscv-tdep.c |
blob | commitdiff | raw | diff to current |
2022-10-04 |
Tsukasa OI | gdb/riscv: Partial support for instructions up to 176-bit |
blob | commitdiff | raw | diff to current |
2022-10-02 |
Andrew Burgess | gdb: update now gdbarch_register_name doesn't return... |
blob | commitdiff | raw | diff to current |
2022-10-02 |
Andrew Burgess | gdb/riscv: fix failure in gdb.base/completion.exp |
blob | commitdiff | raw | diff to current |
2022-09-21 |
Simon Marchi | gdb: remove TYPE_LENGTH |
blob | commitdiff | raw | diff to current |
2022-09-21 |
Simon Marchi | gdb: remove TYPE_TARGET_TYPE |
blob | commitdiff | raw | diff to current |
2022-08-31 |
Andrew Burgess | gdb/riscv: better support for fflags and frm registers |
blob | commitdiff | raw | diff to current |
2022-08-31 |
Andrew Burgess | gdb/riscv: improve (and fix) display of frm field in... |
blob | commitdiff | raw | diff to current |
2022-08-14 |
Andrew Burgess | gdb/riscv: improve a comment about fcsr, fflags, and... |
blob | commitdiff | raw | diff to current |
2022-08-10 |
mga-sc | gdb/riscv: implement cannot_store_register gdbarch... |
blob | commitdiff | raw | diff to current |
2022-07-21 |
Andrew Burgess | gdb: move the type cast into gdbarch_tdep |
blob | commitdiff | raw | diff to current |
2022-04-07 |
Andrew Burgess | gdb: make the pre-defined register groups const |
blob | commitdiff | raw | diff to current |
2022-04-07 |
Andrew Burgess | gdb: more 'const' in gdb/reggroups.{c,h} |
blob | commitdiff | raw | diff to current |
2022-04-07 |
Andrew Burgess | gdb: always add the default register groups |
blob | commitdiff | raw | diff to current |
2022-04-07 |
Andrew Burgess | gdb: make gdbarch_register_reggroup_p take a const... |
blob | commitdiff | raw | diff to current |
2022-04-02 |
Tiezhu Yang | gdb: rename floatformats_ia64_quad to floatformats_ieee... |
blob | commitdiff | raw | diff to current |
2022-03-29 |
Tom Tromey | Rename print_spaces_filtered |
blob | commitdiff | raw | diff to current |
2022-03-29 |
Tom Tromey | Unify gdb printf functions |
blob | commitdiff | raw | diff to current |
2022-03-29 |
Tom Tromey | Unify gdb puts functions |
blob | commitdiff | raw | diff to current |
2022-01-05 |
Tom Tromey | Change riscv_return_value to use RETURN_VALUE_ABI_PRESE... |
blob | commitdiff | raw | diff to current |
2022-01-01 |
Joel Brobecker | Automatic Copyright Year update after running gdb/copyr... |
blob | commitdiff | raw | diff to current |
2021-12-02 |
Joel Brobecker | (RISCV) fix handling of fixed-point type return values |
blob | commitdiff | raw | diff to current |
2021-11-26 |
Andrew Burgess | gdb: add risc-v disassembler options support |
blob | commitdiff | raw | diff to current |
2021-11-18 |
Simon Marchi | gdbsupport: make gdb_assert_not_reached accept a format... |
blob | commitdiff | raw | diff to current |
2021-11-16 |
Andrew Burgess | gdb/gdbsupport: make xstrprintf and xstrvprintf return... |
blob | commitdiff | raw | diff to current |
2021-11-15 |
Simon Marchi | gdb: fix gdbarch_tdep ODR violation |
blob | commitdiff | raw | diff to current |
2021-10-29 |
Simon Marchi | gdb: remove TYPE_FIELD_BITPOS |
blob | commitdiff | raw | diff to current |
2021-10-29 |
Simon Marchi | gdb: remove TYPE_FIELD_LOC_KIND |
blob | commitdiff | raw | diff to current |
2021-10-28 |
Simon Marchi | gdb: add add_setshow_prefix_cmd |
blob | commitdiff | raw | diff to current |
2021-10-25 |
Simon Marchi | gdb: change functions returning value contents to use... |
blob | commitdiff | raw | diff to current |
2021-10-03 |
Lancelot SIX | gdb: Fix comment in riscv_scan_prologue |
blob | commitdiff | raw | diff to current |
2021-10-03 |
Lancelot SIX | gdb: Support the c.mv insn in the riscv prologue scanner. |
blob | commitdiff | raw | diff to current |
2021-08-12 |
Lancelot SIX | gdb: riscv_scan_prologue: handle LD and LW instructions |
blob | commitdiff | raw | diff to current |
2021-07-16 |
Lancelot SIX | gdb: Support stepping out from signal handler on riscv... |
blob | commitdiff | raw | diff to current |
2021-06-29 |
Simon Marchi | gdb: add names to unwinders, add debug messages when... |
blob | commitdiff | raw | diff to current |
2021-06-21 |
Andrew Burgess | gdb/riscv: add support for vector registers in target... |
blob | commitdiff | raw | diff to current |
2021-05-12 |
Marco Barisione | gdb: generate the prefix name for prefix commands on... |
blob | commitdiff | raw | diff to current |
2021-03-25 |
Changbin Du | gdb/riscv: fix creating breakpoints at invalid addresses |
blob | commitdiff | raw | diff to current |
2021-03-05 |
Andrew Burgess | gdb/riscv: make riscv target description names global |
blob | commitdiff | raw | diff to current |
2021-02-24 |
Andrew Burgess | gdb/riscv: select rv32 target by default when requested |
blob | commitdiff | raw | diff to current |
2021-02-19 |
Nelson Chu | RISC-V: PR27158, fixed UJ/SB types and added CSS/CL... |
blob | commitdiff | raw | diff to current |
2021-01-19 |
Luis Machado | trad-frame cleanups |
blob | commitdiff | raw | diff to current |
2021-01-18 |
Andrew Burgess | gdb/riscv: use a single regset supply function for... |
blob | commitdiff | raw | diff to current |
2021-01-04 |
Luis Machado | Refactor struct trad_frame_saved_regs |
blob | commitdiff | raw | diff to current |
2021-01-01 |
Joel Brobecker | Update copyright year range in all GDB files |
blob | commitdiff | raw | diff to current |
2020-12-02 |
Andrew Burgess | gdb/riscv: rewrite target description validation, add... |
blob | commitdiff | raw | diff to current |
2020-12-02 |
Andrew Burgess | gdb/riscv: remove csr aliases created with DECLARE_CSR_... |
blob | commitdiff | raw | diff to current |
2020-12-02 |
Andrew Burgess | gdb/riscv: place unknown csrs into the correct register... |
blob | commitdiff | raw | diff to current |
2020-11-11 |
Andrew Burgess | gdb/riscv: add ability to decode dwarf CSR numbers |
blob | commitdiff | raw | diff to current |
2020-11-02 |
Simon Marchi | gdb, gdbserver, gdbsupport: fix leading space vs tabs... |
blob | commitdiff | raw | diff to current |
2020-11-02 |
Andrew Burgess | gdb/riscv: read frame base register as unsigned in... |
blob | commitdiff | raw | diff to current |
2020-09-17 |
Tom Tromey | Change management of tdesc_arch_data |
blob | commitdiff | raw | diff to current |
2020-09-17 |
Chungyi Chi | gdb/riscv: fix decode of c.sdsp instruction |
blob | commitdiff | raw | diff to current |
next |