summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce utility function find_inferior_ptidSimon Marchi2014-12-151-2/+2
* linux-nat.c (linux_nat_wait_1): Make local prev_mask non-static.Doug Evans2014-10-181-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Refactor native follow-fork.Don Breazeal2014-09-301-217/+26
* Linux targets: drop fall back to target method for 'make_corefile_notes'Andreas Arnez2014-09-301-57/+0
* Refactor ptrace extended event status.Don Breazeal2014-09-191-4/+7
* Replace "fprintf (stderr..." by "fprintf_unfiltered (gdb_stdlog..."Sergio Durigan Junior2014-09-161-11/+15
* * linux-nat.c (wait_lwp): Add debugging printf.Doug Evans2014-09-131-0/+4
* linux-nat.c (linux_nat_close): Don't pass NULL for "this".Doug Evans2014-08-251-2/+2
* linux-nat.c (linux_nat_thread_address_space): Delete dead code.Doug Evans2014-08-101-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* * inflow.c (child_terminal_inferior): Add comment.Doug Evans2014-07-311-2/+11
* Always pass signals to the right threadPedro Alves2014-07-251-2/+1
* Remove some GDBSERVER checks from linux-ptraceTom Tromey2014-07-241-0/+8
* Linux: Use kill_lwp/tkill instead of kill when killing a processPedro Alves2014-07-161-1/+1
* [GDB/Linux] Avoid stale errnoPedro Alves2014-07-151-8/+16
* Move shared native target specific code to gdb/natGary Benson2014-06-201-3/+3
* Fix a bunch of fork related regressions.Pedro Alves2014-06-091-4/+10
* Fix gdb.base/watch-vfork.exp: Watchpoint triggers after vfork (sw) (timeout) ...Hui Zhu2014-06-081-1/+24
* constify to_attachTom Tromey2014-06-041-1/+1
* PR gdb/15713 - errors from i386_linux_resume lead to lock-upPedro Alves2014-05-291-23/+18
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* Allow making GDB not automatically connect to the native target.Pedro Alves2014-05-211-0/+8
* PR server/16255: gdbserver cannot attach to a second inferior that is multi-t...Pedro Alves2014-04-251-2/+5
* Fix internal warning when "gdb -p xxx"Hui Zhu2014-03-211-11/+7
* Rename native-only terminal related functions.Pedro Alves2014-03-141-4/+4
* Move linux-nat.c:status_to_str to nat/linux-waitpid.c.Pedro Alves2014-02-271-25/+0
* start change to progspace independenceTom Tromey2014-02-261-2/+2
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-3/+4
* change minsym representationTom Tromey2014-02-261-1/+1
* 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