summaryrefslogtreecommitdiff
path: root/gdb/nto-procfs.c
Commit message (Expand)AuthorAgeFilesLines
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-4/+5
* Use ptid from regcache in almost all remaining nat filesSimon Marchi2017-03-201-3/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-2/+2
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-2/+2
* Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves2016-08-101-1/+2
* Factor out "Detaching from program" message printingPedro Alves2016-07-011-9/+2
* Do target_terminal_ours in query & friends instead of in all callersPedro Alves2016-04-121-4/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* [nto] Fix nto target stopped by watchpoint.Aleksandar Ristovski2015-10-211-1/+20
* [nto] Implement procfs_pid_to_exec_file.Aleksandar Ristovski2015-10-201-0/+28
* [nto] Implement TARGET_OBJECT_AUXV.Aleksandar Ristovski2015-10-201-0/+34
* [nto] Fixes for nto procfs.Aleksandar Ristovski2015-10-201-25/+38
* [nto] Fix nto build.Aleksandar Ristovski2015-10-161-14/+11
* gdb: Use sighandler_t everywherePedro Alves2015-08-271-2/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Fix interrupt-noterm.exp on targets always in non-stopPedro Alves2015-08-071-8/+8
* Mostly trivial enum fixesSimon Marchi2015-07-311-9/+14
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-8/+8
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Push pruning old threads down to the targetPedro Alves2014-10-151-4/+6
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-2/+0
* Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki2014-10-031-0/+2
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* constify to_openTom Tromey2014-07-301-3/+3
* constify to_attachTom Tromey2014-06-041-1/+1
* Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves2014-05-211-2/+1
* Allow making GDB not automatically connect to the native target.Pedro Alves2014-05-211-13/+41
* nto-procfs.c: Add "target native".Pedro Alves2014-05-211-12/+32
* Make the nto-procfs.c target inherit inf-child.c.Pedro Alves2014-03-121-73/+46
* nto-procfs.c: Don't install a deprecated_xfer_memory methodPedro Alves2014-02-261-24/+34
* fix buglet in nto-procfs.cTom Tromey2014-02-191-2/+3
* Add target_ops argument to to_stopTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_pass_signalsTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_can_runTom Tromey2014-02-191-2/+2
* Add target_ops argument to to_insert_watchpointTom Tromey2014-02-191-2/+4
* Add target_ops argument to to_remove_watchpointTom Tromey2014-02-191-2/+4
* Add target_ops argument to to_insert_hw_breakpointTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_can_use_hw_breakpointTom Tromey2014-02-191-2/+4
* Add target_ops argument to to_post_attachTom Tromey2014-02-191-1/+1
* add "this" pointers to more target APIsTom Tromey2014-02-191-2/+2
* target, breakpoint: allow insert/remove breakpoint to be forwardedMarkus Metzger2014-01-161-2/+2
* Add target_ops argument to to_prepare_to_storeMarkus Metzger2014-01-161-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_dirent.hTom Tromey2013-11-181-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* constify to_detachTom Tromey2013-11-081-1/+1
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-7/+8