Age | Commit message (Expand) | Author | Files | Lines |
2020-05-25 | Use construct_inferior_arguments which handles special chars | Michael Weghorn | 1 | -1/+1 |
2020-02-20 | gdbserver: finish turning the target ops vector into a class | Tankut Baris Aktemur | 1 | -7/+1 |
2020-02-20 | gdbserver: turn target op 'get_ipa_tdesc_idx' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'supports_catch_syscall' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'supports_software_single_step' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target ops 'thread_name' and 'thread_handle' into methods | Tankut Baris Aktemur | 1 | -2/+0 |
2020-02-20 | gdbserver: turn breakpoint kind-related target ops into methods | Tankut Baris Aktemur | 1 | -3/+6 |
2020-02-20 | gdbserver: turn target ops 'multifs_{open, readlink, unlink}' into methods | Tankut Baris Aktemur | 1 | -3/+0 |
2020-02-20 | gdbserver: turn target op 'pid_to_exec_file' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'supports_range_stepping' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn btrace-related target ops into methods | Tankut Baris Aktemur | 1 | -4/+0 |
2020-02-20 | gdbserver: turn target op 'supports_agent' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'qxfer_libraries_svr4' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'supports_disable_randomization' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'emit_ops' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn fast tracepoint target ops into methods | Tankut Baris Aktemur | 1 | -2/+0 |
2020-02-20 | gdbserver: turn target op 'stabilize_threads' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target ops 'pause_all' and 'unpause_all' into methods | Tankut Baris Aktemur | 1 | -2/+0 |
2020-02-20 | gdbserver: turn target op 'get_tib_address' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'thread_stopped' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target ops 'read_pc' and 'write_pc' into methods | Tankut Baris Aktemur | 1 | -2/+0 |
2020-02-20 | gdbserver: turn target op 'supports_tracepoints' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'process_qsupported' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'read_loadmap' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'core_of_thread' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'handle_monitor_command' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'handle_new_gdb_connection' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target ops 'supports_{fork,vfork,exec}_events' into methods | Tankut Baris Aktemur | 1 | -3/+0 |
2020-02-20 | gdbserver: turn target op 'supports_multi_process' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn non-stop and async target ops into methods | Tankut Baris Aktemur | 1 | -3/+0 |
2020-02-20 | gdbserver: turn target op 'qxfer_siginfo' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'qxfer_osdata' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'hostio_last_error' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'get_tls_address' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'read_offsets' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target ops 'stopped_by_watchpoint' and 'stopped_data_address'... | Tankut Baris Aktemur | 1 | -2/+0 |
2020-02-20 | gdbserver: turn target op 'supports_hardware_single_step' into a method | Tankut Baris Aktemur | 1 | -1/+6 |
2020-02-20 | gdbserver: turn target op '{supports_}stopped_by_hw_breakpoint' into a method | Tankut Baris Aktemur | 1 | -2/+0 |
2020-02-20 | gdbserver: turn target op '{supports_}stopped_by_sw_breakpoint' into a method | Tankut Baris Aktemur | 1 | -2/+0 |
2020-02-20 | gdbserver: turn target ops 'insert_point' and 'remove_point' into methods | Tankut Baris Aktemur | 1 | -2/+0 |
2020-02-20 | gdbserver: turn target op 'supports_z_point_type' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'read_auxv' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target op 'request_interrupt' into a method | Tankut Baris Aktemur | 1 | -3/+2 |
2020-02-20 | gdbserver: turn target op 'look_up_symbols' into a method | Tankut Baris Aktemur | 1 | -1/+0 |
2020-02-20 | gdbserver: turn target ops 'read_memory' and 'write_memory' into methods | Tankut Baris Aktemur | 1 | -7/+7 |
2020-02-20 | gdbserver: turn prepare_to_access_memory & done_accessing_memory into methods | Tankut Baris Aktemur | 1 | -2/+0 |
2020-02-20 | gdbserver: turn target ops 'fetch_registers' and 'store_registers' into methods | Tankut Baris Aktemur | 1 | -8/+6 |
2020-02-20 | gdbserver: turn target op 'wait' into a method | Tankut Baris Aktemur | 1 | -4/+4 |
2020-02-20 | gdbserver: turn target op 'resume' into a method | Tankut Baris Aktemur | 1 | -3/+2 |
2020-02-20 | gdbserver: turn target op 'thread_alive' into a method | Tankut Baris Aktemur | 1 | -3/+2 |