summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* * event-loop.c (struct callback_event): New struct.Doug Evans2010-05-034-16/+216
* gdb/gdbserver/Pedro Alves2010-05-036-52/+94
* * linux-low.c (linux_kill, linux_detach): Adjust.Pedro Alves2010-05-036-54/+260
* * linux-low.c (linux_wait_for_event_1): Move passing the signal toPedro Alves2010-05-032-49/+54
* gdb/Pedro Alves2010-05-022-31/+35
* * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.Pedro Alves2010-05-026-70/+135
* * linux-low.c (linux_enable_event_reporting): New.Pedro Alves2010-05-012-3/+17
* * linux-low.c (linux_kill_one_lwp, linux_kill)Pedro Alves2010-04-302-14/+57
* * server.c (handle_general_set): Make static.Doug Evans2010-04-262-1/+4
* * remote-utils.c (putpkt_binary_1): Call readchar instead of read.Doug Evans2010-04-262-18/+22
* * server.c (start_inferior): Print inferior argv if --debug.Doug Evans2010-04-242-0/+12
* * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.Aleksandar Ristovski2010-04-213-1/+11
* * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 toPierre Muller2010-04-202-6/+13
* * configure.srv (x86_64-*-mingw*): New configuration for WindowsPierre Muller2010-04-202-0/+11
* * win32-i386-low.c: Add 64-bit support.Pierre Muller2010-04-202-1/+100
* * win32-low.c: Adapt to support also 64-bit architecture.Pierre Muller2010-04-202-15/+27
* * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' byPierre Muller2010-04-192-1/+6
* * configure.ac: Use `ws2_32' library for srv_mingw.Pierre Muller2010-04-175-4/+11
* Define xmltarget_amd64_linux_no_xml only for amd64.H.J. Lu2010-04-172-0/+8
* * configure: Regenerate.Pierre Muller2010-04-162-0/+12
* Support for Windows OS Thread Information Block.Pierre Muller2010-04-166-9/+84
* Remove gdb/gdbserver/ line.Pedro Alves2010-04-121-1/+0
* gdb/gdbserver/Pedro Alves2010-04-126-7/+36
* * server.h (buffer_xml_printf): Remove redundant `;'.Pedro Alves2010-04-122-1/+5
* * regcache.c (set_register_cache): Invalidate regcaches beforePedro Alves2010-04-123-0/+21
* Avoid unused variable warning on Linux/x86-64.H.J. Lu2010-04-122-1/+6
* GDBserver disconnected tracing support.Pedro Alves2010-04-1115-185/+686
* * regcache.c (realloc_register_cache): Invalidate inferior'sPedro Alves2010-04-112-0/+7
* * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.Pedro Alves2010-04-092-3/+8
* gdb/gdbserver/Pedro Alves2010-04-0914-29/+3934
* Support i386 without SSE.H.J. Lu2010-04-084-7/+68
* Add x86 AVX support to gdbserver.H.J. Lu2010-04-0719-57/+633
* * inferiors.c (add_thread): Set last_status kind toPedro Alves2010-04-034-11/+22
* * linux-low.c (get_stop_pc): Don't adjust the PC if stopped withPedro Alves2010-04-012-10/+13
* * mem-break.c (struct raw_breakpoint): New field shlib_disabled.Pedro Alves2010-04-014-2/+132
* * linux-low.c (linux_wait_1): Avoid setting need_step_over isPedro Alves2010-04-016-95/+362
* * linux-low.c (status_pending_p_callback): Fix comment.Pedro Alves2010-03-242-292/+333
* * mem-break.c (enum bkpt_type): New.Pedro Alves2010-03-243-26/+80
* * server.c (handle_query): Assign, not compare.Pedro Alves2010-03-242-1/+5
* Teach linux gdbserver to step-over-breakpoints.Pedro Alves2010-03-247-439/+1286
* 2010-03-23 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-03-232-0/+73
* * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if thePedro Alves2010-03-232-1/+10
* gdb/gdbserver/Pedro Alves2010-03-163-0/+52
* * configure.srv: Fix typo setting srv_regobj.Andreas Schwab2010-03-152-2/+6
* * linux-low.c (fetch_register): Avoid passing a non string literalPedro Alves2010-03-152-19/+8
* * linux-low.c (linux_write_memory): Bail out early if peekingPedro Alves2010-03-142-4/+14
* * linux-low.h (struct lwp_info): New fieldsPedro Alves2010-03-143-9/+76
* 2010-03-06 Simo Melenius <simo.melenius@iki.fi>Pedro Alves2010-03-062-1/+7
* Enable XML target descriptions for x86.H.J. Lu2010-03-014-26/+92
* * configure.ac: Check for libdl. If it is not available link againstMaxim Kuvyrkov2010-02-233-15/+89