Age | Commit message (Expand) | Author | Files | Lines |
2009-05-19 | * fork-child.c: Don't include frame.h. Include terminal.h. | Pedro Alves | 1 | -0/+3 |
2009-05-18 | * linux-nat.h (linux_proc_get_tgid): Declare. | Pedro Alves | 1 | -0/+28 |
2009-05-18 | * fork-child.c (fork_inferior): Only reset the thread list if this | Pedro Alves | 1 | -137/+316 |
2009-05-17 | gdb/ | Pedro Alves | 1 | -9/+9 |
2009-05-11 | * linux-nat.c (enum sigchld_state): Delete. | Pedro Alves | 1 | -659/+292 |
2009-05-08 | * linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n. | Doug Evans | 1 | -2/+0 |
2009-04-01 | * linux-nat.c (linux_nat_filter_event): Minor comment reformatting. | Joel Brobecker | 1 | -1/+1 |
2009-04-01 | * linux-nat.c (linux_nat_filter_events): Do not delete the lwp if | Joel Brobecker | 1 | -11/+12 |
2009-03-25 | ARI fix: "strlen d_name" rule. | Pierre Muller | 1 | -1/+1 |
2009-03-18 | * linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is an | Doug Evans | 1 | -11/+13 |
2009-03-17 | Add a target_ops parameter to the to_kill method in struct target_ops. | Joel Brobecker | 1 | -1/+1 |
2009-02-23 | * corelow.c (get_core_registers): Adjust. | Pedro Alves | 1 | -10/+18 |
2009-02-21 | 2008-02-21 Pedro Alves <pedro@codesorcery.com> | Pedro Alves | 1 | -1/+4 |
2009-02-07 | * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GETSIGINFO | Pedro Alves | 1 | -1/+2 |
2009-02-06 | * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t) | Pedro Alves | 1 | -2/+57 |
2009-02-06 | 2009-02-06 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -1/+49 |
2009-02-06 | * linux-nat.c (linux_nat_wait): Adjust. | Pedro Alves | 1 | -6/+3 |
2009-01-26 | * linux-nat.c (linux_child_follow_fork): Copy attach_flag from the | Pedro Alves | 1 | -2/+10 |
2009-01-06 | Check return values of functions declared with warn_unused_result | Jim Blandy | 1 | -2/+4 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-12-28 | * linux-fork.c (linux_fork_detach): New. | Pedro Alves | 1 | -8/+20 |
2008-12-18 | * linux-nat.c (linux_child_follow_fork): If following the child, | Pedro Alves | 1 | -0/+6 |
2008-12-16 | 2008-12-16 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -5/+1 |
2008-12-02 | Implement -list-thread-groups --available | Vladimir Prus | 1 | -0/+115 |
2008-11-09 | Kill pthread_ops_hack | Vladimir Prus | 1 | -8/+9 |
2008-10-28 | * cli/cli-script.c (do_fclose_cleanup): Remove. | Tom Tromey | 1 | -6/+15 |
2008-10-23 | gdb/ | Pedro Alves | 1 | -28/+100 |
2008-10-03 | 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -4/+2 |
2008-09-25 | 2008-09-25 Sérgio Durigan Júnior <sergiodj@linux.vnet.ibm.com> | Thiago Jung Bauermann | 1 | -2/+2 |
2008-09-22 | Make the stop_soon global be per-inferior instead. | Pedro Alves | 1 | -4/+19 |
2008-09-22 | * gnu-nat.c (gnu_attach): Add process to inferiors table. | Pedro Alves | 1 | -1/+9 |
2008-09-22 | gdb/ | Pedro Alves | 1 | -10/+16 |
2008-09-08 | Remove the global stop_signal in favour of a per-thread | Pedro Alves | 1 | -40/+37 |
2008-09-08 | Remove context switching in favour of accessing thread_info fields | Pedro Alves | 1 | -0/+18 |
2008-09-08 | * inf-ptrace.c: Include "gdbthread.h". | Pedro Alves | 1 | -6/+7 |
2008-09-08 | * linux-nat.c (linux_nat_wait): Update inferior_ptid's ptid with | Pedro Alves | 1 | -6/+5 |
2008-08-19 | Make sure target supports non-stop. | Vladimir Prus | 1 | -0/+7 |
2008-08-19 | * target.c (target_async_permitted, target_async_permitted_1) | Vladimir Prus | 1 | -81/+20 |
2008-07-27 | * linux-nat.c (resume_callback): Add more debugging output. | Daniel Jacobowitz | 1 | -114/+110 |
2008-07-27 | * linux-nat.c (count_events_callback, select_event_lwp_callback): Only | Daniel Jacobowitz | 1 | -4/+4 |
2008-07-11 | Exited threads. | Pedro Alves | 1 | -45/+3 |
2008-07-10 | Non-stop linux native. | Pedro Alves | 1 | -46/+202 |
2008-07-10 | gdb/ | Jan Kratochvil | 1 | -0/+76 |
2008-07-09 | Adjust fork/vfork/exec to pass ptids around. | Pedro Alves | 1 | -4/+5 |
2008-07-09 | Add "executing" property to threads. | Pedro Alves | 1 | -4/+1 |
2008-07-08 | * breakpoint.c (mark_breakpoints_out): Make public. | Pedro Alves | 1 | -0/+10 |
2008-06-28 | gdb/ | Pedro Alves | 1 | -58/+102 |
2008-06-26 | * linux-nat.c: Add description of overall logic. | Vladimir Prus | 1 | -45/+94 |
2008-05-24 | * gdbarch.sh: Added new gdbarch struct | Carlos Eduardo Seo | 1 | -29/+51 |
2008-05-15 | * linux-nat.c (trap_ptid): Delete. | Pedro Alves | 1 | -14/+2 |