Age | Commit message (Expand) | Author | Files | Lines |
2014-04-28 | [gdbserver] Correctly generate i386-avx512.c | Yao Qi | 2 | -1/+6 |
2014-04-25 | Add missing gdbserver/ChangeLog entry for previous commit. | Pedro Alves | 1 | -0/+19 |
2014-04-25 | PR server/16255: gdbserver cannot attach to a second inferior that is multi-t... | Pedro Alves | 3 | -57/+77 |
2014-04-24 | Add AVX512 registers support to GDB and GDBserver. | Michael Sturm | 5 | -14/+286 |
2014-04-23 | [gdbserver] mem-break.c:find_gdb_breakpoint_at: Make static. | Pedro Alves | 3 | -6/+9 |
2014-04-23 | gdbserver: decouple x86 watchpoint / hw breakpoint routines from Z packet num... | Pedro Alves | 5 | -21/+62 |
2014-04-23 | gdbserver: perror_with_name: Add ATTRIBUTE_NORETURN. | Pedro Alves | 2 | -1/+5 |
2014-04-10 | Conditional Z1 breakpoint hangs GDBserver. | Pedro Alves | 4 | -13/+40 |
2014-04-09 | [GDBserver] Fix SH/Linux build. | Pedro Alves | 2 | -1/+6 |
2014-02-27 | Teach GDBserver's Linux backend about no unwaited-for children (TARGET_WAITKI... | Pedro Alves | 4 | -352/+568 |
2014-02-26 | gdbserver/Windows: Rely purely on event info when handling DLL load event | Joel Brobecker | 2 | -168/+18 |
2014-02-26 | windows: Factorize handling of DLL load address offset | Joel Brobecker | 2 | -12/+22 |
2014-02-26 | gdbserver/windows: Ignore DLL load/unload events during child initialization. | Joel Brobecker | 2 | -46/+61 |
2014-02-20 | Add single sentence description to top of entry of previous commit. | Doug Evans | 1 | -0/+1 |
2014-02-20 | Remove all_lwps global. | Doug Evans | 11 | -292/+459 |
2014-02-20 | * inferiors.c (get_first_inferior): Fix buglet. | Doug Evans | 2 | -2/+6 |
2014-02-19 | Add backlink from lwp_info to thread_info. | Doug Evans | 5 | -8/+21 |
2014-02-19 | * linux-low.c (add_lwp): Change result to struct lwp_info *. | Doug Evans | 2 | -4/+9 |
2014-02-19 | * inferiors.c (add_thread): Fix whitespace. | Doug Evans | 2 | -1/+5 |
2014-02-19 | Replace code accessing list implementation details with API calls. | Doug Evans | 10 | -108/+278 |
2014-02-19 | Rename inferior_list_entry uses from "head" to "entry" for consistency. | Doug Evans | 11 | -29/+65 |
2014-02-19 | convert to_supports_btrace | Tom Tromey | 2 | -3/+10 |
2014-02-14 | Compile rsp-low.c for IPA | Yao Qi | 2 | -1/+9 |
2014-02-12 | replace convert_ascii_to_int with hex2bin | Tom Tromey | 5 | -5/+13 |
2014-02-12 | replace unhexify with hex2bin | Tom Tromey | 3 | -7/+14 |
2014-02-12 | replace convert_int_to_ascii with bin2hex | Tom Tromey | 6 | -13/+24 |
2014-02-12 | replace hexify with bin2hex | Tom Tromey | 3 | -5/+12 |
2014-02-12 | don't let hexify call strlen | Tom Tromey | 2 | -2/+8 |
2014-02-12 | move some rsp bits into rsp-low.h | Tom Tromey | 8 | -222/+29 |
2014-02-12 | share "cell" code | Tom Tromey | 4 | -123/+23 |
2014-02-06 | indentation fixlet in gdbserver/Makefile.in. | Tom Tromey | 2 | -1/+5 |
2014-02-05 | Keep current_inferior in sync with event_child. | Doug Evans | 2 | -1/+9 |
2014-01-22 | * gdbthread.h (gdb_id_to_thread): Delete, unused. | Doug Evans | 2 | -1/+5 |
2014-01-22 | New gdbserver option --debug-format=timestamp. | Doug Evans | 21 | -381/+727 |
2014-01-20 | gdb: xtensa: fix linux ptrace includes | Baruch Siach | 2 | -1/+6 |
2014-01-17 | Fix PR mention in gdb/gdbserver/ChangeLog's previous change. | Pedro Alves | 1 | -1/+1 |
2014-01-17 | Fix silly ChangeLog entry in previous change. | Pedro Alves | 1 | -2/+2 |
2014-01-17 | Fix PR PR16445 - gdbserver build failure on x86. | Pedro Alves | 2 | -1/+12 |
2014-01-16 | * dll.c (UNSPECIFIED_CORE_ADDR): New macro. | Doug Evans | 2 | -1/+9 |
2014-01-16 | btrace, gdbserver: read branch trace incrementally | Markus Metzger | 4 | -11/+55 |
2014-01-16 | btrace: uppercase btrace_read_type | Markus Metzger | 1 | -2/+2 |
2014-01-15 | delete thread_id_to_gdb_id, unused | Doug Evans | 3 | -16/+5 |
2014-01-13 | Fix MinGW compilation errors in gdbserver/. | Eli Zaretskii | 2 | -1/+7 |
2014-01-08 | GDBserver: Discard previous queued events when GDB disconnects. | Pedro Alves | 2 | -3/+12 |
2014-01-08 | [remote/gdbserver] Don't lose signals when reconnecting. | Pedro Alves | 3 | -42/+191 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 79 | -79/+79 |
2014-01-01 | Update copyright year in gdb/gdbserver/gdbreplay version output. | Joel Brobecker | 3 | -2/+7 |
2013-12-18 | gdb/ | Yufeng Zhang | 2 | -1/+9 |
2013-12-13 | nameless LOAD_DLL_DEBUG_EVENT causes ntdll.dll to be missing | Joel Brobecker | 4 | -0/+107 |
2013-12-13 | Do the target-waiting within do_initial_child_stuff on Windows. | Pedro Alves | 3 | -15/+66 |