aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Implementing catch syscall.Sergio Durigan Junior1-8/+136
2009-07-31ChangeLog:Ulrich Weigand1-0/+218
2009-07-13gdb/Jan Kratochvil1-0/+14
2009-07-02gdb/Pedro Alves1-30/+85
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand1-2/+2
2009-07-02 * target.h (struct target_ops): New member to_thread_architecture.Ulrich Weigand1-2/+2
2009-06-17 * ada-tasks.c (read_known_tasks_array): Use target_gdbarch insteadUlrich Weigand1-2/+2
2009-06-07 * target.h (struct target_ops): Make to_has_all_memory,Pedro Alves1-0/+6
2009-05-27gdb/Pedro Alves1-0/+5
2009-05-24gdb:Doug Evans1-4/+4
2009-05-24gdb/Pedro Alves1-30/+7
2009-05-21 * linux-nat.c (linux_nat_terminal_inferior)Pedro Alves1-9/+1
2009-05-21 * target.h (TARGET_WNOHANG): New.Pedro Alves1-15/+9
2009-05-19 * fork-child.c: Don't include frame.h. Include terminal.h.Pedro Alves1-0/+3
2009-05-18 * linux-nat.h (linux_proc_get_tgid): Declare.Pedro Alves1-0/+28
2009-05-18 * fork-child.c (fork_inferior): Only reset the thread list if thisPedro Alves1-137/+316
2009-05-17gdb/Pedro Alves1-9/+9
2009-05-11 * linux-nat.c (enum sigchld_state): Delete.Pedro Alves1-659/+292
2009-05-08 * linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.Doug Evans1-2/+0
2009-04-01 * linux-nat.c (linux_nat_filter_event): Minor comment reformatting.Joel Brobecker1-1/+1
2009-04-01 * linux-nat.c (linux_nat_filter_events): Do not delete the lwp ifJoel Brobecker1-11/+12
2009-03-25 ARI fix: "strlen d_name" rule.Pierre Muller1-1/+1
2009-03-18 * linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is anDoug Evans1-11/+13
2009-03-17 Add a target_ops parameter to the to_kill method in struct target_ops.Joel Brobecker1-1/+1
2009-02-23 * corelow.c (get_core_registers): Adjust.Pedro Alves1-10/+18
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves1-1/+4
2009-02-07 * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFOPedro Alves1-1/+2
2009-02-06 * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t)Pedro Alves1-2/+57
2009-02-062009-02-06 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-1/+49
2009-02-06 * linux-nat.c (linux_nat_wait): Adjust.Pedro Alves1-6/+3
2009-01-26 * linux-nat.c (linux_child_follow_fork): Copy attach_flag from thePedro Alves1-2/+10
2009-01-06Check return values of functions declared with warn_unused_resultJim Blandy1-2/+4
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-12-28 * linux-fork.c (linux_fork_detach): New.Pedro Alves1-8/+20
2008-12-18 * linux-nat.c (linux_child_follow_fork): If following the child,Pedro Alves1-0/+6
2008-12-162008-12-16 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-5/+1
2008-12-02 Implement -list-thread-groups --availableVladimir Prus1-0/+115
2008-11-09 Kill pthread_ops_hackVladimir Prus1-8/+9
2008-10-28 * cli/cli-script.c (do_fclose_cleanup): Remove.Tom Tromey1-6/+15
2008-10-23gdb/Pedro Alves1-28/+100
2008-10-032008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-4/+2
2008-09-252008-09-25 Sérgio Durigan Júnior <sergiodj@linux.vnet.ibm.com>Thiago Jung Bauermann1-2/+2
2008-09-22 Make the stop_soon global be per-inferior instead.Pedro Alves1-4/+19
2008-09-22 * gnu-nat.c (gnu_attach): Add process to inferiors table.Pedro Alves1-1/+9
2008-09-22gdb/Pedro Alves1-10/+16
2008-09-08 Remove the global stop_signal in favour of a per-threadPedro Alves1-40/+37
2008-09-08 Remove context switching in favour of accessing thread_info fieldsPedro Alves1-0/+18
2008-09-08 * inf-ptrace.c: Include "gdbthread.h".Pedro Alves1-6/+7
2008-09-08 * linux-nat.c (linux_nat_wait): Update inferior_ptid's ptid withPedro Alves1-6/+5
2008-08-19 Make sure target supports non-stop.Vladimir Prus1-0/+7