Age | Commit message (Expand) | Author | Files | Lines |
2020-04-02 | gdbserver/linux-low: delete 'linux_target_ops' and 'the_low_target' | Tankut Baris Aktemur | 1 | -3/+0 |
2020-04-02 | gdbserver/linux-low: turn '{collect, supply}_ptrace_register' into methods | Tankut Baris Aktemur | 1 | -1/+0 |
2020-04-02 | gdbserver/linux-low: turn watchpoint ops into methods | Tankut Baris Aktemur | 1 | -1/+0 |
2020-04-02 | gdbserver/linux-low: turn 'insert_point' and 'remove_point' into methods | Tankut Baris Aktemur | 1 | -1/+1 |
2020-04-02 | gdbserver/linux-low: turn 'supports_z_point_type' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-04-02 | gdbserver/linux-low: turn 'breakpoint_at' into a method | Tankut Baris Aktemur | 1 | -6/+7 |
2020-04-02 | gdbserver/linux-low: turn the 'decr_pc_after_break' field into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-04-02 | gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' ... | Tankut Baris Aktemur | 1 | -1/+0 |
2020-04-02 | gdbserver/linux-low: turn 'sw_breakpoint_from_kind' into a method | Tankut Baris Aktemur | 1 | -4/+5 |
2020-04-02 | gdbserver/linux-low: turn 'breakpoint_kind_from_{pc, current_state}' into met... | Tankut Baris Aktemur | 1 | -1/+0 |
2020-04-02 | gdbserver/linux-low: turn 'get_pc' and 'set_pc' into methods | Tankut Baris Aktemur | 1 | -3/+18 |
2020-04-02 | gdbserver/linux-low: turn 'fetch_register' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-04-02 | gdbserver/linux-low: turn 'cannot_{fetch/store}_register' into methods | Tankut Baris Aktemur | 1 | -6/+8 |
2020-04-02 | gdbserver/linux-low: turn 'regs_info' into a method | Tankut Baris Aktemur | 1 | -5/+6 |
2020-04-02 | gdbserver/linux-low: turn 'arch_setup' into a method | Tankut Baris Aktemur | 1 | -3/+5 |
2020-04-02 | gdbserver/linux-low: start turning linux target ops into methods | Tankut Baris Aktemur | 1 | -0/+16 |
2020-02-20 | gdbserver: finish turning the target ops vector into a class | Tankut Baris Aktemur | 1 | -3/+3 |
2020-02-20 | gdbserver: turn target ops 'read_memory' and 'write_memory' into methods | Tankut Baris Aktemur | 1 | -3/+3 |
2020-02-13 | gdbserver: rename source files to .cc | Simon Marchi | 1 | -0/+326 |