summaryrefslogtreecommitdiff
path: root/gdb/nto-procfs.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-24Create private_thread_info hierarchySimon Marchi
2017-11-07Constify add_infoTom Tromey
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves
2016-07-01Factor out "Detaching from program" message printingPedro Alves
2016-04-12Do target_terminal_ours in query & friends instead of in all callersPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-21[nto] Fix nto target stopped by watchpoint.Aleksandar Ristovski
2015-10-20[nto] Implement procfs_pid_to_exec_file.Aleksandar Ristovski
2015-10-20[nto] Implement TARGET_OBJECT_AUXV.Aleksandar Ristovski
2015-10-20[nto] Fixes for nto procfs.Aleksandar Ristovski
2015-10-16[nto] Fix nto build.Aleksandar Ristovski
2015-08-27gdb: Use sighandler_t everywherePedro Alves
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-15Push pruning old threads down to the targetPedro Alves
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-10-03Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki
2014-08-07Include string.h in common-defs.hGary Benson
2014-07-30constify to_openTom Tromey
2014-06-04constify to_attachTom Tromey
2014-05-21Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves
2014-05-21nto-procfs.c: Add "target native".Pedro Alves
2014-03-12Make the nto-procfs.c target inherit inf-child.c.Pedro Alves
2014-02-26nto-procfs.c: Don't install a deprecated_xfer_memory methodPedro Alves
2014-02-19fix buglet in nto-procfs.cTom Tromey
2014-02-19Add target_ops argument to to_stopTom Tromey
2014-02-19Add target_ops argument to to_pass_signalsTom Tromey
2014-02-19Add target_ops argument to to_can_runTom Tromey
2014-02-19Add target_ops argument to to_insert_watchpointTom Tromey
2014-02-19Add target_ops argument to to_remove_watchpointTom Tromey
2014-02-19Add target_ops argument to to_insert_hw_breakpointTom Tromey
2014-02-19Add target_ops argument to to_can_use_hw_breakpointTom Tromey
2014-02-19Add target_ops argument to to_post_attachTom Tromey
2014-02-19add "this" pointers to more target APIsTom Tromey
2014-01-16target, breakpoint: allow insert/remove breakpoint to be forwardedMarkus Metzger
2014-01-16Add target_ops argument to to_prepare_to_storeMarkus Metzger
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker