summaryrefslogtreecommitdiff
path: root/gdb/sparc-nat.c
AgeCommit message (Expand)Author
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-06-07gdb: set only inferior_ptid in sparc_{fetch,store}_inferior_registersSimon Marchi
2021-03-04gdb: set current thread in sparc_{fetch,collect}_inferior_registers (PR gdb/2...Simon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-03-20Update the return type of gdb_ptrace to be more flexibleKamil Rytarowski
2020-03-17Add support for NetBSD threads in sparc-nat.cKamil Rytarowski
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-11-26Fix declaration of sparc_xfer_wcookieSimon Marchi
2019-10-18[gdb] Fix more typos in commentsTom de Vries
2019-10-17[gdb] Fix typos in commentsTom de Vries
2019-07-09Rename common to gdbsupportTom Tromey
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-07-03Remove ptid_get_pidTom Tromey
2018-05-30Remove regcache_raw_supplySimon Marchi
2018-05-30Remove regcache_get_ptidSimon Marchi
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-05-21SPARC: Rename register maps from "*regset" to "*regmap"Andreas Arnez
2014-02-27StackGhost cookie is per-process.Mark Kettenis
2014-02-11Update comments to to_xfer_partial implementations.Yao Qi
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-18Add target_xfer_partial_ftypeYao Qi
2013-11-18remove gdb_string.hTom Tromey
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-23Fix Sparc %fsr regset offset for BSD and Linux.David S. Miller
2012-03-22 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.Richard Henderson
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-05-21* sparc-nat.c (sparc_fetch_inferior_registers): Explicitly supplyMark Kettenis
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-06-17 * sparc64-nat.c (sparc64_gregset_supplies_p): Add GDBARCH parameter.Ulrich Weigand
2009-02-23 * corelow.c (get_core_registers): Adjust.Pedro Alves
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker
2007-05-07 * sparc-nat.h (sparc_fetch_inferior_registers): Add prototype.Ulrich Weigand