Age | Commit message (Expand) | Author | Files | Lines |
2010-05-03 | * linux-low.c (linux_kill, linux_detach): Adjust. | Pedro Alves | 1 | -43/+161 |
2010-05-03 | * linux-low.c (linux_wait_for_event_1): Move passing the signal to | Pedro Alves | 1 | -49/+47 |
2010-05-02 | * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped. | Pedro Alves | 1 | -55/+35 |
2010-05-01 | * linux-low.c (linux_enable_event_reporting): New. | Pedro Alves | 1 | -3/+12 |
2010-04-30 | * linux-low.c (linux_kill_one_lwp, linux_kill) | Pedro Alves | 1 | -14/+44 |
2010-04-16 | Support for Windows OS Thread Information Block. | Pierre Muller | 1 | -1/+2 |
2010-04-12 | gdb/gdbserver/ | Pedro Alves | 1 | -0/+2 |
2010-04-11 | GDBserver disconnected tracing support. | Pedro Alves | 1 | -59/+83 |
2010-04-09 | gdb/gdbserver/ | Pedro Alves | 1 | -2/+101 |
2010-04-07 | Add x86 AVX support to gdbserver. | H.J. Lu | 1 | -11/+44 |
2010-04-03 | * inferiors.c (add_thread): Set last_status kind to | Pedro Alves | 1 | -10/+8 |
2010-04-01 | * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with | Pedro Alves | 1 | -10/+6 |
2010-04-01 | * linux-low.c (linux_wait_1): Avoid setting need_step_over is | Pedro Alves | 1 | -14/+40 |
2010-03-24 | * linux-low.c (status_pending_p_callback): Fix comment. | Pedro Alves | 1 | -292/+314 |
2010-03-24 | Teach linux gdbserver to step-over-breakpoints. | Pedro Alves | 1 | -331/+956 |
2010-03-15 | * linux-low.c (fetch_register): Avoid passing a non string literal | Pedro Alves | 1 | -19/+2 |
2010-03-14 | * linux-low.c (linux_write_memory): Bail out early if peeking | Pedro Alves | 1 | -4/+9 |
2010-03-14 | * linux-low.h (struct lwp_info): New fields | Pedro Alves | 1 | -9/+53 |
2010-03-06 | 2010-03-06 Simo Melenius <simo.melenius@iki.fi> | Pedro Alves | 1 | -1/+2 |
2010-02-13 | * linux-low.c (linux_supports_tracefork_flag): Document. | Doug Evans | 1 | -0/+4 |
2010-02-01 | gdb/ | Jan Kratochvil | 1 | -2/+28 |
2010-01-29 | * infrun.c (prepare_to_proceed): Handle other signals which might | Daniel Jacobowitz | 1 | -5/+16 |
2010-01-21 | * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*. | Doug Evans | 1 | -13/+36 |
2010-01-20 | * regcache.h (struct thread_info): Forward declare. | Pedro Alves | 1 | -25/+29 |
2010-01-20 | * linux-low.c (W_STOPCODE): Provide definition if missing. | Doug Evans | 1 | -0/+4 |
2010-01-20 | * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in | Doug Evans | 1 | -1/+5 |
2010-01-12 | Implement core awareness. | Vladimir Prus | 1 | -33/+241 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-12-28 | * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h, | Doug Evans | 1 | -5/+9 |
2009-12-28 | * linux-low.c (linux_remove_process): Remove `detaching' | Pedro Alves | 1 | -8/+14 |
2009-12-21 | gdb/ | Doug Evans | 1 | -13/+17 |
2009-12-21 | * linux-low.c (my_waitpid): Delete unnecessary prototype. | Doug Evans | 1 | -1/+0 |
2009-12-19 | * linux-low.c (my_waitpid): Move definition away from being in | Doug Evans | 1 | -75/+75 |
2009-12-16 | * linux-low.c (linux_read_memory): Fix argument to read. | Doug Evans | 1 | -1/+1 |
2009-11-16 | * linux-low.c (linux_remove_process): Add `detaching' parameter. | Pedro Alves | 1 | -5/+5 |
2009-10-09 | doc/ | Paul Pluzhnikov | 1 | -7/+17 |
2009-07-31 | ChangeLog: | Ulrich Weigand | 1 | -1/+101 |
2009-07-28 | * NEWS: Mention ARM VFP support. | Daniel Jacobowitz | 1 | -1/+10 |
2009-07-28 | * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip | Daniel Jacobowitz | 1 | -1/+1 |
2009-06-30 | Add h/w watchpoint support to x86-linux, win32-i386. | Doug Evans | 1 | -1/+11 |
2009-06-25 | * server.c (process_serial_event): Re-return unsupported, not | Pedro Alves | 1 | -10/+11 |
2009-06-22 | * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0. | Aleksandar Ristovski | 1 | -1/+1 |
2009-06-19 | 2009-06-19 Aleksandar Ristovski <aristovski@qnx.com> | Pedro Alves | 1 | -0/+7 |
2009-05-24 | * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp | Doug Evans | 1 | -6/+9 |
2009-05-24 | * linux-low.c (get_stop_pc): Print pc if debug_threads. | Doug Evans | 1 | -11/+20 |
2009-05-24 | * linux-low.c (linux_resume_one_lwp): Change type of first arg | Doug Evans | 1 | -15/+12 |
2009-05-13 | (linux_test_for_tracefork): Back out turd from previous check-in. | Doug Evans | 1 | -2/+0 |
2009-05-12 | Biarch support for i386/amd64 gdbserver. | Doug Evans | 1 | -4/+104 |
2009-05-07 | * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak. | Doug Evans | 1 | -0/+4 |
2009-05-06 | PR server/10048 | Pedro Alves | 1 | -13/+14 |