summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* x86 Linux watchpoints: Couldn't write debug register: Invalid argument.Pedro Alves2014-06-232-1/+9
* Fix mingw32 build on x86-64 RHEL 6.5Gary Benson2014-06-204-32/+7
* Move shared native target specific code to gdb/natGary Benson2014-06-206-28/+31
* Vectorize gdbserver x86 debug register accessorsGary Benson2014-06-204-55/+61
* Fix gdbserver cross build.Marcus Shawcroft2014-06-204-0/+102
* Create nat/i386-dregs.cGary Benson2014-06-194-594/+54
* Partially revert 4be83cc2b28ea09aa8ff789839e6520df60836f8Gary Benson2014-06-192-29/+46
* Move macros from i386-{nat,low}.c to i386-{nat,low}.hGary Benson2014-06-183-7/+19
* Create nat/i386-dregs.hGary Benson2014-06-183-67/+18
* Rename functions and make nonstatic as necessaryGary Benson2014-06-185-66/+103
* Abstract i386_dr_low accessGary Benson2014-06-182-0/+12
* Merge i386_update_inferior_debug_regsGary Benson2014-06-182-6/+11
* Merge error handlingGary Benson2014-06-182-9/+16
* Merge printing codeGary Benson2014-06-182-23/+34
* Comment changesGary Benson2014-06-183-10/+25
* Whitespace changesGary Benson2014-06-182-6/+14
* delete gdbserver's freeargvTom Tromey2014-06-122-21/+4
* link gdbserver against libibertyTom Tromey2014-06-127-43/+140
* Make it easy to make --disable-werror the default for both binutils and gdbJoel Brobecker2014-06-054-3/+10
* gdbserver crash if the_target->supports_z_point_type is NULLJoel Brobecker2014-06-041-0/+1
* gdbserver: on GDB breakpoint reinsertion, also delete the breakpoint's commands.Pedro Alves2014-06-026-9/+66
* Include asm/ptrace.h for linux-aarch64-low.cRamana Radhakrishnan2014-05-232-0/+5
* Fix TLS access for -static -pthreadJan Kratochvil2014-05-212-7/+38
* [GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves2014-05-2022-411/+1062
* [GDBserver] Move Z packet defines and type convertion routines to shared code.Pedro Alves2014-05-209-81/+62
* [GDBserver][AArch64] Make watchpoint support use target_hw_bp_type.Pedro Alves2014-05-202-39/+82
* Do not build gdbserver with -Werror by default if development=falseJoel Brobecker2014-05-203-4/+10
* Fix gdbserver qGetTLSAddr for x86_64 -m32Jan Kratochvil2014-05-192-0/+11
* [gdbserver] Correctly generate i386-avx512.cYao Qi2014-04-282-1/+6
* Add missing gdbserver/ChangeLog entry for previous commit.Pedro Alves2014-04-251-0/+19
* PR server/16255: gdbserver cannot attach to a second inferior that is multi-t...Pedro Alves2014-04-253-57/+77
* Add AVX512 registers support to GDB and GDBserver.Michael Sturm2014-04-245-14/+286
* [gdbserver] mem-break.c:find_gdb_breakpoint_at: Make static.Pedro Alves2014-04-233-6/+9
* gdbserver: decouple x86 watchpoint / hw breakpoint routines from Z packet num...Pedro Alves2014-04-235-21/+62
* gdbserver: perror_with_name: Add ATTRIBUTE_NORETURN.Pedro Alves2014-04-232-1/+5
* Conditional Z1 breakpoint hangs GDBserver.Pedro Alves2014-04-104-13/+40
* [GDBserver] Fix SH/Linux build.Pedro Alves2014-04-092-1/+6
* Teach GDBserver's Linux backend about no unwaited-for children (TARGET_WAITKI...Pedro Alves2014-02-274-352/+568
* gdbserver/Windows: Rely purely on event info when handling DLL load eventJoel Brobecker2014-02-262-168/+18
* windows: Factorize handling of DLL load address offsetJoel Brobecker2014-02-262-12/+22
* gdbserver/windows: Ignore DLL load/unload events during child initialization.Joel Brobecker2014-02-262-46/+61
* Add single sentence description to top of entry of previous commit.Doug Evans2014-02-201-0/+1
* Remove all_lwps global.Doug Evans2014-02-2011-292/+459
* * inferiors.c (get_first_inferior): Fix buglet.Doug Evans2014-02-202-2/+6
* Add backlink from lwp_info to thread_info.Doug Evans2014-02-195-8/+21
* * linux-low.c (add_lwp): Change result to struct lwp_info *.Doug Evans2014-02-192-4/+9
* * inferiors.c (add_thread): Fix whitespace.Doug Evans2014-02-192-1/+5
* Replace code accessing list implementation details with API calls.Doug Evans2014-02-1910-108/+278
* Rename inferior_list_entry uses from "head" to "entry" for consistency.Doug Evans2014-02-1911-29/+65
* convert to_supports_btraceTom Tromey2014-02-192-3/+10