aboutsummaryrefslogtreecommitdiff
path: root/gdb/nto-procfs.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-2/+2
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-2/+2
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves1-1/+2
2016-07-01Factor out "Detaching from program" message printingPedro Alves1-9/+2
2016-04-12Do target_terminal_ours in query & friends instead of in all callersPedro Alves1-4/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-21[nto] Fix nto target stopped by watchpoint.Aleksandar Ristovski1-1/+20
2015-10-20[nto] Implement procfs_pid_to_exec_file.Aleksandar Ristovski1-0/+28
2015-10-20[nto] Implement TARGET_OBJECT_AUXV.Aleksandar Ristovski1-0/+34
2015-10-20[nto] Fixes for nto procfs.Aleksandar Ristovski1-25/+38
2015-10-16[nto] Fix nto build.Aleksandar Ristovski1-14/+11
2015-08-27gdb: Use sighandler_t everywherePedro Alves1-2/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves1-8/+8
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