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 | -6/+0 |
2020-04-02 | gdbserver/linux-low: turn 'get_ipa_tdesc_idx' into a method | Tankut Baris Aktemur | 1 | -4/+0 |
2020-04-02 | gdbserver/linux-low: turn 'get_syscall_trapinfo' into a method | Tankut Baris Aktemur | 1 | -4/+16 |
2020-04-02 | gdbserver/linux-low: turn 'supports_hardware_single_step' into a method | Tankut Baris Aktemur | 1 | -3/+9 |
2020-04-02 | gdbserver/linux-low: turn 'supports_range_stepping' into a method | Tankut Baris Aktemur | 1 | -3/+3 |
2020-04-02 | gdbserver/linux-low: turn 'emit_ops' into a method | Tankut Baris Aktemur | 1 | -6/+0 |
2020-04-02 | gdbserver/linux-low: turn fast tracepoint ops into methods | Tankut Baris Aktemur | 1 | -37/+0 |
2020-04-02 | gdbserver/linux-low: turn 'get_thread_area' into a method | Tankut Baris Aktemur | 1 | -4/+15 |
2020-04-02 | gdbserver/linux-low: turn 'supports_tracepoints' into a method | Tankut Baris Aktemur | 1 | -5/+0 |
2020-04-02 | gdbserver/linux-low: turn 'process_qsupported' into a method | Tankut Baris Aktemur | 1 | -5/+0 |
2020-04-02 | gdbserver/linux-low: turn 'prepare_to_resume' into a method | Tankut Baris Aktemur | 1 | -3/+3 |
2020-04-02 | gdbserver/linux-low: turn process/thread addition/deletion ops into methods | Tankut Baris Aktemur | 1 | -21/+52 |
2020-04-02 | gdbserver/linux-low: turn 'siginfo_fixup' into a method | Tankut Baris Aktemur | 1 | -6/+12 |
2020-04-02 | gdbserver/linux-low: turn '{collect, supply}_ptrace_register' into methods | Tankut Baris Aktemur | 1 | -7/+8 |
2020-04-02 | gdbserver/linux-low: turn watchpoint ops into methods | Tankut Baris Aktemur | 1 | -3/+20 |
2020-04-02 | gdbserver/linux-low: turn 'insert_point' and 'remove_point' into methods | Tankut Baris Aktemur | 1 | -7/+8 |
2020-04-02 | gdbserver/linux-low: turn 'supports_z_point_type' into a method | Tankut Baris Aktemur | 1 | -3/+0 |
2020-04-02 | gdbserver/linux-low: turn 'breakpoint_at' into a method | Tankut Baris Aktemur | 1 | -2/+3 |
2020-04-02 | gdbserver/linux-low: turn the 'decr_pc_after_break' field into a method | Tankut Baris Aktemur | 1 | -1/+3 |
2020-04-02 | gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' ... | Tankut Baris Aktemur | 1 | -5/+5 |
2020-04-02 | gdbserver/linux-low: turn 'sw_breakpoint_from_kind' into a method | Tankut Baris Aktemur | 1 | -5/+0 |
2020-04-02 | gdbserver/linux-low: turn 'breakpoint_kind_from_{pc, current_state}' into met... | Tankut Baris Aktemur | 1 | -10/+0 |
2020-04-02 | gdbserver/linux-low: turn 'get_pc' and 'set_pc' into methods | Tankut Baris Aktemur | 1 | -3/+8 |
2020-04-02 | gdbserver/linux-low: turn some more static functions into private methods | Tankut Baris Aktemur | 1 | -0/+78 |
2020-04-02 | gdbserver/linux-low: turn 'fetch_register' into a method | Tankut Baris Aktemur | 1 | -7/+7 |
2020-04-02 | gdbserver/linux-low: turn 'cannot_{fetch/store}_register' into methods | Tankut Baris Aktemur | 1 | -5/+32 |
2020-04-02 | gdbserver/linux-low: turn 'regs_info' into a method | Tankut Baris Aktemur | 1 | -2/+4 |
2020-04-02 | gdbserver/linux-low: turn 'arch_setup' into a method | Tankut Baris Aktemur | 1 | -3/+6 |
2020-04-02 | gdbserver/linux-low: start turning linux target ops into methods | Tankut Baris Aktemur | 1 | -0/+5 |
2020-04-02 | gdbserver/linux-low: turn some static functions into private methods | Tankut Baris Aktemur | 1 | -0/+83 |
2020-04-02 | gdbserver: make linux target op 'cannot_store_register' a predicate function | Tankut Baris Aktemur | 1 | -4/+3 |
2020-02-20 | gdbserver: finish turning the target ops vector into a class | Tankut Baris Aktemur | 1 | -1/+1 |
2020-02-20 | gdbserver: turn target op 'get_ipa_tdesc_idx' into a method | Tankut Baris Aktemur | 1 | -0/+2 |
2020-02-20 | gdbserver: turn target op 'supports_catch_syscall' into a method | Tankut Baris Aktemur | 1 | -0/+2 |
2020-02-20 | gdbserver: turn target op 'supports_software_single_step' into a method | Tankut Baris Aktemur | 1 | -0/+2 |
2020-02-20 | gdbserver: turn target ops 'thread_name' and 'thread_handle' into methods | Tankut Baris Aktemur | 1 | -0/+7 |
2020-02-20 | gdbserver: turn breakpoint kind-related target ops into methods | Tankut Baris Aktemur | 1 | -0/+6 |
2020-02-20 | gdbserver: turn target ops 'multifs_{open, readlink, unlink}' into methods | Tankut Baris Aktemur | 1 | -0/+10 |
2020-02-20 | gdbserver: turn target op 'pid_to_exec_file' into a method | Tankut Baris Aktemur | 1 | -0/+4 |
2020-02-20 | gdbserver: turn target op 'supports_range_stepping' into a method | Tankut Baris Aktemur | 1 | -0/+2 |
2020-02-20 | gdbserver: turn btrace-related target ops into methods | Tankut Baris Aktemur | 1 | -0/+13 |
2020-02-20 | gdbserver: turn target op 'supports_agent' into a method | Tankut Baris Aktemur | 1 | -0/+2 |
2020-02-20 | gdbserver: turn target op 'qxfer_libraries_svr4' into a method | Tankut Baris Aktemur | 1 | -0/+7 |
2020-02-20 | gdbserver: turn target op 'supports_disable_randomization' into a method | Tankut Baris Aktemur | 1 | -0/+2 |
2020-02-20 | gdbserver: turn target op 'emit_ops' into a method | Tankut Baris Aktemur | 1 | -0/+2 |
2020-02-20 | gdbserver: turn fast tracepoint target ops into methods | Tankut Baris Aktemur | 1 | -0/+18 |
2020-02-20 | gdbserver: turn target op 'stabilize_threads' into a method | Tankut Baris Aktemur | 1 | -0/+2 |
2020-02-20 | gdbserver: turn target ops 'pause_all' and 'unpause_all' into methods | Tankut Baris Aktemur | 1 | -0/+4 |
2020-02-20 | gdbserver: turn target op 'thread_stopped' into a method | Tankut Baris Aktemur | 1 | -0/+4 |
2020-02-20 | gdbserver: turn target ops 'read_pc' and 'write_pc' into methods | Tankut Baris Aktemur | 1 | -0/+4 |