summaryrefslogtreecommitdiff
path: root/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* Share some inferior-related Windows codeTom Tromey2020-04-082-6/+5
* Share handle_exceptionTom Tromey2020-04-082-115/+25
* Share handle_load_dll and handle_unload_dll declarationsTom Tromey2020-04-082-16/+13
* Normalize handle_output_debug_string APITom Tromey2020-04-082-9/+18
* Share some Windows-related globalsTom Tromey2020-04-082-8/+6
* Share get_image_name between gdb and gdbserverTom Tromey2020-04-082-50/+6
* Share thread_rec between gdb and gdbserverTom Tromey2020-04-082-10/+20
* Wrap shared windows-nat code in windows_nat namespaceTom Tromey2020-04-085-7/+23
* Call CloseHandle from ~windows_thread_infoTom Tromey2020-04-082-1/+4
* Share Windows thread-suspend and -resume codeTom Tromey2020-04-083-31/+16
* Change two windows_thread_info members to "bool"Tom Tromey2020-04-082-3/+8
* Use new and delete for windows_thread_infoTom Tromey2020-04-082-5/+7
* Share windows_thread_info between gdb and gdbserverTom Tromey2020-04-082-29/+5
* Rename win32_thread_info to windows_thread_infoTom Tromey2020-04-085-37/+58
* gdbserver/linux-low: delete 'linux_target_ops' and 'the_low_target'Tankut Baris Aktemur2020-04-0221-75/+24
* gdbserver/linux-low: turn 'get_ipa_tdesc_idx' into a methodTankut Baris Aktemur2020-04-026-24/+36
* gdbserver/linux-low: turn 'get_syscall_trapinfo' into a methodTankut Baris Aktemur2020-04-028-43/+123
* gdbserver/linux-low: turn 'supports_hardware_single_step' into a methodTankut Baris Aktemur2020-04-0216-149/+82
* gdbserver/linux-low: turn 'supports_range_stepping' into a methodTankut Baris Aktemur2020-04-0216-26/+54
* gdbserver/linux-low: turn 'emit_ops' into a methodTankut Baris Aktemur2020-04-0216-39/+54
* gdbserver/linux-low: turn fast tracepoint ops into methodsTankut Baris Aktemur2020-04-0216-158/+189
* gdbserver/linux-low: turn 'get_thread_area' into a methodTankut Baris Aktemur2020-04-0216-57/+103
* gdbserver/linux-low: turn 'supports_tracepoints' into a methodTankut Baris Aktemur2020-04-0216-42/+63
* gdbserver/linux-low: turn 'process_qsupported' into a methodTankut Baris Aktemur2020-04-0216-32/+38
* gdbserver/linux-low: turn 'prepare_to_resume' into a methodTankut Baris Aktemur2020-04-0217-27/+82
* gdbserver/linux-low: turn process/thread addition/deletion ops into methodsTankut Baris Aktemur2020-04-0218-205/+356
* gdbserver/linux-low: turn 'siginfo_fixup' into a methodTankut Baris Aktemur2020-04-0217-38/+72
* gdbserver/linux-low: turn '{collect, supply}_ptrace_register' into methodsTankut Baris Aktemur2020-04-0218-70/+133
* gdbserver/linux-low: turn watchpoint ops into methodsTankut Baris Aktemur2020-04-0218-106/+157
* gdbserver/linux-low: turn 'insert_point' and 'remove_point' into methodsTankut Baris Aktemur2020-04-0218-88/+172
* gdbserver/linux-low: turn 'supports_z_point_type' into a methodTankut Baris Aktemur2020-04-0218-59/+98
* gdbserver/linux-low: turn 'breakpoint_at' into a methodTankut Baris Aktemur2020-04-0222-111/+247
* gdbserver/linux-low: turn the 'decr_pc_after_break' field into a methodTankut Baris Aktemur2020-04-0221-21/+91
* gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' ...Tankut Baris Aktemur2020-04-0221-50/+84
* gdbserver/linux-low: turn 'sw_breakpoint_from_kind' into a methodTankut Baris Aktemur2020-04-0222-84/+205
* gdbserver/linux-low: turn 'breakpoint_kind_from_{pc, current_state}' into met...Tankut Baris Aktemur2020-04-0221-73/+79
* gdbserver/linux-low: turn 'get_pc' and 'set_pc' into methodsTankut Baris Aktemur2020-04-0221-95/+597
* gdbserver/linux-low: turn some more static functions into private methodsTankut Baris Aktemur2020-04-023-121/+213
* gdbserver/linux-low: turn 'fetch_register' into a methodTankut Baris Aktemur2020-04-0222-46/+80
* gdbserver/linux-low: turn 'cannot_{fetch/store}_register' into methodsTankut Baris Aktemur2020-04-0222-189/+453
* gdbserver/linux-low: turn 'regs_info' into a methodTankut Baris Aktemur2020-04-0223-98/+217
* gdbserver/linux-low: turn 'arch_setup' into a methodTankut Baris Aktemur2020-04-0222-84/+237
* gdbserver/linux-low: start turning linux target ops into methodsTankut Baris Aktemur2020-04-0222-5/+374
* gdbserver/linux-low: turn some static functions into private methodsTankut Baris Aktemur2020-04-023-133/+195
* gdbserver: make linux target op 'cannot_store_register' a predicate functionTankut Baris Aktemur2020-04-023-6/+12
* gdb: remove HAVE_DECL_PTRACESimon Marchi2020-03-203-24/+5
* Namespace the reg class to avoid clashes with OS headersKamil Rytarowski2020-03-184-3/+9
* Change gdbserver to use existing gdbsupportTom Tromey2020-03-124-82/+35
* Fix gdbserver build when intl already builtTom Tromey2020-03-126-5/+118
* Move gdb/selftest.m4 to gdbsupport/selftest.m4Simon Marchi2020-03-122-1/+5