OSDN Git Service

gdb/
[pf3gnuchains/sourceware.git] / gdb / gdbserver / ChangeLog
2010-07-31 jkratochgdb/
2010-07-25 jkratochgdb/gdbserver/
2010-07-21 sezero* gdb/gdbserver/server.c (handle_query): strcpy() the...
2010-07-21 sezero* gdb/gdbserver/utils.c (paddress): Return phex_nz().
2010-07-08 brobecke[PATCH] Unexpected EOF read from connection with GDB...
2010-07-01 palves Static tracepoints support, and UST integration.
2010-06-21 palves2010-06-20 Ian Lance Taylor <iant@google.com>
2010-06-21 palves * tracepoint.c (condition_true_at_tracepoint): Don...
2010-06-20 uweigandChangeLog:
2010-06-15 palves * linux-x86-low.c (amd64_emit_const, amd64_emit_void_c...
2010-06-15 palvesgdb/
2010-06-14 uweigand * linux-ppc-low.c (ppc_arch_setup): Use private regcac...
2010-06-01 palvesgdb/gdbserver/
2010-06-01 palves * server.c (handle_query) <qSupported>: Do two passes...
2010-05-29 jkratochgdb/
2010-05-29 jkratochgdb/
2010-05-27 sezero2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
2010-05-23 palves * config.h: Regenerate.
2010-05-19 mkuvyrkov * linux-m68k-low.c (ps_get_thread_area): Don't define...
2010-05-19 mkuvyrkov * linux-m68k-low.c: Include <asm/ptrace.h>
2010-05-04 devans * event-loop.c (struct callback_event): New struct.
2010-05-04 palves gdb/gdbserver/
2010-05-03 palves * linux-low.c (linux_kill, linux_detach): Adjust.
2010-05-03 palves * linux-low.c (linux_wait_for_event_1): Move passing...
2010-05-03 palves gdb/
2010-05-02 palves * linux-low.c (linux_kill_one_lwp): Assume the lwp...
2010-05-02 palves * linux-low.c (linux_enable_event_reporting): New.
2010-05-01 palves * linux-low.c (linux_kill_one_lwp, linux_kill)
2010-04-27 devans * server.c (handle_general_set): Make static.
2010-04-27 devans * remote-utils.c (putpkt_binary_1): Call readchar...
2010-04-24 devans * server.c (start_inferior): Print inferior argv if...
2010-04-21 aristovski* Makefile.in (nto_low_h nto-low.o nto-x86-low.o):...
2010-04-20 muller * win32-i386-low.c: Use __x86_64__ macro instead of...
2010-04-20 muller * configure.srv (x86_64-*-mingw*): New configuration...
2010-04-20 muller * win32-i386-low.c: Add 64-bit support.
2010-04-20 muller * win32-low.c: Adapt to support also 64-bit architecture.
2010-04-19 muller * configure.srv (srv_amd64_regobj): Replace `x86-64...
2010-04-18 muller * configure.ac: Use `ws2_32' library for srv_mingw.
2010-04-17 hjlDefine xmltarget_amd64_linux_no_xml only for amd64.
2010-04-17 muller * configure: Regenerate.
2010-04-16 muller Support for Windows OS Thread Information Block.
2010-04-13 palvesRemove gdb/gdbserver/ line.
2010-04-13 palves gdb/gdbserver/
2010-04-12 palves * server.h (buffer_xml_printf): Remove redundant `;'.
2010-04-12 palves * regcache.c (set_register_cache): Invalidate regcache...
2010-04-12 hjlAvoid unused variable warning on Linux/x86-64.
2010-04-12 palves GDBserver disconnected tracing support.
2010-04-11 palves * regcache.c (realloc_register_cache): Invalidate...
2010-04-09 palves * tracepoint.c (cmd_qtstatus): Report trace buffer...
2010-04-09 palves gdb/gdbserver/
2010-04-09 hjlSupport i386 without SSE.
2010-04-08 hjlAdd x86 AVX support to gdbserver.
2010-04-04 palves * inferiors.c (add_thread): Set last_status kind to
2010-04-02 palves * linux-low.c (get_stop_pc): Don't adjust the PC if...
2010-04-01 palves * mem-break.c (struct raw_breakpoint): New field shlib...
2010-04-01 palves * linux-low.c (linux_wait_1): Avoid setting need_step_...
2010-03-25 palves * linux-low.c (status_pending_p_callback): Fix comment.
2010-03-25 palves * mem-break.c (enum bkpt_type): New.
2010-03-24 palves * server.c (handle_query): Assign, not compare.
2010-03-24 palves Teach linux gdbserver to step-over-breakpoints.
2010-03-24 msnyder2010-03-23 Michael Snyder <msnyder@vmware.com>
2010-03-24 palves * linux-x86-low.c (x86_linux_prepare_to_resume): Clear...
2010-03-17 palves gdb/gdbserver/
2010-03-16 schwab* configure.srv: Fix typo setting srv_regobj.
2010-03-15 palves * linux-low.c (fetch_register): Avoid passing a non...
2010-03-15 palves * linux-low.c (linux_write_memory): Bail out early...
2010-03-15 palves * linux-low.h (struct lwp_info): New fields
2010-03-06 palves2010-03-06 Simo Melenius <simo.melenius@iki.fi>
2010-03-02 hjlEnable XML target descriptions for x86.
2010-02-24 mkuvyrkov * configure.ac: Check for libdl. If it is not availab...
2010-02-23 palves2010-02-22 Pedro Alves <pedro@codesourcery.com>
2010-02-13 devans * linux-low.c (linux_supports_tracefork_flag): Document.
2010-02-04 hjl2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
2010-02-02 brobeckegdbserver crash when running 32bits exes on x64 Windows.
2010-02-02 drow * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
2010-01-30 drow * infrun.c (prepare_to_proceed): Handle other signals...
2010-01-22 palves * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache
2010-01-22 jkratochgdb/gdbserver/
2010-01-22 devans * linux-low.c (PTRACE_ARG3_TYPE): Change from long...
2010-01-22 devans * linux-arm-low.c: Remove redundant include of gdb_pro...
2010-01-22 palves * proc-service.c (ps_lgetregs): Don't refetch register...
2010-01-21 palves * spu-low.c (spu_fetch_registers, spu_store_registers...
2010-01-21 palves * regcache.h (struct thread_info): Forward declare.
2010-01-21 devans* linux-low.c (W_STOPCODE): Provide definition if missing.
2010-01-21 devans * linux-low.c (linux_create_inferior): Wrap use of...
2010-01-13 vprus Implement core awareness.
2010-01-05 uweigand * features/Makefile (WHICH): Add s390-linux32...
2010-01-01 brobecke * server.c (gdbserver_version): Update copyrigh...
2009-12-29 devans * linux-low.c: Delete inclusion of ansidecl.h, elf...
2009-12-29 palves * linux-low.c (linux_remove_process): Remove `detaching'
2009-12-22 devans * linux-x86-low.c: Delete outdated comment about Elf32...
2009-12-22 devans gdb/
2009-12-22 devans * configure.ac: Check for dladdr.
2009-12-22 devans * linux-low.c (my_waitpid): Delete unnecessary prototype.
2009-12-19 devans * event-loop.c: Include unistd.h if it exists.
2009-12-19 devans * linux-low.c (my_waitpid): Move definition away from...
2009-12-19 devans gdb/
2009-12-17 devans * linux-low.c (linux_read_memory): Fix argument to...
2009-11-27 palves * win32-low.c (get_child_debug_event): On EXIT_THREAD_...
2009-11-27 palves * win32-low.c (LOG): Delete.
next