aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-20Move shared native target specific code to gdb/natGary Benson1-3/+3
2014-06-09Fix a bunch of fork related regressions.Pedro Alves1-4/+10
2014-06-08Fix gdb.base/watch-vfork.exp: Watchpoint triggers after vfork (sw) (timeout) ...Hui Zhu1-1/+24
2014-06-04constify to_attachTom Tromey1-1/+1
2014-05-29PR gdb/15713 - errors from i386_linux_resume lead to lock-upPedro Alves1-23/+18
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves1-0/+8
2014-04-25PR server/16255: gdbserver cannot attach to a second inferior that is multi-t...Pedro Alves1-2/+5
2014-03-21Fix internal warning when "gdb -p xxx"Hui Zhu1-11/+7
2014-03-14Rename native-only terminal related functions.Pedro Alves1-4/+4
2014-02-27Move linux-nat.c:status_to_str to nat/linux-waitpid.c.Pedro Alves1-25/+0
2014-02-26start change to progspace independenceTom Tromey1-2/+2
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-3/+4
2014-02-26change minsym representationTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_static_tracepoint_markers_by_stridTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_supports_disable_randomizationTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_supports_multi_processTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_make_corefile_notesTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_supports_non_stopTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_pid_to_exec_fileTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_stopTom Tromey1-2/+2
2014-02-19Add target_ops argument to to_thread_nameTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_pass_signalsTom Tromey1-3/+4
2014-02-19Add target_ops argument to to_set_syscall_catchpointTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_remove_exec_catchpointTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_insert_exec_catchpointTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_remove_vfork_catchpointTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_insert_vfork_catchpointTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_remove_fork_catchpointTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_insert_fork_catchpointTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_post_startup_inferiorTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_terminal_oursTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_terminal_inferiorTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_post_attachTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_closeTom Tromey1-2/+2
2014-02-19add "this" pointers to more target APIsTom Tromey1-12/+10
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-31/+68
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-5/+5
2014-01-16target: allow decr_pc_after_break to be defined by the targetMarkus Metzger1-2/+2
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-6/+6
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-2/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-18Add target_xfer_partial_ftypeYao Qi1-5/+1
2013-12-18Replace sprintf with xsnprintfYao Qi1-4/+5
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_dirent.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-08constify to_detachTom Tromey1-3/+6
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-95/+101
2013-09-03 * inf-child.c (inf_child_follow_fork) New parameterLuis Machado1-1/+2