| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year update in most files of the GDB Project. | Joel Brobecker | 2012-01-04 | 1 | -2/+1 |
* | gdb/gdbserver/ | Yao Qi | 2011-08-14 | 1 | -1/+1 |
* | gdb/ | Yao Qi | 2011-08-14 | 1 | -0/+1 |
* | win32-low.c: Include <stdint.h>. | Eli Zaretskii | 2011-08-05 | 1 | -0/+1 |
* | gdb | Tom Tromey | 2011-04-19 | 1 | -1/+1 |
* | Remove support for old Cygwin 1.5 versions. | Pierre Muller | 2011-04-07 | 1 | -5/+7 |
* | run copyright.sh for 2011. | Joel Brobecker | 2011-01-01 | 1 | -1/+2 |
* | [gdbserver] Move malloc.h include to server.h. | gdbadmin | 2010-09-01 | 1 | -1/+0 |
* | * linux-low.c (linux_unprepare_to_access_memory): Rename to ... | Pedro Alves | 2010-08-27 | 1 | -1/+1 |
* | * linux-low.c (linux_prepare_to_access_memory): New. | Pedro Alves | 2010-08-26 | 1 | -0/+2 |
* | * linux-low.c (linux_kill, linux_detach): Adjust. | Pedro Alves | 2010-05-03 | 1 | -2/+1 |
* | * win32-low.c: Adapt to support also 64-bit architecture. | Pierre Muller | 2010-04-20 | 1 | -15/+14 |
* | Support for Windows OS Thread Information Block. | Pierre Muller | 2010-04-16 | 1 | -8/+40 |
* | gdb/gdbserver/ | Pedro Alves | 2010-04-12 | 1 | -1/+7 |
* | GDBserver disconnected tracing support. | Pedro Alves | 2010-04-11 | 1 | -3/+1 |
* | * regcache.h (struct thread_info): Forward declare. | Pedro Alves | 2010-01-20 | 1 | -11/+13 |
* | Update copyright year in most headers. | Joel Brobecker | 2010-01-01 | 1 | -1/+1 |
* | * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT | Pedro Alves | 2009-11-26 | 1 | -5/+4 |
* | * win32-low.c (LOG): Delete. | Pedro Alves | 2009-11-26 | 1 | -9/+12 |
* | * win32-low.c (win32_add_one_solib): If the dll name is | Pedro Alves | 2009-11-26 | 1 | -0/+8 |
* | * win32-i386-low.c (i386_get_thread_context): Handle systems that | Pedro Alves | 2009-07-04 | 1 | -1/+16 |
* | Add h/w watchpoint support to x86-linux, win32-i386. | Doug Evans | 2009-06-30 | 1 | -4/+46 |
* | * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0. | Aleksandar Ristovski | 2009-06-22 | 1 | -1/+1 |
* | 2009-04-01 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2009-04-01 | 1 | -45/+72 |
* | Non-stop mode support. | Pedro Alves | 2009-04-01 | 1 | -3/+3 |
* | Decouple target code from remote protocol. | Pedro Alves | 2009-04-01 | 1 | -55/+14 |
* | * target.h (struct thread_resume): Delete leave_stopped member. | Pedro Alves | 2009-04-01 | 1 | -6/+5 |
* | * i387-fp.c, linux-arm-low.c, linux-cris-low.c, | Pedro Alves | 2009-03-22 | 1 | -41/+41 |
* | * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE | Pedro Alves | 2009-01-14 | 1 | -0/+1 |
* | Updated copyright notices for most files. | Joel Brobecker | 2009-01-03 | 1 | -1/+1 |
* | * utils.c (xmalloc,xcalloc,xstrdup): New fns. | Doug Evans | 2008-12-14 | 1 | -1/+1 |
* | ChangeLog: | Ulrich Weigand | 2008-02-28 | 1 | -7/+0 |
* | gdb/ChangeLog: | Ulrich Weigand | 2008-02-27 | 1 | -1/+1 |
* | * win32-low.c (do_initial_child_stuff): Add process handle | Pedro Alves | 2008-02-14 | 1 | -45/+33 |
* | * hostio.c: Don't include errno.h. | Pedro Alves | 2008-02-01 | 1 | -1/+67 |
* | Updated copyright notices for most files. | Daniel Jacobowitz | 2008-01-01 | 1 | -1/+1 |
* | * linux-low.c (linux_wait_for_event): Update messages. Do not | Daniel Jacobowitz | 2007-12-18 | 1 | -1/+9 |
* | * win32-low.c (attaching): New global. | Pedro Alves | 2007-12-03 | 1 | -11/+54 |
* | * win32-low.c (win32_attach): Call OpenProcess before | Pedro Alves | 2007-12-03 | 1 | -17/+19 |
* | * win32-low.c (win32_get_thread_context) | Pedro Alves | 2007-12-03 | 1 | -3/+36 |
* | * win32-low.c (soft_interrupt_requested, faked_breakpoint): New | Pedro Alves | 2007-12-03 | 1 | -20/+78 |
* | * win32-low.h (win32_thread_info): Add descriptions to the | Pedro Alves | 2007-12-03 | 1 | -8/+20 |
* | * win32-low.c (win32_wait): Don't read from the inferior when it | Pedro Alves | 2007-12-02 | 1 | -3/+0 |
* | * win32-low.c (create_process): New. | Pedro Alves | 2007-09-03 | 1 | -35/+59 |
* | * win32-low.c (handle_load_dll): Don't use toolhelp when waiting. | Pedro Alves | 2007-09-03 | 1 | -3/+12 |
* | Switch the license of all .c files to GPLv3. | Joel Brobecker | 2007-08-23 | 1 | -4/+2 |
* | * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New | Pedro Alves | 2007-07-31 | 1 | -15/+29 |
* | 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt> | Daniel Jacobowitz | 2007-07-17 | 1 | -4/+328 |
* | * win32-low.c (handle_output_debug_string): Ignore event if not | Pedro Alves | 2007-07-08 | 1 | -1/+9 |
* | * server.h (check_remote_input_interrupt_request): New function. | Pedro Alves | 2007-05-10 | 1 | -5/+44 |