46 Commits (f3f6c0df60c4e8a6c3409db4f23f2cdec5a9d41c)

Author SHA1 Message Date
John Baldwin 03e6fe7e0a gdbserver: Add a function to set the XSAVE mask and size. 3 years ago
Joel Brobecker 213516ef31 Update copyright year range in header of all files managed by GDB 3 years ago
Simon Marchi 5e219e0f46 gdbserver/linux-x86: move lwp declaration out of __x86_64__ region 3 years ago
Simon Marchi 4855cbdc3d gdbserver/linux-x86: make is_64bit_tdesc accept thread as a parameter 3 years ago
Simon Marchi c058728c31 gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DEBUG_ENTER_EXIT 4 years ago
Joel Brobecker 4a94e36819 Automatic Copyright Year update after running gdb/copyright.py 4 years ago
Tankut Baris Aktemur 24583e45ef gdbserver: replace direct assignments to current_thread 4 years ago
Simon Marchi 6bd434d6ca gdb: make some variables static 5 years ago
Tom de Vries 037e8112b9 [gdb/server] Don't overwrite fs/gs_base with -m32 5 years ago
Joel Brobecker 3666a04883 Update copyright year range in all GDB files 5 years ago
Simon Marchi dda83cd783 gdb, gdbserver, gdbsupport: fix leading space vs tabs issues 6 years ago
Andrew Burgess 51a948fdf0 gdb: Have allocate_target_description return a unique_ptr 6 years ago
Tom Tromey db92ac4568 Use arrays rather than pointers for global string constants 6 years ago
Simon Marchi b315b67d7a gdbserver: fix memory leak when handling qsupported packet 6 years ago
Simon Marchi 1eb3991427 gdb, gdbserver: remove configure check for fs_base/gs_base in user_regs_struct 6 years ago
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 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
Simon Marchi df4a0200dc gdbserver: make some functions static in linux-x86-low.c 6 years ago
Joel Brobecker b811d2c292 Update copyright year range in all GDB files. 6 years ago
Christian Biesinger ca3a04f65d Use strtok_r instead of strtok 7 years ago