31 Commits (4d095f5b5e57584133f85df42da2123e20834aec)

Author SHA1 Message Date
Tankut Baris Aktemur 0dd7b52ede gdbserver/linux-low: delete 'linux_target_ops' and 'the_low_target' 6 years ago
Tankut Baris Aktemur fc5ecdb630 gdbserver/linux-low: turn 'get_ipa_tdesc_idx' into a method 6 years ago
Tankut Baris Aktemur 9eedd27d42 gdbserver/linux-low: turn 'get_syscall_trapinfo' into a method 6 years ago
Tankut Baris Aktemur b31cdfa69f gdbserver/linux-low: turn 'supports_hardware_single_step' into a method 6 years ago
Tankut Baris Aktemur 9cfd871551 gdbserver/linux-low: turn 'supports_range_stepping' into a method 6 years ago
Tankut Baris Aktemur ab64c99982 gdbserver/linux-low: turn 'emit_ops' into a method 6 years ago
Tankut Baris Aktemur 809a0c354b gdbserver/linux-low: turn fast tracepoint ops into methods 6 years ago
Tankut Baris Aktemur 13e567af27 gdbserver/linux-low: turn 'get_thread_area' into a method 6 years ago
Tankut Baris Aktemur 47f70aa768 gdbserver/linux-low: turn 'supports_tracepoints' into a method 6 years ago
Tankut Baris Aktemur a5b5da9258 gdbserver/linux-low: turn 'process_qsupported' into a method 6 years ago
Tankut Baris Aktemur d7599cc082 gdbserver/linux-low: turn 'prepare_to_resume' into a method 6 years ago
Tankut Baris Aktemur fd000fb3df gdbserver/linux-low: turn process/thread addition/deletion ops into methods 6 years ago
Tankut Baris Aktemur cb63de7ca8 gdbserver/linux-low: turn 'siginfo_fixup' into a method 6 years ago
Tankut Baris Aktemur b35db73327 gdbserver/linux-low: turn '{collect, supply}_ptrace_register' into methods 6 years ago
Tankut Baris Aktemur ac1bbaca10 gdbserver/linux-low: turn watchpoint ops into methods 6 years ago
Tankut Baris Aktemur 9db9aa232a gdbserver/linux-low: turn 'insert_point' and 'remove_point' into methods 6 years ago
Tankut Baris Aktemur 007c9b975d gdbserver/linux-low: turn 'supports_z_point_type' into a method 6 years ago
Tankut Baris Aktemur d7146cda56 gdbserver/linux-low: turn 'breakpoint_at' into a method 6 years ago
Tankut Baris Aktemur d4807ea231 gdbserver/linux-low: turn the 'decr_pc_after_break' field into a method 6 years ago
Tankut Baris Aktemur 7582c77c1d gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' into methods 6 years ago
Tankut Baris Aktemur 3ca4edb661 gdbserver/linux-low: turn 'sw_breakpoint_from_kind' into a method 6 years ago
Tankut Baris Aktemur 06250e4e67 gdbserver/linux-low: turn 'breakpoint_kind_from_{pc, current_state}' into methods 6 years ago
Tankut Baris Aktemur bf9ae9d8c3 gdbserver/linux-low: turn 'get_pc' and 'set_pc' into methods 6 years ago
Tankut Baris Aktemur bd70b1f240 gdbserver/linux-low: turn 'fetch_register' into a method 6 years ago
Tankut Baris Aktemur daca57a7de gdbserver/linux-low: turn 'cannot_{fetch/store}_register' into methods 6 years ago
Tankut Baris Aktemur aa8d21c9bb gdbserver/linux-low: turn 'regs_info' into a method 6 years ago
Tankut Baris Aktemur 797bcff595 gdbserver/linux-low: turn 'arch_setup' into a method 6 years ago
Tankut Baris Aktemur ef0478f611 gdbserver/linux-low: start turning linux target ops into methods 6 years ago
Tankut Baris Aktemur 52405d85ec gdbserver: finish turning the target ops vector into a class 7 years ago
Tankut Baris Aktemur e2558df32b gdbserver: turn target ops 'read_memory' and 'write_memory' into methods 7 years ago
Simon Marchi feacfcacaa gdbserver: rename source files to .cc 7 years ago
Tom Tromey 919adfe840 Move gdbserver to top level 7 years ago
Simon Marchi df4a0200dc gdbserver: make some functions static in linux-x86-low.c 7 years ago
Joel Brobecker b811d2c292 Update copyright year range in all GDB files. 7 years ago
Christian Biesinger ca3a04f65d Use strtok_r instead of strtok 7 years ago
Tom Tromey 4196ab2a6d Replace write_inferior_memory with target_write_memory 7 years ago
Tom Tromey 268a13a5a3 Rename common to gdbsupport 7 years ago
Alan Hayward 2b40fda74b i386/AArch64: Remove old xml tests 7 years ago
Tom Tromey 422186a95c Remove newlines from warnings 7 years ago
Kevin Buettner e90a813d96 Fix regression caused by recently added syscall restart code 7 years ago
Kevin Buettner 3f52fdbcb5 Fix amd64->i386 linux syscall restart problem 8 years ago
Tom Tromey 0747795c08 Normalize includes to use common/ 8 years ago
Tom Tromey be6d4f74c7 Remove duplicate or commented-out #includes 8 years ago
Joel Brobecker 42a4f53d2b Update copyright year range in all GDB files. 8 years ago
Tom Tromey f2907e4991 Remove pid_to_ptid 8 years ago
Joel Brobecker e2882c8578 Update copyright year range in all GDB files 9 years ago
Simon Marchi 9179355e65 gdbserver: Use std::list for all_processes 9 years ago
Simon Marchi 04ec7890fc linux low: Make the arch code free arch_process_info 9 years ago
Simon Marchi 466eeceef4 lwp_info: Make the arch code free arch_lwp_info 9 years ago
Simon Marchi 785922a559 gdbserver: Remove duplicate functions to find any thread of process 9 years ago