summaryrefslogtreecommitdiff
path: root/gdbserver/linux-riscv-low.cc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: Have allocate_target_description return a unique_ptrAndrew Burgess2020-10-081-3/+3
* gdbserver/linux-low: delete 'linux_target_ops' and 'the_low_target'Tankut Baris Aktemur2020-04-021-5/+0
* gdbserver/linux-low: turn 'breakpoint_at' into a methodTankut Baris Aktemur2020-04-021-6/+7
* gdbserver/linux-low: turn the 'decr_pc_after_break' field into a methodTankut Baris Aktemur2020-04-021-1/+0
* gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' ...Tankut Baris Aktemur2020-04-021-1/+0
* gdbserver/linux-low: turn 'sw_breakpoint_from_kind' into a methodTankut Baris Aktemur2020-04-021-4/+5
* gdbserver/linux-low: turn 'breakpoint_kind_from_{pc, current_state}' into met...Tankut Baris Aktemur2020-04-021-4/+5
* gdbserver/linux-low: turn 'get_pc' and 'set_pc' into methodsTankut Baris Aktemur2020-04-021-8/+18
* gdbserver/linux-low: turn 'fetch_register' into a methodTankut Baris Aktemur2020-04-021-6/+7
* gdbserver/linux-low: turn 'cannot_{fetch/store}_register' into methodsTankut Baris Aktemur2020-04-021-2/+18
* gdbserver/linux-low: turn 'regs_info' into a methodTankut Baris Aktemur2020-04-021-4/+5
* gdbserver/linux-low: turn 'arch_setup' into a methodTankut Baris Aktemur2020-04-021-4/+6
* gdbserver/linux-low: start turning linux target ops into methodsTankut Baris Aktemur2020-04-021-0/+16
* gdbserver: Add RISC-V/Linux supportMaciej W. Rozycki2020-02-191-0/+279