aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-19 * target.c (target_async_permitted, target_async_permitted_1)Vladimir Prus1-81/+20
2008-07-27 * linux-nat.c (resume_callback): Add more debugging output.Daniel Jacobowitz1-114/+110
2008-07-27 * linux-nat.c (count_events_callback, select_event_lwp_callback): OnlyDaniel Jacobowitz1-4/+4
2008-07-11 Exited threads.Pedro Alves1-45/+3
2008-07-10 Non-stop linux native.Pedro Alves1-46/+202
2008-07-10gdb/Jan Kratochvil1-0/+76
2008-07-09 Adjust fork/vfork/exec to pass ptids around.Pedro Alves1-4/+5
2008-07-09 Add "executing" property to threads.Pedro Alves1-4/+1
2008-07-08 * breakpoint.c (mark_breakpoints_out): Make public.Pedro Alves1-0/+10
2008-06-28gdb/Pedro Alves1-58/+102
2008-06-26 * linux-nat.c: Add description of overall logic.Vladimir Prus1-45/+94
2008-05-24 * gdbarch.sh: Added new gdbarch structCarlos Eduardo Seo1-29/+51
2008-05-15 * linux-nat.c (trap_ptid): Delete.Pedro Alves1-14/+2
2008-05-04 * inferior.h (read_pc_pid, write_pc_pid): Remove.Ulrich Weigand1-7/+9
2008-05-032008-05-03 Pedro Alves <pedro@codesourcery.com>Vladimir Prus1-1/+3
2008-05-01 * linux-nat.c (linux_nat_switch_fork): Reinit GDB's thread listPedro Alves1-0/+2
2008-05-012008-05-01 Daniel Jacobowitz <dan@codesourcery.com>Daniel Jacobowitz1-76/+206
2008-03-25 * linux-nat.c (linux_nat_attach): Add the pid we attached to, toPedro Alves1-0/+6
2008-03-252008-03-25 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-59/+103
2008-03-21gdb/Pedro Alves1-56/+814
2008-03-212008-03-21 Daniel Jacobowitz <dan@codesourcery.com>Daniel Jacobowitz1-40/+3
2008-03-17 * linux-nat.c (linux_nat_filter_event): Fix comment typo.Pedro Alves1-1/+1
2008-03-17 * linux-nat.c (linux_nat_filter_event): New, refactored fromPedro Alves1-159/+169
2008-01-29 * Makefile.in (symfile.o): Update.Daniel Jacobowitz1-10/+20
2008-01-23 Inform about new thread in a single place.Vladimir Prus1-6/+1
2008-01-02 * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.Jan Kratochvil1-0/+1
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-10-11 * linux-nat.c (lin_lwp_attach_lwp): Use "Linux kernel 2.6.19"Ulrich Weigand1-2/+2
2007-10-022007-10-02 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand1-0/+4
2007-10-01 * linux-nat.c (linux_nat_new_thread): New variable.Daniel Jacobowitz1-57/+113