summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Compile rsp-low.c for IPAYao Qi2014-02-142-1/+9
* replace convert_ascii_to_int with hex2binTom Tromey2014-02-125-5/+13
* replace unhexify with hex2binTom Tromey2014-02-123-7/+14
* replace convert_int_to_ascii with bin2hexTom Tromey2014-02-126-13/+24
* replace hexify with bin2hexTom Tromey2014-02-123-5/+12
* don't let hexify call strlenTom Tromey2014-02-122-2/+8
* move some rsp bits into rsp-low.hTom Tromey2014-02-128-222/+29
* share "cell" codeTom Tromey2014-02-124-123/+23
* indentation fixlet in gdbserver/Makefile.in.Tom Tromey2014-02-062-1/+5
* Keep current_inferior in sync with event_child.Doug Evans2014-02-052-1/+9
* * gdbthread.h (gdb_id_to_thread): Delete, unused.Doug Evans2014-01-222-1/+5
* New gdbserver option --debug-format=timestamp.Doug Evans2014-01-2221-381/+727
* gdb: xtensa: fix linux ptrace includesBaruch Siach2014-01-202-1/+6
* Fix PR mention in gdb/gdbserver/ChangeLog's previous change.Pedro Alves2014-01-171-1/+1
* Fix silly ChangeLog entry in previous change.Pedro Alves2014-01-171-2/+2
* Fix PR PR16445 - gdbserver build failure on x86.Pedro Alves2014-01-172-1/+12
* * dll.c (UNSPECIFIED_CORE_ADDR): New macro.Doug Evans2014-01-162-1/+9
* btrace, gdbserver: read branch trace incrementallyMarkus Metzger2014-01-164-11/+55
* btrace: uppercase btrace_read_typeMarkus Metzger2014-01-161-2/+2
* delete thread_id_to_gdb_id, unusedDoug Evans2014-01-153-16/+5
* Fix MinGW compilation errors in gdbserver/.Eli Zaretskii2014-01-132-1/+7