aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-19Add target_ops argument to to_closeTom Tromey1-2/+2
2014-02-19add "this" pointers to more target APIsTom Tromey1-12/+10
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-31/+68
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-5/+5
2014-01-16target: allow decr_pc_after_break to be defined by the targetMarkus Metzger1-2/+2
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-6/+6
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-2/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-18Add target_xfer_partial_ftypeYao Qi1-5/+1
2013-12-18Replace sprintf with xsnprintfYao Qi1-4/+5
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_dirent.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-08constify to_detachTom Tromey1-3/+6
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-95/+101
2013-09-03 * inf-child.c (inf_child_follow_fork) New parameterLuis Machado1-1/+2
2013-08-22 Unify ptrace options discovery code and make both GDB andLuis Machado1-255/+16
2013-08-19linux-nat.c: no need to block child signals so aggressively.Pedro Alves1-45/+14
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves1-7/+6
2013-04-22 PR gdb/7912:Tom Tromey1-5/+6
2013-03-22Linux: No need to set ptrace event options in fork/clone children.Pedro Alves1-4/+0
2013-03-20gdb/Jan Kratochvil1-2/+2
2013-02-13[native x86 GNU/Linux] Access debug register mirror from the corresponding pr...Pedro Alves1-62/+88
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-2/+0
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-26gdb/Pedro Alves1-1/+1
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-3/+3
2012-11-09gdb/Pedro Alves1-0/+5
2012-08-16Change detach_breakpoints to take a ptid instead of a pidJoel Brobecker1-2/+1
2012-08-02gdb/Yao Qi1-6/+6
2012-07-202012-07-20 Pedro Alves <palves@redhat.com>Pedro Alves1-2/+10
2012-07-162012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>Marc Khouzam1-5/+2
2012-07-07gdb/Jan Kratochvil1-0/+2
2012-07-06gdb/Jan Kratochvil1-32/+12
2012-07-06gdb/Jan Kratochvil1-4/+7
2012-06-28gdb/Pedro Alves1-153/+55
2012-05-24gdb/Pedro Alves1-22/+22
2012-05-24gdb/Pedro Alves1-18/+18
2012-05-222012-05-22 Pedro Alves <palves@redhat.com>Pedro Alves1-0/+1
2012-04-16gdb/Yao Qi1-2/+2
2012-03-21struct siginfo vs. siginfo_tThomas Schwinge1-8/+8
2012-03-13gdb/Jan Kratochvil1-1/+26
2012-03-13gdb/Jan Kratochvil1-34/+3
2012-03-05gdb/Jan Kratochvil1-66/+1
2012-03-03gdb:Yao Qi1-0/+72
2012-03-012012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves1-2/+2
2012-02-272012-02-27 Pedro Alves <palves@redhat.com>Pedro Alves1-32/+1
2012-02-16 * symfile.c (symbol_file_add_main_1): Use inferior'sTom Tromey1-0/+3
2012-01-24gdb/Jan Kratochvil1-15/+89
2012-01-20 * gdbarch.sh (find_memory_regions): New callback.Ulrich Weigand1-85/+0