summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Add target_ops argument to to_static_tracepoint_markers_by_stridTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_supports_disable_randomizationTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_supports_multi_processTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_make_corefile_notesTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_supports_non_stopTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_pid_to_exec_fileTom Tromey2014-02-191-3/+3
* Add target_ops argument to to_stopTom Tromey2014-02-191-2/+2
* Add target_ops argument to to_thread_nameTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_pass_signalsTom Tromey2014-02-191-3/+4
* Add target_ops argument to to_set_syscall_catchpointTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_remove_exec_catchpointTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_insert_exec_catchpointTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_remove_vfork_catchpointTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_insert_vfork_catchpointTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_remove_fork_catchpointTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_insert_fork_catchpointTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_post_startup_inferiorTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_terminal_oursTom Tromey2014-02-191-3/+3
* Add target_ops argument to to_terminal_inferiorTom Tromey2014-02-191-3/+3
* Add target_ops argument to to_post_attachTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_closeTom Tromey2014-02-191-2/+2
* add "this" pointers to more target APIsTom Tromey2014-02-191-12/+10
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-31/+68
* Replace -1 with TARGET_XFER_E_IOYao Qi2014-02-071-5/+5
* target: allow decr_pc_after_break to be defined by the targetMarkus Metzger2014-01-161-2/+2
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-6/+6
* Remove duplicated #include's from GDBHonggyu Kim2014-01-071-2/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Add target_xfer_partial_ftypeYao Qi2013-12-181-5/+1
* Replace sprintf with xsnprintfYao Qi2013-12-181-4/+5
* remove gdb_stat.hTom Tromey2013-11-181-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-3/+6
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-95/+101
* * inf-child.c (inf_child_follow_fork) New parameterLuis Machado2013-09-031-1/+2
* Unify ptrace options discovery code and make both GDB andLuis Machado2013-08-221-255/+16
* linux-nat.c: no need to block child signals so aggressively.Pedro Alves2013-08-191-45/+14
* Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves2013-07-011-7/+6
* PR gdb/7912:Tom Tromey2013-04-221-5/+6
* Linux: No need to set ptrace event options in fork/clone children.Pedro Alves2013-03-221-4/+0
* gdb/Jan Kratochvil2013-03-201-2/+2
* [native x86 GNU/Linux] Access debug register mirror from the corresponding pr...Pedro Alves2013-02-131-62/+88
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-2/+0
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* gdb/Pedro Alves2012-11-261-1/+1
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-3/+3
* gdb/Pedro Alves2012-11-091-0/+5
* Change detach_breakpoints to take a ptid instead of a pidJoel Brobecker2012-08-161-2/+1
* gdb/Yao Qi2012-08-021-6/+6