aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/regcache.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Move gdbserver to top levelTom Tromey1-528/+0
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-7/+7
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-11GDBserver: Fix "Cond. jump or move depends on uninit value" in x87 codePedro Alves1-0/+10
2018-06-11Add regcache raw_compare methodAlan Hayward1-0/+14
2018-06-11Add reg_buffer_commonAlan Hayward1-17/+39
2018-05-08gdb/x86: Handle kernels using compact xsave formatAndrew Burgess1-0/+13
2018-03-26Make gdbserver reg_defs a vector of objectsAlan Hayward1-5/+5
2018-03-23Make gdbserver find_register_by_number staticAlan Hayward1-12/+8
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-2/+0
2017-12-02Remove for_each_inferiorSimon Marchi1-1/+1
2017-12-02Remove usage of find_inferior in regcache_invalidate_pidSimon Marchi1-13/+2
2017-10-14gdbserver: use std::list for all_threadsSimon Marchi1-14/+4
2017-09-15Use std::vector on tdesc->reg_defs (gdbserver/tdesc.h)Sergio Durigan Junior1-20/+19
2017-09-10Fix build breakage on GNU/Linux AArch64, take 2Sergio Durigan Junior1-4/+6
2017-09-05Use VEC for target_desc.reg_defsYao Qi1-15/+19
2017-08-25gdbserver: Rename some functions, thread -> inferiorSimon Marchi1-5/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-02-10Clear *VAL in regcache_raw_read_unsignedYao Qi1-0/+1
2016-01-12gdbserver: fix various warningsMike Frysinger1-12/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-18Share regcache function regcache_raw_read_unsignedAntoine Tremblay1-2/+24
2015-11-23[LynxOS] GDBserver crash debugging threaded programJoel Brobecker1-1/+11
2015-10-15aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi1-0/+8
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+4
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+1
2015-08-06gdbserver: no point in hiding the regcache type nowadaysPedro Alves1-4/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12gdbserver: Prevent stale/random values in register cacheAndreas Arnez1-0/+3
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson1-7/+7
2014-09-12Introduce common-regcache.hGary Benson1-0/+8
2014-08-28Straightforward fatal to internal_error conversionsGary Benson1-7/+6
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Move stdlib.h to common-defs.hGary Benson1-2/+0
2014-08-06Rearrange awkwardly-nested conditionalsGary Benson1-6/+4
2014-02-12replace convert_ascii_to_int with hex2binTom Tromey1-1/+1
2014-02-12replace convert_int_to_ascii with bin2hexTom Tromey1-4/+3
2014-02-12move some rsp bits into rsp-low.hTom Tromey1-0/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves1-107/+135
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-04-29gdb/gdbserver:Yao Qi1-0/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-01-28 gdb/gdbserver/Pedro Alves1-5/+82
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-06-01gdb/gdbserver/Pedro Alves1-1/+34
2010-04-12 * regcache.c (set_register_cache): Invalidate regcaches beforePedro Alves1-0/+7