summaryrefslogtreecommitdiff
path: root/gdb/nto-procfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace most uses of deprecated_throw_reason with quit.Andrew Burgess2013-07-311-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-1/+1
* gdb/Pedro Alves2012-05-241-4/+4
* gdb/Pedro Alves2012-05-241-6/+6
* not-procfs.c: Make procfs_find_new_threads and procfs_pid_to_str static.Joel Brobecker2012-05-031-2/+2
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* * target.h (struct target_ops): Remove to_notice_signals;Ulrich Weigand2011-04-271-26/+11