Age | Commit message (Expand) | Author | Files | Lines |
2010-04-12 | Remove gdb/gdbserver/ line. | Pedro Alves | 1 | -1/+0 |
2010-04-12 | gdb/gdbserver/ | Pedro Alves | 6 | -7/+36 |
2010-04-12 | * server.h (buffer_xml_printf): Remove redundant `;'. | Pedro Alves | 2 | -1/+5 |
2010-04-12 | * regcache.c (set_register_cache): Invalidate regcaches before | Pedro Alves | 3 | -0/+21 |
2010-04-12 | Avoid unused variable warning on Linux/x86-64. | H.J. Lu | 2 | -1/+6 |
2010-04-11 | GDBserver disconnected tracing support. | Pedro Alves | 15 | -185/+686 |
2010-04-11 | * regcache.c (realloc_register_cache): Invalidate inferior's | Pedro Alves | 2 | -0/+7 |
2010-04-09 | * tracepoint.c (cmd_qtstatus): Report trace buffer circularity. | Pedro Alves | 2 | -3/+8 |
2010-04-09 | gdb/gdbserver/ | Pedro Alves | 14 | -29/+3934 |
2010-04-08 | Support i386 without SSE. | H.J. Lu | 4 | -7/+68 |
2010-04-07 | Add x86 AVX support to gdbserver. | H.J. Lu | 19 | -57/+633 |
2010-04-03 | * inferiors.c (add_thread): Set last_status kind to | Pedro Alves | 4 | -11/+22 |
2010-04-01 | * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with | Pedro Alves | 2 | -10/+13 |
2010-04-01 | * mem-break.c (struct raw_breakpoint): New field shlib_disabled. | Pedro Alves | 4 | -2/+132 |
2010-04-01 | * linux-low.c (linux_wait_1): Avoid setting need_step_over is | Pedro Alves | 6 | -95/+362 |
2010-03-24 | * linux-low.c (status_pending_p_callback): Fix comment. | Pedro Alves | 2 | -292/+333 |
2010-03-24 | * mem-break.c (enum bkpt_type): New. | Pedro Alves | 3 | -26/+80 |
2010-03-24 | * server.c (handle_query): Assign, not compare. | Pedro Alves | 2 | -1/+5 |
2010-03-24 | Teach linux gdbserver to step-over-breakpoints. | Pedro Alves | 7 | -439/+1286 |
2010-03-23 | 2010-03-23 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 2 | -0/+73 |
2010-03-23 | * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the | Pedro Alves | 2 | -1/+10 |
2010-03-16 | gdb/gdbserver/ | Pedro Alves | 3 | -0/+52 |
2010-03-15 | * configure.srv: Fix typo setting srv_regobj. | Andreas Schwab | 2 | -2/+6 |
2010-03-15 | * linux-low.c (fetch_register): Avoid passing a non string literal | Pedro Alves | 2 | -19/+8 |
2010-03-14 | * linux-low.c (linux_write_memory): Bail out early if peeking | Pedro Alves | 2 | -4/+14 |
2010-03-14 | * linux-low.h (struct lwp_info): New fields | Pedro Alves | 3 | -9/+76 |
2010-03-06 | 2010-03-06 Simo Melenius <simo.melenius@iki.fi> | Pedro Alves | 2 | -1/+7 |
2010-03-01 | Enable XML target descriptions for x86. | H.J. Lu | 4 | -26/+92 |
2010-02-23 | * configure.ac: Check for libdl. If it is not available link against | Maxim Kuvyrkov | 3 | -15/+89 |
2010-02-22 | 2010-02-22 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 2 | -1/+12 |
2010-02-13 | * linux-low.c (linux_supports_tracefork_flag): Document. | Doug Evans | 2 | -0/+9 |
2010-02-03 | 2010-02-03 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 2 | -2/+9 |
2010-02-02 | gdbserver crash when running 32bits exes on x64 Windows. | Joel Brobecker | 2 | -3/+29 |
2010-02-01 | gdb/ | Jan Kratochvil | 1 | -2/+28 |
2010-02-01 | * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint) | Daniel Jacobowitz | 2 | -1/+14 |
2010-01-29 | * infrun.c (prepare_to_proceed): Handle other signals which might | Daniel Jacobowitz | 2 | -5/+22 |
2010-01-21 | * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache | Pedro Alves | 2 | -1/+7 |
2010-01-21 | gdb/gdbserver/ | Jan Kratochvil | 2 | -5/+12 |
2010-01-21 | * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*. | Doug Evans | 2 | -13/+45 |
2010-01-21 | * linux-arm-low.c: Remove redundant include of gdb_proc_service.h. | Doug Evans | 2 | -2/+9 |
2010-01-21 | * proc-service.c (ps_lgetregs): Don't refetch registers from the | Pedro Alves | 2 | -1/+5 |
2010-01-21 | * spu-low.c (spu_fetch_registers, spu_store_registers): Change | Pedro Alves | 2 | -7/+12 |
2010-01-20 | * regcache.h (struct thread_info): Forward declare. | Pedro Alves | 28 | -457/+664 |
2010-01-20 | * linux-low.c (W_STOPCODE): Provide definition if missing. | Doug Evans | 2 | -0/+5 |
2010-01-20 | * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in | Doug Evans | 2 | -1/+11 |
2010-01-12 | Implement core awareness. | Vladimir Prus | 5 | -33/+400 |
2010-01-04 | * features/Makefile (WHICH): Add s390-linux32, s390-linux64, | Ulrich Weigand | 4 | -26/+156 |
2010-01-01 | Update the copyright header of most if not all files that have not been | Joel Brobecker | 1 | -2/+2 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 49 | -55/+54 |
2010-01-01 | * server.c (gdbserver_version): Update copyright year to 2010. | Joel Brobecker | 3 | -2/+7 |