aboutsummaryrefslogtreecommitdiff
path: root/gdb/nto-procfs.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04Remove do_closedir_cleanupTom Tromey1-20/+4
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-17/+21
2018-05-03target_ops: Use bool throughoutPedro Alves1-8/+9
2018-05-03Convert struct target_ops to C++Pedro Alves1-159/+173
2018-03-08Use scoped_fd in more placesTom Tromey1-19/+13
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves1-2/+2
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-1/+1
2018-01-19Remove args from target detachSimon Marchi1-6/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Create private_thread_info hierarchySimon Marchi1-22/+8
2017-11-07Constify add_infoTom Tromey1-2/+2
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-1/+1
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-4/+5
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi1-3/+4
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