aboutsummaryrefslogtreecommitdiff
path: root/gdb/ia64-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-03Remove ptid_get_lwpTom Tromey1-1/+1
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-05-30Remove regcache_raw_collectSimon Marchi1-4/+3
2018-05-30Remove regcache_raw_supplySimon Marchi1-25/+24
2018-05-30Remove regcache_get_ptidSimon Marchi1-2/+2
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-3/+1
2018-05-03linux_nat_target: More low methodsPedro Alves1-4/+5
2018-05-03target_ops: Use bool throughoutPedro Alves1-8/+8
2018-05-03Convert struct target_ops to C++Pedro Alves1-65/+69
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-4/+4
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi1-12/+8
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-05-19Fix invalid implicit conversions from void *Andreas Schwab1-3/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-07-31Mostly trivial enum fixesSimon Marchi1-4/+7
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-02-25Re-implement ia64-linux-nat.c::ia64_linux_xfer_partialPedro Alves1-12/+23
2014-02-25Adjust ia64_linux_xfer_partial following to_xfer_partial API change.Joel Brobecker1-5/+23
2014-02-19Add target_ops argument to to_insert_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_remove_watchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_can_use_hw_breakpointTom Tromey1-1/+2
2014-02-19add "this" pointers to more target APIsTom Tromey1-2/+2
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-18Add target_xfer_partial_ftypeYao Qi1-3/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-2/+2
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-07-06gdb/Jan Kratochvil1-5/+6
2012-03-282012-03-28 Pedro Alves <palves@redhat.com>Pedro Alves1-1/+34
2012-03-282012-03-28 Pedro Alves <palves@redhat.com>Pedro Alves1-1/+1
2012-03-28[ia64-linux] Allow libunwind to fetch register 0Joel Brobecker1-0/+10
2012-03-21struct siginfo vs. siginfo_tThomas Schwinge1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-12-14gdb/Pedro Alves1-3/+3
2011-10-072011-10-07 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-7/+5
2011-01-092011-01-08 Michael Snyder <msnyder@vmware.com>Michael Snyder1-21/+22
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-07-27gdb/Jan Kratochvil1-0/+13
2010-07-072010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>gdb_7_2-branchpointThiago Jung Bauermann1-2/+4
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-02-23 * corelow.c (get_core_registers): Adjust.Pedro Alves1-2/+4
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-2/+2
2008-08-15 * ia64-linux.nat (_initialize_ia64_linux_nat): Don'tVladimir Prus1-1/+1
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-10-13 * ia64-linux-nat.c (ia64_register_addr): Add gdbarch parameter,Ulrich Weigand1-10/+10