aboutsummaryrefslogtreecommitdiff
path: root/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2020-02-20gdbserver: turn target ops 'supports_{fork,vfork,exec}_events' into methodsTankut Baris Aktemur8-33/+71
2020-02-20gdbserver: turn target op 'supports_multi_process' into a methodTankut Baris Aktemur8-12/+35
2020-02-20gdbserver: turn non-stop and async target ops into methodsTankut Baris Aktemur9-64/+86
2020-02-20gdbserver: turn target op 'qxfer_siginfo' into a methodTankut Baris Aktemur10-18/+83
2020-02-20gdbserver: turn target op 'qxfer_osdata' into a methodTankut Baris Aktemur9-16/+66
2020-02-20gdbserver: turn target op 'hostio_last_error' into a methodTankut Baris Aktemur9-16/+40
2020-02-20gdbserver: turn target op 'get_tls_address' into a methodTankut Baris Aktemur9-20/+77
2020-02-20gdbserver: turn target op 'read_offsets' into a methodTankut Baris Aktemur9-26/+75
2020-02-20gdbserver: turn target ops 'stopped_by_watchpoint' and 'stopped_data_address'...Tankut Baris Aktemur11-37/+83
2020-02-20gdbserver: turn target op 'supports_hardware_single_step' into a methodTankut Baris Aktemur11-21/+66
2020-02-20gdbserver: turn target op '{supports_}stopped_by_hw_breakpoint' into a methodTankut Baris Aktemur8-25/+55
2020-02-20gdbserver: turn target op '{supports_}stopped_by_sw_breakpoint' into a methodTankut Baris Aktemur8-26/+56
2020-02-20gdbserver: turn target ops 'insert_point' and 'remove_point' into methodsTankut Baris Aktemur11-39/+99
2020-02-20gdbserver: turn target op 'supports_z_point_type' into a methodTankut Baris Aktemur11-24/+57
2020-02-20gdbserver: turn target op 'read_auxv' into a methodTankut Baris Aktemur10-19/+82
2020-02-20gdbserver: turn target op 'request_interrupt' into a methodTankut Baris Aktemur12-23/+57
2020-02-20gdbserver: turn target op 'look_up_symbols' into a methodTankut Baris Aktemur9-16/+38
2020-02-20gdbserver: turn target ops 'read_memory' and 'write_memory' into methodsTankut Baris Aktemur27-78/+166
2020-02-20gdbserver: turn prepare_to_access_memory & done_accessing_memory into methodsTankut Baris Aktemur8-39/+63
2020-02-20gdbserver: turn target ops 'fetch_registers' and 'store_registers' into methodsTankut Baris Aktemur10-40/+83
2020-02-20gdbserver: turn target op 'wait' into a methodTankut Baris Aktemur11-33/+71
2020-02-20gdbserver: turn target op 'resume' into a methodTankut Baris Aktemur12-24/+58
2020-02-20gdbserver: turn target op 'thread_alive' into a methodTankut Baris Aktemur10-21/+54
2020-02-20gdbserver: turn target op 'join' into a methodTankut Baris Aktemur10-15/+51
2020-02-20gdbserver: turn target op 'mourn' into a methodTankut Baris Aktemur11-23/+56
2020-02-20gdbserver: turn target op 'detach' into a methodTankut Baris Aktemur10-18/+49
2020-02-20gdbserver: turn target op 'kill' into a methodTankut Baris Aktemur11-17/+48
2020-02-20gdbserver: turn target op 'attach' into a methodTankut Baris Aktemur10-23/+54
2020-02-20gdbserver: turn target op 'post_create_inferior' into a methodTankut Baris Aktemur8-15/+38
2020-02-20gdbserver: turn target op 'create_inferior' into a methodTankut Baris Aktemur11-33/+69
2020-02-20gdbserver: start turning the target ops vector into a classTankut Baris Aktemur10-0/+131
2020-02-19Merge changes from GCC for the config/ directoryAndrew Burgess2-6/+27
2020-02-19gdbserver: Add RISC-V/Linux supportMaciej W. Rozycki4-0/+299
2020-02-14Change gdbserver to use existing gnulib and libibertyTom Tromey5-292/+22
2020-02-14Fix argv[] in programs invoked by gdbserver on MS-WindowsEli Zaretskii2-18/+33
2020-02-13gdbserver: rename source files to .ccSimon Marchi66-68/+75
2020-02-13gdbsupport: rename source files to .ccSimon Marchi2-28/+32
2020-02-12Fix kill of processes created by win32_create_inferiorHannes Domani2-0/+7
2020-02-12Disable gdbserver on host != target configurationsMaciej W. Rozycki2-2/+16
2020-02-11Re-generate gdb/gdbserver/gdbsupport configure scriptsSimon Marchi2-1/+6
2020-02-11Add -Wstrict-null-sentinel to gdbsupport/warning.m4Simon Marchi2-1/+6
2020-02-11Move gdb/warning.m4 to gdbsupportSimon Marchi2-2/+6
2020-02-09Display ExceptionRecord for $_siginfoHannes Domani2-1/+35
2020-02-07Move gdbserver to top levelTom Tromey105-0/+91816