aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Change gdbserver to use existing gdbsupportTom Tromey1-0/+14
2020-03-12Fix gdbserver build when intl already builtTom Tromey1-0/+10
2020-03-12Move gdb/selftest.m4 to gdbsupport/selftest.m4Simon Marchi1-0/+4
2020-03-12Move sourcing of development.sh to GDB_AC_COMMONSimon Marchi1-0/+6
2020-03-12gdb/selftest.m4: ensure $development is setSimon Marchi1-0/+4
2020-03-11gdb: enable -Wmissing-prototypes warningSimon Marchi1-0/+4
2020-03-06gdbserver/gdbsupport: Add .dir-locals.el fileAndrew Burgess1-0/+4
2020-03-05gdb, gdbserver, gdbsupport: add .gitattributes filesTankut Baris Aktemur1-0/+4
2020-03-02gdbserver: Add mechanism to prevent sending T stop packetsAndrew Burgess1-0/+8
2020-02-21Add a mostlyclean target to gdbserverTom Tromey1-0/+4
2020-02-20gdbserver: finish turning the target ops vector into a classTankut Baris Aktemur1-0/+293
2020-02-20gdbserver: simply copy the pointer in 'set_target_ops'Pedro Alves1-0/+5
2020-02-20gdbserver: turn target op 'get_ipa_tdesc_idx' into a methodTankut Baris Aktemur1-0/+20
2020-02-20gdbserver: turn target op 'supports_catch_syscall' into a methodTankut Baris Aktemur1-0/+20
2020-02-20gdbserver: turn target op 'supports_software_single_step' into a methodTankut Baris Aktemur1-0/+20
2020-02-20gdbserver: turn target ops 'thread_name' and 'thread_handle' into methodsTankut Baris Aktemur1-0/+22
2020-02-20gdbserver: turn breakpoint kind-related target ops into methodsTankut Baris Aktemur1-0/+40
2020-02-20gdbserver: turn target ops 'multifs_{open, readlink, unlink}' into methodsTankut Baris Aktemur1-0/+31
2020-02-20gdbserver: turn target op 'pid_to_exec_file' into a methodTankut Baris Aktemur1-0/+23
2020-02-20gdbserver: turn target op 'supports_range_stepping' into a methodTankut Baris Aktemur1-0/+20
2020-02-20gdbserver: turn btrace-related target ops into methodsTankut Baris Aktemur1-0/+33
2020-02-20gdbserver: turn target op 'supports_agent' into a methodTankut Baris Aktemur1-0/+20
2020-02-20gdbserver: turn target op 'qxfer_libraries_svr4' into a methodTankut Baris Aktemur1-0/+24
2020-02-20gdbserver: turn target op 'supports_disable_randomization' into a methodTankut Baris Aktemur1-0/+20
2020-02-20gdbserver: turn target op 'emit_ops' into a methodTankut Baris Aktemur1-0/+20
2020-02-20gdbserver: turn fast tracepoint target ops into methodsTankut Baris Aktemur1-0/+32
2020-02-20gdbserver: turn target op 'stabilize_threads' into a methodTankut Baris Aktemur1-0/+24
2020-02-20gdbserver: turn target ops 'pause_all' and 'unpause_all' into methodsTankut Baris Aktemur1-0/+36
2020-02-20gdbserver: turn target op 'get_tib_address' into a methodTankut Baris Aktemur1-0/+23
2020-02-20gdbserver: turn target op 'thread_stopped' into a methodTankut Baris Aktemur1-0/+25
2020-02-20gdbserver: turn target ops 'read_pc' and 'write_pc' into methodsTankut Baris Aktemur1-0/+24
2020-02-20gdbserver: turn target op 'supports_tracepoints' into a methodTankut Baris Aktemur1-0/+20
2020-02-20gdbserver: turn target op 'process_qsupported' into a methodTankut Baris Aktemur1-0/+20
2020-02-20gdbserver: turn target op 'read_loadmap' into a methodTankut Baris Aktemur1-0/+24
2020-02-20gdbserver: turn target op 'core_of_thread' into a methodTankut Baris Aktemur1-0/+19
2020-02-20gdbserver: turn target op 'handle_monitor_command' into a methodTankut Baris Aktemur1-0/+20
2020-02-20gdbserver: turn target op 'handle_new_gdb_connection' into a methodTankut Baris Aktemur1-0/+20
2020-02-20gdbserver: turn target ops 'supports_{fork,vfork,exec}_events' into methodsTankut Baris Aktemur1-0/+29
2020-02-20gdbserver: turn target op 'supports_multi_process' into a methodTankut Baris Aktemur1-0/+20
2020-02-20gdbserver: turn non-stop and async target ops into methodsTankut Baris Aktemur1-0/+33
2020-02-20gdbserver: turn target op 'qxfer_siginfo' into a methodTankut Baris Aktemur1-0/+24
2020-02-20gdbserver: turn target op 'qxfer_osdata' into a methodTankut Baris Aktemur1-0/+24
2020-02-20gdbserver: turn target op 'hostio_last_error' into a methodTankut Baris Aktemur1-0/+22
2020-02-20gdbserver: turn target op 'get_tls_address' into a methodTankut Baris Aktemur1-0/+22
2020-02-20gdbserver: turn target op 'read_offsets' into a methodTankut Baris Aktemur1-0/+24
2020-02-20gdbserver: turn target ops 'stopped_by_watchpoint' and 'stopped_data_address'...Tankut Baris Aktemur1-0/+33
2020-02-20gdbserver: turn target op 'supports_hardware_single_step' into a methodTankut Baris Aktemur1-0/+28
2020-02-20gdbserver: turn target op '{supports_}stopped_by_hw_breakpoint' into a methodTankut Baris Aktemur1-0/+24
2020-02-20gdbserver: turn target op '{supports_}stopped_by_sw_breakpoint' into a methodTankut Baris Aktemur1-0/+24
2020-02-20gdbserver: turn target ops 'insert_point' and 'remove_point' into methodsTankut Baris Aktemur1-0/+36