aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/win32-low.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-19gdbTom Tromey1-1/+1
2011-04-07 Remove support for old Cygwin 1.5 versions.Pierre Muller1-5/+7
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+2
2010-09-01[gdbserver] Move malloc.h include to server.h.gdbadmin1-1/+0
2010-08-27 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...Pedro Alves1-1/+1
2010-08-26 * linux-low.c (linux_prepare_to_access_memory): New.Pedro Alves1-0/+2
2010-05-03 * linux-low.c (linux_kill, linux_detach): Adjust.Pedro Alves1-2/+1
2010-04-20 * win32-low.c: Adapt to support also 64-bit architecture.Pierre Muller1-15/+14
2010-04-16 Support for Windows OS Thread Information Block.Pierre Muller1-8/+40
2010-04-12 gdb/gdbserver/Pedro Alves1-1/+7
2010-04-11 GDBserver disconnected tracing support.Pedro Alves1-3/+1
2010-01-20 * regcache.h (struct thread_info): Forward declare.Pedro Alves1-11/+13
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-11-26 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENTPedro Alves1-5/+4
2009-11-26 * win32-low.c (LOG): Delete.Pedro Alves1-9/+12
2009-11-26 * win32-low.c (win32_add_one_solib): If the dll name isPedro Alves1-0/+8
2009-07-04 * win32-i386-low.c (i386_get_thread_context): Handle systems thatPedro Alves1-1/+16
2009-06-30 Add h/w watchpoint support to x86-linux, win32-i386.Doug Evans1-4/+46
2009-06-22 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.Aleksandar Ristovski1-1/+1
2009-04-012009-04-01 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-45/+72
2009-04-01 Non-stop mode support.Pedro Alves1-3/+3
2009-04-01 Decouple target code from remote protocol.Pedro Alves1-55/+14
2009-04-01 * target.h (struct thread_resume): Delete leave_stopped member.Pedro Alves1-6/+5
2009-03-22 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,Pedro Alves1-41/+41
2009-01-14 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUEPedro Alves1-0/+1
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-12-14 * utils.c (xmalloc,xcalloc,xstrdup): New fns.Doug Evans1-1/+1
2008-02-28ChangeLog:Ulrich Weigand1-7/+0
2008-02-27gdb/ChangeLog:Ulrich Weigand1-1/+1
2008-02-14 * win32-low.c (do_initial_child_stuff): Add process handlePedro Alves1-45/+33
2008-02-01 * hostio.c: Don't include errno.h.Pedro Alves1-1/+67
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-12-18 * linux-low.c (linux_wait_for_event): Update messages. Do notDaniel Jacobowitz1-1/+9
2007-12-03 * win32-low.c (attaching): New global.Pedro Alves1-11/+54
2007-12-03 * win32-low.c (win32_attach): Call OpenProcess beforePedro Alves1-17/+19
2007-12-03 * win32-low.c (win32_get_thread_context)Pedro Alves1-3/+36
2007-12-03 * win32-low.c (soft_interrupt_requested, faked_breakpoint): NewPedro Alves1-20/+78
2007-12-03 * win32-low.h (win32_thread_info): Add descriptions to thePedro Alves1-8/+20
2007-12-02 * win32-low.c (win32_wait): Don't read from the inferior when itPedro Alves1-3/+0
2007-09-03 * win32-low.c (create_process): New.Pedro Alves1-35/+59
2007-09-03 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.Pedro Alves1-3/+12
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-07-31 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: NewPedro Alves1-15/+29
2007-07-172007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>Daniel Jacobowitz1-4/+328
2007-07-08 * win32-low.c (handle_output_debug_string): Ignore event if notPedro Alves1-1/+9
2007-05-10 * server.h (check_remote_input_interrupt_request): New function.Pedro Alves1-5/+44
2007-05-10 * win32-low.c (debug_registers_changed,Pedro Alves1-155/+42
2007-05-10 * target.h (target_ops): Change return type of detach to int.Pedro Alves1-7/+50
2007-05-10 * win32-low.c (win32-attach): Fix return value.Pedro Alves1-17/+12
2007-05-10 * win32-low.c (GETPROCADDRESS): Define.Pedro Alves1-26/+29