aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-18linux-nat.c (linux_nat_wait_1): Make local prev_mask non-static.Doug Evans1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-30Refactor native follow-fork.Don Breazeal1-217/+26
2014-09-30Linux targets: drop fall back to target method for 'make_corefile_notes'Andreas Arnez1-57/+0
2014-09-19Refactor ptrace extended event status.Don Breazeal1-4/+7
2014-09-16Replace "fprintf (stderr..." by "fprintf_unfiltered (gdb_stdlog..."Sergio Durigan Junior1-11/+15
2014-09-13 * linux-nat.c (wait_lwp): Add debugging printf.Doug Evans1-0/+4
2014-08-25linux-nat.c (linux_nat_close): Don't pass NULL for "this".Doug Evans1-2/+2
2014-08-10linux-nat.c (linux_nat_thread_address_space): Delete dead code.Doug Evans1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-31 * inflow.c (child_terminal_inferior): Add comment.Doug Evans1-2/+11
2014-07-25Always pass signals to the right threadPedro Alves1-2/+1
2014-07-24Remove some GDBSERVER checks from linux-ptraceTom Tromey1-0/+8
2014-07-16Linux: Use kill_lwp/tkill instead of kill when killing a processPedro Alves1-1/+1
2014-07-15[GDB/Linux] Avoid stale errnoPedro Alves1-8/+16
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