aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2014-06-20Move shared native target specific code to gdb/natGary Benson6-28/+31
2014-06-20Vectorize gdbserver x86 debug register accessorsGary Benson4-55/+61
2014-06-20Fix gdbserver cross build.Marcus Shawcroft4-0/+102
2014-06-19Create nat/i386-dregs.cGary Benson4-594/+54
2014-06-19Partially revert 4be83cc2b28ea09aa8ff789839e6520df60836f8Gary Benson2-29/+46
2014-06-18Move macros from i386-{nat,low}.c to i386-{nat,low}.hGary Benson3-7/+19
2014-06-18Create nat/i386-dregs.hGary Benson3-67/+18
2014-06-18Rename functions and make nonstatic as necessaryGary Benson5-66/+103
2014-06-18Abstract i386_dr_low accessGary Benson2-0/+12
2014-06-18Merge i386_update_inferior_debug_regsGary Benson2-6/+11
2014-06-18Merge error handlingGary Benson2-9/+16
2014-06-18Merge printing codeGary Benson2-23/+34
2014-06-18Comment changesGary Benson3-10/+25
2014-06-18Whitespace changesGary Benson2-6/+14
2014-06-12delete gdbserver's freeargvTom Tromey2-21/+4
2014-06-12link gdbserver against libibertyTom Tromey7-43/+140
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