aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-24procfs.c: Don't install a deprecated_xfer_memory methodPedro Alves1-46/+27
2014-02-19Add target_ops argument to to_make_corefile_notesTom Tromey1-3/+4
2014-02-19Add target_ops argument to to_find_memory_regionsTom Tromey1-2/+4
2014-02-19Add target_ops argument to to_stopTom Tromey1-2/+2
2014-02-19Add target_ops argument to to_pass_signalsTom Tromey1-2/+4
2014-02-19Add target_ops argument to to_region_ok_for_hw_watchpointTom Tromey1-1/+2
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-2/+4
2014-02-19add "this" pointers to more target APIsTom Tromey1-1/+1
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-4/+6
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-2/+2
2014-01-27Remove assert in procfs.c::procfs_make_note_section (x86-solaris)Joel Brobecker1-3/+0
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-6/+1
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-2/+2
2013-10-25Make STARTUP_WITH_SHELL a runtime toggle -- add new "set/show startup-with-sh...Pedro Alves1-2/+0
2013-10-04Fix build failure in procfs.c after MERGEPID -> ptid_build conversion.Joel Brobecker1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-50/+55
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-112012-12-11 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+7
2012-12-11gdb/Pedro Alves1-60/+16
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-15/+15
2012-09-27Make procfs.c:proc_get_LDT_entry staticJoel Brobecker1-1/+1
2012-09-27Fix declaration of proc_find_memory_regionsJoel Brobecker1-5/+1
2012-09-26 * procfs.c: Add gdb_bfd header.Pierre Muller1-0/+1
2012-08-07gdb/Jan Kratochvil1-0/+1
2012-07-23 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey1-2/+1
2012-07-23 * bfd-target.c (target_bfd_reopen): Update.Tom Tromey1-1/+2
2012-07-18 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref andTom Tromey1-5/+5
2012-05-24gdb/Pedro Alves1-5/+5
2012-05-24gdb/Pedro Alves1-9/+9
2012-05-17procfs.c: Remove unused functions and make many functions staticJoel Brobecker1-273/+62
2012-04-27 * proc-utils.h (proc_prettyprint_signalset): New prototype.Maciej W. Rozycki1-3/+12
2012-04-25avoid a few strncpy-induced buffer overrunsJim Meyering1-2/+3
2012-03-21struct siginfo vs. siginfo_tThomas Schwinge1-1/+1
2012-01-20ChangeLog:Ulrich Weigand1-13/+20
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-11-10procfs file descriptor leaksJoel Brobecker1-12/+11
2011-11-10[procfs] /proc/.../map file descriptor leakJoel Brobecker1-1/+6
2011-09-222011-09-22 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+1
2011-04-27fix procfs.c:procfs_pass_signals advance declarationJoel Brobecker1-1/+1
2011-04-27 * target.h (struct target_ops): Remove to_notice_signals;Ulrich Weigand1-39/+19
2011-03-09 * cli/cli-cmds.c (shell_escape): Use lbasename.Pedro Alves1-1/+1
2011-01-112011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2011-01-102011-01-10 Michael Snyder <msnyder@vmware.com>Michael Snyder1-124/+127