aboutsummaryrefslogtreecommitdiff
path: root/gdb/nto-procfs.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-31Mostly trivial enum fixesSimon Marchi1-9/+14
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-8/+8
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-15Push pruning old threads down to the targetPedro Alves1-4/+6
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-2/+0
2014-10-03Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki1-0/+2
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-07-30constify to_openTom Tromey1-3/+3
2014-06-04constify to_attachTom Tromey1-1/+1
2014-05-21Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves1-2/+1
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves1-13/+41
2014-05-21nto-procfs.c: Add "target native".Pedro Alves1-12/+32
2014-03-12Make the nto-procfs.c target inherit inf-child.c.Pedro Alves1-73/+46
2014-02-26nto-procfs.c: Don't install a deprecated_xfer_memory methodPedro Alves1-24/+34
2014-02-19fix buglet in nto-procfs.cTom Tromey1-2/+3
2014-02-19Add target_ops argument to to_stopTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_pass_signalsTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_can_runTom Tromey1-2/+2
2014-02-19Add target_ops argument to to_insert_watchpointTom Tromey1-2/+4
2014-02-19Add target_ops argument to to_remove_watchpointTom Tromey1-2/+4
2014-02-19Add target_ops argument to to_insert_hw_breakpointTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_can_use_hw_breakpointTom Tromey1-2/+4
2014-02-19Add target_ops argument to to_post_attachTom Tromey1-1/+1
2014-02-19add "this" pointers to more target APIsTom Tromey1-2/+2
2014-01-16target, breakpoint: allow insert/remove breakpoint to be forwardedMarkus Metzger1-2/+2
2014-01-16Add target_ops argument to to_prepare_to_storeMarkus Metzger1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-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-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-7/+8
2013-07-31Replace most uses of deprecated_throw_reason with quit.Andrew Burgess1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-1/+1
2012-05-24gdb/Pedro Alves1-4/+4
2012-05-24gdb/Pedro Alves1-6/+6
2012-05-03not-procfs.c: Make procfs_find_new_threads and procfs_pid_to_str static.Joel Brobecker1-2/+2
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-04-27 * target.h (struct target_ops): Remove to_notice_signals;Ulrich Weigand1-26/+11
2011-04-262011-04-26 Aleksandar Ristovski <aristovski@qnx.com>Ulrich Weigand1-2/+4
2011-01-112011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+2
2011-01-102011-01-10 Michael Snyder <msnyder@vmware.com>Michael Snyder1-4/+5
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-07-072010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>gdb_7_2-branchpointThiago Jung Bauermann1-2/+4
2010-04-05 Remove remaining "%ll" uses.Pierre Muller1-2/+2
2010-02-15gdb/Jan Kratochvil1-4/+1
2010-01-08gdb/Jan Kratochvil1-2/+2
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+2
2009-10-192009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-2/+4
2009-07-28 * nto-tdep.c (nto_thread_state_str): New array.Aleksandar Ristovski1-9/+108