aboutsummaryrefslogtreecommitdiff
path: root/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2020-04-08Share get_image_name between gdb and gdbserverTom Tromey2-50/+6
2020-04-08Share thread_rec between gdb and gdbserverTom Tromey2-10/+20
2020-04-08Wrap shared windows-nat code in windows_nat namespaceTom Tromey5-7/+23
2020-04-08Call CloseHandle from ~windows_thread_infoTom Tromey2-1/+4
2020-04-08Share Windows thread-suspend and -resume codeTom Tromey3-31/+16
2020-04-08Change two windows_thread_info members to "bool"Tom Tromey2-3/+8
2020-04-08Use new and delete for windows_thread_infoTom Tromey2-5/+7
2020-04-08Share windows_thread_info between gdb and gdbserverTom Tromey2-29/+5
2020-04-08Rename win32_thread_info to windows_thread_infoTom Tromey5-37/+58
2020-04-02gdbserver/linux-low: delete 'linux_target_ops' and 'the_low_target'Tankut Baris Aktemur21-75/+24
2020-04-02gdbserver/linux-low: turn 'get_ipa_tdesc_idx' into a methodTankut Baris Aktemur6-24/+36
2020-04-02gdbserver/linux-low: turn 'get_syscall_trapinfo' into a methodTankut Baris Aktemur8-43/+123
2020-04-02gdbserver/linux-low: turn 'supports_hardware_single_step' into a methodTankut Baris Aktemur16-149/+82
2020-04-02gdbserver/linux-low: turn 'supports_range_stepping' into a methodTankut Baris Aktemur16-26/+54
2020-04-02gdbserver/linux-low: turn 'emit_ops' into a methodTankut Baris Aktemur16-39/+54
2020-04-02gdbserver/linux-low: turn fast tracepoint ops into methodsTankut Baris Aktemur16-158/+189
2020-04-02gdbserver/linux-low: turn 'get_thread_area' into a methodTankut Baris Aktemur16-57/+103
2020-04-02gdbserver/linux-low: turn 'supports_tracepoints' into a methodTankut Baris Aktemur16-42/+63
2020-04-02gdbserver/linux-low: turn 'process_qsupported' into a methodTankut Baris Aktemur16-32/+38
2020-04-02gdbserver/linux-low: turn 'prepare_to_resume' into a methodTankut Baris Aktemur17-27/+82
2020-04-02gdbserver/linux-low: turn process/thread addition/deletion ops into methodsTankut Baris Aktemur18-205/+356
2020-04-02gdbserver/linux-low: turn 'siginfo_fixup' into a methodTankut Baris Aktemur17-38/+72
2020-04-02gdbserver/linux-low: turn '{collect, supply}_ptrace_register' into methodsTankut Baris Aktemur18-70/+133
2020-04-02gdbserver/linux-low: turn watchpoint ops into methodsTankut Baris Aktemur18-106/+157
2020-04-02gdbserver/linux-low: turn 'insert_point' and 'remove_point' into methodsTankut Baris Aktemur18-88/+172
2020-04-02gdbserver/linux-low: turn 'supports_z_point_type' into a methodTankut Baris Aktemur18-59/+98
2020-04-02gdbserver/linux-low: turn 'breakpoint_at' into a methodTankut Baris Aktemur22-111/+247
2020-04-02gdbserver/linux-low: turn the 'decr_pc_after_break' field into a methodTankut Baris Aktemur21-21/+91
2020-04-02gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' ...Tankut Baris Aktemur21-50/+84
2020-04-02gdbserver/linux-low: turn 'sw_breakpoint_from_kind' into a methodTankut Baris Aktemur22-84/+205
2020-04-02gdbserver/linux-low: turn 'breakpoint_kind_from_{pc, current_state}' into met...Tankut Baris Aktemur21-73/+79
2020-04-02gdbserver/linux-low: turn 'get_pc' and 'set_pc' into methodsTankut Baris Aktemur21-95/+597
2020-04-02gdbserver/linux-low: turn some more static functions into private methodsTankut Baris Aktemur3-121/+213
2020-04-02gdbserver/linux-low: turn 'fetch_register' into a methodTankut Baris Aktemur22-46/+80
2020-04-02gdbserver/linux-low: turn 'cannot_{fetch/store}_register' into methodsTankut Baris Aktemur22-189/+453
2020-04-02gdbserver/linux-low: turn 'regs_info' into a methodTankut Baris Aktemur23-98/+217
2020-04-02gdbserver/linux-low: turn 'arch_setup' into a methodTankut Baris Aktemur22-84/+237
2020-04-02gdbserver/linux-low: start turning linux target ops into methodsTankut Baris Aktemur22-5/+374
2020-04-02gdbserver/linux-low: turn some static functions into private methodsTankut Baris Aktemur3-133/+195
2020-04-02gdbserver: make linux target op 'cannot_store_register' a predicate functionTankut Baris Aktemur3-6/+12
2020-03-20gdb: remove HAVE_DECL_PTRACESimon Marchi3-24/+5
2020-03-18Namespace the reg class to avoid clashes with OS headersKamil Rytarowski4-3/+9
2020-03-12Change gdbserver to use existing gdbsupportTom Tromey4-82/+35
2020-03-12Fix gdbserver build when intl already builtTom Tromey6-5/+118
2020-03-12Move gdb/selftest.m4 to gdbsupport/selftest.m4Simon Marchi2-1/+5
2020-03-12Move sourcing of development.sh to GDB_AC_COMMONSimon Marchi3-439/+443
2020-03-12gdb/selftest.m4: ensure $development is setSimon Marchi2-0/+9
2020-03-11gdb: enable -Wmissing-prototypes warningSimon Marchi2-0/+5
2020-03-06gdbserver/gdbsupport: Add .dir-locals.el fileAndrew Burgess2-0/+45
2020-03-05gdb, gdbserver, gdbsupport: add .gitattributes filesTankut Baris Aktemur2-0/+10