aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2014-06-05Make it easy to make --disable-werror the default for both binutils and gdbJoel Brobecker4-3/+10
2014-06-04gdbserver crash if the_target->supports_z_point_type is NULLJoel Brobecker1-0/+1
2014-06-02gdbserver: on GDB breakpoint reinsertion, also delete the breakpoint's commands.Pedro Alves6-9/+66
2014-05-23Include asm/ptrace.h for linux-aarch64-low.cRamana Radhakrishnan2-0/+5
2014-05-21Fix TLS access for -static -pthreadJan Kratochvil2-7/+38
2014-05-20[GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves22-411/+1062
2014-05-20[GDBserver] Move Z packet defines and type convertion routines to shared code.Pedro Alves9-81/+62
2014-05-20[GDBserver][AArch64] Make watchpoint support use target_hw_bp_type.Pedro Alves2-39/+82
2014-05-20Do not build gdbserver with -Werror by default if development=falseJoel Brobecker3-4/+10
2014-05-19Fix gdbserver qGetTLSAddr for x86_64 -m32Jan Kratochvil2-0/+11
2014-04-28[gdbserver] Correctly generate i386-avx512.cYao Qi2-1/+6
2014-04-25Add missing gdbserver/ChangeLog entry for previous commit.Pedro Alves1-0/+19
2014-04-25PR server/16255: gdbserver cannot attach to a second inferior that is multi-t...Pedro Alves3-57/+77
2014-04-24Add AVX512 registers support to GDB and GDBserver.Michael Sturm5-14/+286
2014-04-23[gdbserver] mem-break.c:find_gdb_breakpoint_at: Make static.Pedro Alves3-6/+9
2014-04-23gdbserver: decouple x86 watchpoint / hw breakpoint routines from Z packet num...Pedro Alves5-21/+62
2014-04-23gdbserver: perror_with_name: Add ATTRIBUTE_NORETURN.Pedro Alves2-1/+5
2014-04-10Conditional Z1 breakpoint hangs GDBserver.Pedro Alves4-13/+40
2014-04-09[GDBserver] Fix SH/Linux build.Pedro Alves2-1/+6
2014-02-27Teach GDBserver's Linux backend about no unwaited-for children (TARGET_WAITKI...Pedro Alves4-352/+568
2014-02-26gdbserver/Windows: Rely purely on event info when handling DLL load eventJoel Brobecker2-168/+18
2014-02-26windows: Factorize handling of DLL load address offsetJoel Brobecker2-12/+22
2014-02-26gdbserver/windows: Ignore DLL load/unload events during child initialization.Joel Brobecker2-46/+61
2014-02-20Add single sentence description to top of entry of previous commit.Doug Evans1-0/+1
2014-02-20Remove all_lwps global.Doug Evans11-292/+459
2014-02-20* inferiors.c (get_first_inferior): Fix buglet.Doug Evans2-2/+6
2014-02-19Add backlink from lwp_info to thread_info.Doug Evans5-8/+21
2014-02-19 * linux-low.c (add_lwp): Change result to struct lwp_info *.Doug Evans2-4/+9
2014-02-19* inferiors.c (add_thread): Fix whitespace.Doug Evans2-1/+5
2014-02-19Replace code accessing list implementation details with API calls.Doug Evans10-108/+278
2014-02-19Rename inferior_list_entry uses from "head" to "entry" for consistency.Doug Evans11-29/+65
2014-02-19convert to_supports_btraceTom Tromey2-3/+10
2014-02-14Compile rsp-low.c for IPAYao Qi2-1/+9
2014-02-12replace convert_ascii_to_int with hex2binTom Tromey5-5/+13
2014-02-12replace unhexify with hex2binTom Tromey3-7/+14
2014-02-12replace convert_int_to_ascii with bin2hexTom Tromey6-13/+24
2014-02-12replace hexify with bin2hexTom Tromey3-5/+12
2014-02-12don't let hexify call strlenTom Tromey2-2/+8
2014-02-12move some rsp bits into rsp-low.hTom Tromey8-222/+29
2014-02-12share "cell" codeTom Tromey4-123/+23
2014-02-06indentation fixlet in gdbserver/Makefile.in.Tom Tromey2-1/+5
2014-02-05Keep current_inferior in sync with event_child.Doug Evans2-1/+9
2014-01-22 * gdbthread.h (gdb_id_to_thread): Delete, unused.Doug Evans2-1/+5
2014-01-22 New gdbserver option --debug-format=timestamp.Doug Evans21-381/+727
2014-01-20gdb: xtensa: fix linux ptrace includesBaruch Siach2-1/+6
2014-01-17Fix PR mention in gdb/gdbserver/ChangeLog's previous change.Pedro Alves1-1/+1
2014-01-17Fix silly ChangeLog entry in previous change.Pedro Alves1-2/+2
2014-01-17Fix PR PR16445 - gdbserver build failure on x86.Pedro Alves2-1/+12
2014-01-16 * dll.c (UNSPECIFIED_CORE_ADDR): New macro.Doug Evans2-1/+9
2014-01-16btrace, gdbserver: read branch trace incrementallyMarkus Metzger4-11/+55