summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/regcache.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-12-02Remove for_each_inferiorSimon Marchi
2017-12-02Remove usage of find_inferior in regcache_invalidate_pidSimon Marchi
2017-10-14gdbserver: use std::list for all_threadsSimon Marchi
2017-09-15Use std::vector on tdesc->reg_defs (gdbserver/tdesc.h)Sergio Durigan Junior
2017-09-10Fix build breakage on GNU/Linux AArch64, take 2Sergio Durigan Junior
2017-09-05Use VEC for target_desc.reg_defsYao Qi
2017-08-25gdbserver: Rename some functions, thread -> inferiorSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-02-10Clear *VAL in regcache_raw_read_unsignedYao Qi
2016-01-12gdbserver: fix various warningsMike Frysinger
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-18Share regcache function regcache_raw_read_unsignedAntoine Tremblay
2015-11-23[LynxOS] GDBserver crash debugging threaded programJoel Brobecker
2015-10-15aarch64 multi-arch part 6: HW breakpoint on unaligned addressYao Qi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-06gdbserver: no point in hiding the regcache type nowadaysPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-12gdbserver: Prevent stale/random values in register cacheAndreas Arnez
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson
2014-09-12Introduce common-regcache.hGary Benson
2014-08-28Straightforward fatal to internal_error conversionsGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Move stdlib.h to common-defs.hGary Benson
2014-08-06Rearrange awkwardly-nested conditionalsGary Benson
2014-02-12replace convert_ascii_to_int with hex2binTom Tromey
2014-02-12replace convert_int_to_ascii with bin2hexTom Tromey
2014-02-12move some rsp bits into rsp-low.hTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-04-29gdb/gdbserver:Yao Qi
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-01-28 gdb/gdbserver/Pedro Alves
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-06-01gdb/gdbserver/Pedro Alves
2010-04-12 * regcache.c (set_register_cache): Invalidate regcaches beforePedro Alves
2010-04-11 * regcache.c (realloc_register_cache): Invalidate inferior'sPedro Alves
2010-04-09 gdb/gdbserver/Pedro Alves
2010-02-032010-02-03 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
2010-01-20 * regcache.h (struct thread_info): Forward declare.Pedro Alves
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-06-22 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.Aleksandar Ristovski
2009-03-22 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,Pedro Alves
2009-01-19 * regcache.c (new_register_cache): No need to check result of xcalloc.Doug Evans
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-12-14 * utils.c (xmalloc,xcalloc,xstrdup): New fns.Doug Evans
2008-09-08 * regcache.c (new_register_cache): Return NULL if the registerPedro Alves