aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/target.cc
AgeCommit message (Expand)AuthorFilesLines
2020-02-20gdbserver: turn target op 'read_loadmap' into a methodTankut Baris Aktemur1-0/+13
2020-02-20gdbserver: turn target op 'core_of_thread' into a methodTankut Baris Aktemur1-0/+6
2020-02-20gdbserver: turn target op 'handle_monitor_command' into a methodTankut Baris Aktemur1-0/+6
2020-02-20gdbserver: turn target op 'handle_new_gdb_connection' into a methodTankut Baris Aktemur1-0/+6
2020-02-20gdbserver: turn target ops 'supports_{fork,vfork,exec}_events' into methodsTankut Baris Aktemur1-0/+18
2020-02-20gdbserver: turn target op 'supports_multi_process' into a methodTankut Baris Aktemur1-2/+7
2020-02-20gdbserver: turn non-stop and async target ops into methodsTankut Baris Aktemur1-14/+21
2020-02-20gdbserver: turn target op 'qxfer_siginfo' into a methodTankut Baris Aktemur1-0/+14
2020-02-20gdbserver: turn target op 'qxfer_osdata' into a methodTankut Baris Aktemur1-0/+14
2020-02-20gdbserver: turn target op 'hostio_last_error' into a methodTankut Baris Aktemur1-0/+7
2020-02-20gdbserver: turn target op 'get_tls_address' into a methodTankut Baris Aktemur1-0/+13
2020-02-20gdbserver: turn target op 'read_offsets' into a methodTankut Baris Aktemur1-0/+12
2020-02-20gdbserver: turn target ops 'stopped_by_watchpoint' and 'stopped_data_address'...Tankut Baris Aktemur1-0/+12
2020-02-20gdbserver: turn target op 'supports_hardware_single_step' into a methodTankut Baris Aktemur1-8/+6
2020-02-20gdbserver: turn target op '{supports_}stopped_by_hw_breakpoint' into a methodTankut Baris Aktemur1-0/+12
2020-02-20gdbserver: turn target op '{supports_}stopped_by_sw_breakpoint' into a methodTankut Baris Aktemur1-0/+12
2020-02-20gdbserver: turn target ops 'insert_point' and 'remove_point' into methodsTankut Baris Aktemur1-0/+14
2020-02-20gdbserver: turn target op 'supports_z_point_type' into a methodTankut Baris Aktemur1-0/+6
2020-02-20gdbserver: turn target op 'read_auxv' into a methodTankut Baris Aktemur1-0/+13
2020-02-20gdbserver: turn target op 'look_up_symbols' into a methodTankut Baris Aktemur1-0/+6
2020-02-20gdbserver: turn target ops 'read_memory' and 'write_memory' into methodsTankut Baris Aktemur1-2/+2
2020-02-20gdbserver: turn prepare_to_access_memory & done_accessing_memory into methodsTankut Baris Aktemur1-10/+16
2020-02-20gdbserver: turn target op 'wait' into a methodTankut Baris Aktemur1-1/+1
2020-02-20gdbserver: turn target op 'resume' into a methodTankut Baris Aktemur1-3/+3
2020-02-20gdbserver: turn target op 'mourn' into a methodTankut Baris Aktemur1-1/+1
2020-02-20gdbserver: turn target op 'kill' into a methodTankut Baris Aktemur1-1/+1
2020-02-20gdbserver: turn target op 'post_create_inferior' into a methodTankut Baris Aktemur1-0/+9
2020-02-13gdbserver: rename source files to .ccSimon Marchi1-0/+395