7 Commits (be2bc30f9cb3e8dd8b566db551a8ce3cc305e015)

Author SHA1 Message Date
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
Shahab Vahedi 981b570a53 gdbserver: Remove unused argument in register_data() 6 years ago
Kamil Rytarowski 5a82b8a12b Namespace the reg class to avoid clashes with OS headers 6 years ago
Tankut Baris Aktemur 52405d85ec gdbserver: finish turning the target ops vector into a class 6 years ago
Tankut Baris Aktemur 770d8f6a51 gdbserver: turn target ops 'read_pc' and 'write_pc' 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
Tom Tromey 268a13a5a3 Rename common to gdbsupport 7 years ago
Tom Tromey 0747795c08 Normalize includes to use common/ 7 years ago
Joel Brobecker 42a4f53d2b Update copyright year range in all GDB files. 7 years ago
Pedro Alves cb19713281 GDBserver: Fix "Cond. jump or move depends on uninit value" in x87 code 8 years ago
Alan Hayward f868386e72 Add regcache raw_compare method 8 years ago
Alan Hayward 9c86188316 Add reg_buffer_common 8 years ago
Andrew Burgess 8ee22052f6 gdb/x86: Handle kernels using compact xsave format 8 years ago
Alan Hayward 5cd3e386e0 Make gdbserver reg_defs a vector of objects 8 years ago
Alan Hayward dff7492c9b Make gdbserver find_register_by_number static 8 years ago
Joel Brobecker e2882c8578 Update copyright year range in all GDB files 8 years ago
Simon Marchi 798a7429f9 Remove some unused variables 8 years ago
Simon Marchi f004534791 Remove for_each_inferior 8 years ago
Simon Marchi 634a3254c8 Remove usage of find_inferior in regcache_invalidate_pid 8 years ago
Simon Marchi 9c80ecd646 gdbserver: use std::list for all_threads 9 years ago
Sergio Durigan Junior c4dfafabc5 Use std::vector on tdesc->reg_defs (gdbserver/tdesc.h) 9 years ago
Sergio Durigan Junior a059f00c85 Fix build breakage on GNU/Linux AArch64, take 2 9 years ago
Yao Qi f7000548a2 Use VEC for target_desc.reg_defs 9 years ago
Simon Marchi 6afd337d1a gdbserver: Rename some functions, thread -> inferior 9 years ago
Joel Brobecker 61baf725ec update copyright year range in GDB files 9 years ago
Yao Qi 9f6a71b4bf Clear *VAL in regcache_raw_read_unsigned 10 years ago
Mike Frysinger 5b3da067f0 gdbserver: fix various warnings 10 years ago
Joel Brobecker 618f726fcb GDB copyright headers update after running GDB's copyright.py script. 10 years ago
Antoine Tremblay 68ce205943 Share regcache function regcache_raw_read_unsigned 10 years ago
Joel Brobecker 80d82c1964 [LynxOS] GDBserver crash debugging threaded program 11 years ago
Yao Qi 8d689ee570 aarch64 multi-arch part 6: HW breakpoint on unaligned address 11 years ago
Simon Marchi 224c3ddb89 Add casts to memory allocation related calls 11 years ago
Simon Marchi 8d7493201c Replace some xmalloc-family functions with XNEW-family ones 11 years ago
Pedro Alves a44892be35 gdbserver: no point in hiding the regcache type nowadays 11 years ago
Joel Brobecker 32d0add0a6 Update year range in copyright notice of all files owned by the GDB project. 11 years ago
Andreas Arnez 098dbe6124 gdbserver: Prevent stale/random values in register cache 12 years ago
Gary Benson 0bfdf32fa1 Rename current_inferior as current_thread in gdbserver 12 years ago
Gary Benson 361c8ade9c Introduce common-regcache.h 12 years ago
Gary Benson 38e08fcac0 Straightforward fatal to internal_error conversions 12 years ago
Gary Benson 6d3d12ebef Include string.h in common-defs.h 12 years ago
Gary Benson d7096f7165 Move stdlib.h to common-defs.h 12 years ago
Gary Benson 87f6c4e3e6 Rearrange awkwardly-nested conditionals 12 years ago
Tom Tromey a7191e8bd7 replace convert_ascii_to_int with hex2bin 12 years ago
Tom Tromey e9371aff2d replace convert_int_to_ascii with bin2hex 12 years ago
Tom Tromey 9c3d65319a move some rsp bits into rsp-low.h 12 years ago
Joel Brobecker ecd75fc8ee Update Copyright year range in all files maintained by GDB. 12 years ago
Pedro Alves 3aee891821 [GDBserver] Multi-process + multi-arch 13 years ago