26 Commits (e97522312be8a4e666aaa69ddd3f2107c1e38582)

Author SHA1 Message Date
Andrew Burgess 1d506c26d9 Update copyright year range in header of all files managed by GDB 2 years ago
Joel Brobecker 213516ef31 Update copyright year range in header of all files managed by GDB 3 years ago
Joel Brobecker 4a94e36819 Automatic Copyright Year update after running gdb/copyright.py 4 years ago
Joel Brobecker 3666a04883 Update copyright year range in all GDB files 5 years ago
Tankut Baris Aktemur 0dd7b52ede gdbserver/linux-low: delete 'linux_target_ops' and 'the_low_target' 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 6 years ago
Tankut Baris Aktemur e2558df32b gdbserver: turn target ops 'read_memory' and 'write_memory' into methods 6 years ago
Simon Marchi feacfcacaa gdbserver: rename source files to .cc 6 years ago
Tom Tromey 919adfe840 Move gdbserver to top level 6 years ago
Joel Brobecker b811d2c292 Update copyright year range in all GDB files. 6 years ago
Joel Brobecker 42a4f53d2b Update copyright year range in all GDB files. 7 years ago
Simon Marchi cf4088a92f Remove some unused variables 8 years ago
Tom Tromey e38504b392 Remove ptid_get_lwp 8 years ago
Tom Tromey e99b03dcf4 Remove ptid_get_pid 8 years ago
Maciej W. Rozycki 7e947ad343 MIPS/gdbserver: Correctly handle narrow big-endian register transfers 8 years ago
Maciej W. Rozycki 75d74ccace MIPS/Linux: Disable n32 USR `ptrace' accesses to 64-bit registers 8 years ago
Maciej W. Rozycki e4439e4346 MIPS/gdbserver: Fix issues with $zero register reads 8 years ago
Joel Brobecker e2882c8578 Update copyright year range in all GDB files 8 years ago
Simon Marchi da25033cd9 Remove usages of find_inferior in linux-mips-low.c 9 years ago
Simon Marchi 9c80ecd646 gdbserver: use std::list for all_threads 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
Joel Brobecker 61baf725ec update copyright year range in GDB files 9 years ago
Adhemerval Zanella 754653a7c0 Sync proc_service definition with GLIBC 10 years ago
Joel Brobecker 618f726fcb GDB copyright headers update after running GDB's copyright.py script. 10 years ago
Antoine Tremblay fa5308bdcc Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServer 10 years ago
Antoine Tremblay fbec895607 Remove too simple breakpoint_reinsert_addr implementations. 11 years ago
Simon Marchi 1996e237bb linux-mips-low.c: Add casts 11 years ago
Simon Marchi cbec665beb linux-mips-low.c: Change "private" variable name 11 years ago
Simon Marchi eb3e3c67e5 linux-mips-low.c: Fix type of mips_add_watchpoint parameter 11 years ago
Pedro Alves 50bc912a20 gdbserver/Linux: Introduce NULL_REGSET 11 years ago
Antoine Tremblay dd37334957 Add the target_ops needed for software breakpoints in GDBServer. 11 years ago