summaryrefslogtreecommitdiff
path: root/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* gdbserver: Add mechanism to prevent sending T stop packetsAndrew Burgess2020-03-024-0/+32
* Add a mostlyclean target to gdbserverTom Tromey2020-02-212-1/+5
* gdbserver: finish turning the target ops vector into a classTankut Baris Aktemur2020-02-2031-288/+562
* gdbserver: simply copy the pointer in 'set_target_ops'Pedro Alves2020-02-202-2/+6
* gdbserver: turn target op 'get_ipa_tdesc_idx' into a methodTankut Baris Aktemur2020-02-208-11/+34
* gdbserver: turn target op 'supports_catch_syscall' into a methodTankut Baris Aktemur2020-02-208-12/+34
* gdbserver: turn target op 'supports_software_single_step' into a methodTankut Baris Aktemur2020-02-208-11/+34
* gdbserver: turn target ops 'thread_name' and 'thread_handle' into methodsTankut Baris Aktemur2020-02-208-26/+70
* gdbserver: turn breakpoint kind-related target ops into methodsTankut Baris Aktemur2020-02-2012-68/+108
* gdbserver: turn target ops 'multifs_{open, readlink, unlink}' into methodsTankut Baris Aktemur2020-02-209-45/+130
* gdbserver: turn target op 'pid_to_exec_file' into a methodTankut Baris Aktemur2020-02-209-15/+65
* gdbserver: turn target op 'supports_range_stepping' into a methodTankut Baris Aktemur2020-02-208-13/+36
* gdbserver: turn btrace-related target ops into methodsTankut Baris Aktemur2020-02-208-67/+114
* gdbserver: turn target op 'supports_agent' into a methodTankut Baris Aktemur2020-02-208-12/+35
* gdbserver: turn target op 'qxfer_libraries_svr4' into a methodTankut Baris Aktemur2020-02-209-16/+71
* gdbserver: turn target op 'supports_disable_randomization' into a methodTankut Baris Aktemur2020-02-208-13/+36
* gdbserver: turn target op 'emit_ops' into a methodTankut Baris Aktemur2020-02-208-11/+35
* gdbserver: turn fast tracepoint target ops into methodsTankut Baris Aktemur2020-02-209-89/+149
* gdbserver: turn target op 'stabilize_threads' into a methodTankut Baris Aktemur2020-02-2010-20/+44
* gdbserver: turn target ops 'pause_all' and 'unpause_all' into methodsTankut Baris Aktemur2020-02-2010-56/+92
* gdbserver: turn target op 'get_tib_address' into a methodTankut Baris Aktemur2020-02-209-11/+55
* gdbserver: turn target op 'thread_stopped' into a methodTankut Baris Aktemur2020-02-209-15/+61
* gdbserver: turn target ops 'read_pc' and 'write_pc' into methodsTankut Baris Aktemur2020-02-209-32/+52
* gdbserver: turn target op 'supports_tracepoints' into a methodTankut Baris Aktemur2020-02-208-13/+35
* gdbserver: turn target op 'process_qsupported' into a methodTankut Baris Aktemur2020-02-208-15/+35
* gdbserver: turn target op 'read_loadmap' into a methodTankut Baris Aktemur2020-02-209-16/+63
* gdbserver: turn target op 'core_of_thread' into a methodTankut Baris Aktemur2020-02-208-9/+37
* gdbserver: turn target op 'handle_monitor_command' into a methodTankut Baris Aktemur2020-02-209-14/+43
* gdbserver: turn target op 'handle_new_gdb_connection' into a methodTankut Baris Aktemur2020-02-208-14/+34
* gdbserver: turn target ops 'supports_{fork,vfork,exec}_events' into methodsTankut Baris Aktemur2020-02-208-33/+71
* gdbserver: turn target op 'supports_multi_process' into a methodTankut Baris Aktemur2020-02-208-12/+35
* gdbserver: turn non-stop and async target ops into methodsTankut Baris Aktemur2020-02-209-64/+86
* gdbserver: turn target op 'qxfer_siginfo' into a methodTankut Baris Aktemur2020-02-2010-18/+83
* gdbserver: turn target op 'qxfer_osdata' into a methodTankut Baris Aktemur2020-02-209-16/+66
* gdbserver: turn target op 'hostio_last_error' into a methodTankut Baris Aktemur2020-02-209-16/+40
* gdbserver: turn target op 'get_tls_address' into a methodTankut Baris Aktemur2020-02-209-20/+77
* gdbserver: turn target op 'read_offsets' into a methodTankut Baris Aktemur2020-02-209-26/+75
* gdbserver: turn target ops 'stopped_by_watchpoint' and 'stopped_data_address'...Tankut Baris Aktemur2020-02-2011-37/+83
* gdbserver: turn target op 'supports_hardware_single_step' into a methodTankut Baris Aktemur2020-02-2011-21/+66
* gdbserver: turn target op '{supports_}stopped_by_hw_breakpoint' into a methodTankut Baris Aktemur2020-02-208-25/+55
* gdbserver: turn target op '{supports_}stopped_by_sw_breakpoint' into a methodTankut Baris Aktemur2020-02-208-26/+56
* gdbserver: turn target ops 'insert_point' and 'remove_point' into methodsTankut Baris Aktemur2020-02-2011-39/+99
* gdbserver: turn target op 'supports_z_point_type' into a methodTankut Baris Aktemur2020-02-2011-24/+57
* gdbserver: turn target op 'read_auxv' into a methodTankut Baris Aktemur2020-02-2010-19/+82
* gdbserver: turn target op 'request_interrupt' into a methodTankut Baris Aktemur2020-02-2012-23/+57
* gdbserver: turn target op 'look_up_symbols' into a methodTankut Baris Aktemur2020-02-209-16/+38
* gdbserver: turn target ops 'read_memory' and 'write_memory' into methodsTankut Baris Aktemur2020-02-2027-78/+166
* gdbserver: turn prepare_to_access_memory & done_accessing_memory into methodsTankut Baris Aktemur2020-02-208-39/+63
* gdbserver: turn target ops 'fetch_registers' and 'store_registers' into methodsTankut Baris Aktemur2020-02-2010-40/+83
* gdbserver: turn target op 'wait' into a methodTankut Baris Aktemur2020-02-2011-33/+71