Age | Commit message (Expand) | Author | Files | Lines |
2010-07-20 | * gdb/gdbserver/server.c (handle_query): strcpy() the returned string from | Ozkan Sezer | 2 | -2/+4 |
2010-07-20 | * gdb/gdbserver/utils.c (paddress): Return phex_nz(). | Ozkan Sezer | 2 | -11/+13 |
2010-07-07 | [PATCH] Unexpected EOF read from connection with GDB after inferior exits. | Joel Brobecker | 2 | -0/+14 |
2010-07-06 | Make server.c:myresume static. | Joel Brobecker | 1 | -1/+1 |
2010-07-01 | Static tracepoints support, and UST integration. | Pedro Alves | 13 | -13/+1771 |
2010-06-20 | 2010-06-20 Ian Lance Taylor <iant@google.com> | Pedro Alves | 2 | -25/+28 |
2010-06-20 | * tracepoint.c (condition_true_at_tracepoint): Don't run compiled | Pedro Alves | 2 | -0/+21 |
2010-06-19 | ChangeLog: | Ulrich Weigand | 2 | -2/+41 |
2010-06-15 | * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2) | Pedro Alves | 4 | -9/+19 |
2010-06-14 | gdb/ | Pedro Alves | 9 | -5/+1823 |
2010-06-14 | * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR. | Ulrich Weigand | 3 | -2/+12 |
2010-06-01 | gdb/gdbserver/ | Pedro Alves | 20 | -158/+4571 |
2010-06-01 | * server.c (handle_query) <qSupported>: Do two passes over the | Pedro Alves | 2 | -14/+39 |
2010-05-28 | gdb/ | Jan Kratochvil | 5 | -6/+88 |
2010-05-28 | gdb/ | Jan Kratochvil | 2 | -4/+17 |
2010-05-26 | 2010-05-26 Ozkan Sezer <sezeroz@gmail.com> | Ozkan Sezer | 3 | -2/+8 |
2010-05-23 | * config.h: Regenerate. | Pedro Alves | 1 | -0/+4 |
2010-05-23 | gdb/ | Pedro Alves | 1 | -0/+3 |
2010-05-19 | * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel | Maxim Kuvyrkov | 2 | -0/+7 |
2010-05-19 | * linux-m68k-low.c: Include <asm/ptrace.h> | Maxim Kuvyrkov | 2 | -0/+24 |
2010-05-03 | * event-loop.c (struct callback_event): New struct. | Doug Evans | 4 | -16/+216 |
2010-05-03 | gdb/gdbserver/ | Pedro Alves | 6 | -52/+94 |
2010-05-03 | * linux-low.c (linux_kill, linux_detach): Adjust. | Pedro Alves | 6 | -54/+260 |
2010-05-03 | * linux-low.c (linux_wait_for_event_1): Move passing the signal to | Pedro Alves | 2 | -49/+54 |
2010-05-02 | gdb/ | Pedro Alves | 2 | -31/+35 |
2010-05-02 | * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped. | Pedro Alves | 6 | -70/+135 |
2010-05-01 | * linux-low.c (linux_enable_event_reporting): New. | Pedro Alves | 2 | -3/+17 |
2010-04-30 | * linux-low.c (linux_kill_one_lwp, linux_kill) | Pedro Alves | 2 | -14/+57 |
2010-04-26 | * server.c (handle_general_set): Make static. | Doug Evans | 2 | -1/+4 |
2010-04-26 | * remote-utils.c (putpkt_binary_1): Call readchar instead of read. | Doug Evans | 2 | -18/+22 |
2010-04-24 | * server.c (start_inferior): Print inferior argv if --debug. | Doug Evans | 2 | -0/+12 |
2010-04-21 | * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists. | Aleksandar Ristovski | 3 | -1/+11 |
2010-04-20 | * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to | Pierre Muller | 2 | -6/+13 |
2010-04-20 | * configure.srv (x86_64-*-mingw*): New configuration for Windows | Pierre Muller | 2 | -0/+11 |
2010-04-20 | * win32-i386-low.c: Add 64-bit support. | Pierre Muller | 2 | -1/+100 |
2010-04-20 | * win32-low.c: Adapt to support also 64-bit architecture. | Pierre Muller | 2 | -15/+27 |
2010-04-19 | * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by | Pierre Muller | 2 | -1/+6 |
2010-04-17 | * configure.ac: Use `ws2_32' library for srv_mingw. | Pierre Muller | 5 | -4/+11 |
2010-04-17 | Define xmltarget_amd64_linux_no_xml only for amd64. | H.J. Lu | 2 | -0/+8 |
2010-04-16 | * configure: Regenerate. | Pierre Muller | 2 | -0/+12 |
2010-04-16 | Support for Windows OS Thread Information Block. | Pierre Muller | 6 | -9/+84 |
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 |