gdb/
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
2010-09-24  Pedro Alves gdb/
2010-09-13  Joel BrobeckerAdd support for x86 LynxOS
2010-09-13  Joel Brobecker[LynxOS] Remove handling of PTRACE_* values removed...
2010-09-13  Joel Brobecker[LynxOS] Include sys/ptrace.h instead of ptrace.h.
2010-09-09  Nathan Sidwell * configure.ac: Add --enable-inprocess-agent option.
2010-09-06  Yao Qi2010-09-06 Yao Qi <yao@codesourcery.com>
2010-09-06  Yao Qi2010-09-06 Yao Qi <yao@codesourcery.com>
2010-09-06  Jan Kratochvilgdb/
2010-09-06  Pedro Alves * Makefile.in (install-only): Replace $IPA_DEPFILES...
2010-09-01  Joel Brobeckergdbserver support for powerpc-lynxos (4.x)
2010-09-01  Joel BrobeckerImport vsnprintf from libiberty if not available.
2010-09-01  gdbadmin[gdbserver] Move malloc.h include to server.h.
2010-09-01  gdbadminPut ChangeLog entries in the right ChangeLog file.
2010-08-28  Pedro Alves * linux-low.c (__SIGRTMIN): Define if not already...
2010-08-28  Pedro Alves * linux-low.c (linux_stabilize_threads): Wrap debug...
2010-08-27  Pedro Alves * event-loop.c (event_handle_func): Adjust to use...
2010-08-27  Pedro AlvesFix whitespace, tabs/spaces.
2010-08-27  Pedro Alves * configure.ac (build_warnings): Add -Wno-char-subscripts.
2010-08-27  Pedro Alves * linux-low.c (linux_unprepare_to_access_memory):...
2010-08-26  Pedro Alves * linux-low.c (linux_prepare_to_access_memory): New.
2010-08-26  Pedro Alves * Makefile.in (WARN_CFLAGS): Get it from configure.
2010-08-26  Pedro Alves * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
2010-08-26  Pedro Alves * gdbreplay.c (remote_error): New.
2010-08-25  Pedro Alves * linux-low.c (linux_wait_1): Move non-debugging code...
2010-08-25  Pedro Alves * linux-low.c (linux_wait_1): Don't set last_status...
2010-08-25  Pedro Alves PR threads/10729
2010-08-24  Pedro Alves * linux-low.h (linux_thread_area): Delete declaration.
2010-08-11  Thomas Schwinge2010-08-11 Thomas Schwinge <thomas@codesourcery.com>
2010-08-09  Pedro Alves * linux-low.c (gdb_wants_lwp_stopped): Delete.
2010-07-31  Pedro Alves * Makefile.in (signals_h): New.
2010-07-31  Jan Kratochvilgdb/
2010-07-25  Jan Kratochvilgdb/gdbserver/
2010-07-20  Ozkan Sezer* gdb/gdbserver/server.c (handle_query): strcpy() the...
2010-07-20  Ozkan Sezer* gdb/gdbserver/utils.c (paddress): Return phex_nz().
2010-07-07  Joel Brobecker[PATCH] Unexpected EOF read from connection with GDB...
2010-07-01  Pedro Alves Static tracepoints support, and UST integration.
2010-06-20  Pedro Alves2010-06-20 Ian Lance Taylor <iant@google.com>
2010-06-20  Pedro Alves * tracepoint.c (condition_true_at_tracepoint): Don...
2010-06-19  Ulrich WeigandChangeLog:
2010-06-15  Pedro Alves * linux-x86-low.c (amd64_emit_const, amd64_emit_void_c...
2010-06-14  Pedro Alvesgdb/
2010-06-14  Ulrich Weigand * linux-ppc-low.c (ppc_arch_setup): Use private regcac...
2010-06-01  Pedro Alvesgdb/gdbserver/
2010-06-01  Pedro Alves * server.c (handle_query) <qSupported>: Do two passes...
2010-05-28  Jan Kratochvilgdb/
2010-05-28  Jan Kratochvilgdb/
2010-05-26  Ozkan Sezer2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
2010-05-23  Pedro Alves * config.h: Regenerate.
2010-05-19  Maxim Kuvyrkov * linux-m68k-low.c (ps_get_thread_area): Don't define...
2010-05-19  Maxim Kuvyrkov * linux-m68k-low.c: Include <asm/ptrace.h>
2010-05-03  Doug Evans * event-loop.c (struct callback_event): New struct.
2010-05-03  Pedro Alves gdb/gdbserver/
2010-05-03  Pedro Alves * linux-low.c (linux_kill, linux_detach): Adjust.
2010-05-03  Pedro Alves * linux-low.c (linux_wait_for_event_1): Move passing...
2010-05-02  Pedro Alves gdb/
2010-05-02  Pedro Alves * linux-low.c (linux_kill_one_lwp): Assume the lwp...
2010-05-01  Pedro Alves * linux-low.c (linux_enable_event_reporting): New.
2010-04-30  Pedro Alves * linux-low.c (linux_kill_one_lwp, linux_kill)
2010-04-26  Doug Evans * server.c (handle_general_set): Make static.
2010-04-26  Doug Evans * remote-utils.c (putpkt_binary_1): Call readchar...
2010-04-24  Doug Evans * server.c (start_inferior): Print inferior argv if...
2010-04-21  Aleksandar Ristovski* Makefile.in (nto_low_h nto-low.o nto-x86-low.o):...
2010-04-20  Pierre Muller * win32-i386-low.c: Use __x86_64__ macro instead of...
2010-04-20  Pierre Muller * configure.srv (x86_64-*-mingw*): New configuration...
2010-04-20  Pierre Muller * win32-i386-low.c: Add 64-bit support.
2010-04-20  Pierre Muller * win32-low.c: Adapt to support also 64-bit architecture.
2010-04-19  Pierre Muller * configure.srv (srv_amd64_regobj): Replace `x86-64...
2010-04-17  Pierre Muller * configure.ac: Use `ws2_32' library for srv_mingw.
2010-04-17  H.J. LuDefine xmltarget_amd64_linux_no_xml only for amd64.
2010-04-16  Pierre Muller * configure: Regenerate.
2010-04-16  Pierre Muller Support for Windows OS Thread Information Block.
2010-04-12  Pedro AlvesRemove gdb/gdbserver/ line.
2010-04-12  Pedro Alves gdb/gdbserver/
2010-04-12  Pedro Alves * server.h (buffer_xml_printf): Remove redundant `;'.
2010-04-12  Pedro Alves * regcache.c (set_register_cache): Invalidate regcache...
2010-04-12  H.J. LuAvoid unused variable warning on Linux/x86-64.
2010-04-11  Pedro Alves GDBserver disconnected tracing support.
2010-04-11  Pedro Alves * regcache.c (realloc_register_cache): Invalidate...
2010-04-09  Pedro Alves * tracepoint.c (cmd_qtstatus): Report trace buffer...
2010-04-09  Pedro Alves gdb/gdbserver/
2010-04-08  H.J. LuSupport i386 without SSE.
2010-04-07  H.J. LuAdd x86 AVX support to gdbserver.
2010-04-03  Pedro Alves * inferiors.c (add_thread): Set last_status kind to
2010-04-01  Pedro Alves * linux-low.c (get_stop_pc): Don't adjust the PC if...
2010-04-01  Pedro Alves * mem-break.c (struct raw_breakpoint): New field shlib...
2010-04-01  Pedro Alves * linux-low.c (linux_wait_1): Avoid setting need_step_...
2010-03-24  Pedro Alves * linux-low.c (status_pending_p_callback): Fix comment.
2010-03-24  Pedro Alves * mem-break.c (enum bkpt_type): New.
2010-03-24  Pedro Alves * server.c (handle_query): Assign, not compare.
2010-03-24  Pedro Alves Teach linux gdbserver to step-over-breakpoints.
2010-03-23  Michael Snyder2010-03-23 Michael Snyder <msnyder@vmware.com>
2010-03-23  Pedro Alves * linux-x86-low.c (x86_linux_prepare_to_resume): Clear...
2010-03-16  Pedro Alves gdb/gdbserver/
2010-03-15  Andreas Schwab* configure.srv: Fix typo setting srv_regobj.
2010-03-15  Pedro Alves * linux-low.c (fetch_register): Avoid passing a non...
2010-03-14  Pedro Alves * linux-low.c (linux_write_memory): Bail out early...
2010-03-14  Pedro Alves * linux-low.h (struct lwp_info): New fields
2010-03-06  Pedro Alves2010-03-06 Simo Melenius <simo.melenius@iki.fi>
2010-03-01  H.J. LuEnable XML target descriptions for x86.
2010-02-23  Maxim Kuvyrkov * configure.ac: Check for libdl. If it is not availab...
next
This page took 0.381551 seconds and 107 git commands to generate.