aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-16btrace: uppercase btrace_read_typeMarkus Metzger1-2/+2
2014-01-15delete thread_id_to_gdb_id, unusedDoug Evans3-16/+5
2014-01-13Fix MinGW compilation errors in gdbserver/.Eli Zaretskii2-1/+7
2014-01-08GDBserver: Discard previous queued events when GDB disconnects.Pedro Alves2-3/+12
2014-01-08[remote/gdbserver] Don't lose signals when reconnecting.Pedro Alves3-42/+191
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker79-79/+79
2014-01-01Update copyright year in gdb/gdbserver/gdbreplay version output.Joel Brobecker3-2/+7
2013-12-18gdb/Yufeng Zhang2-1/+9
2013-12-13nameless LOAD_DLL_DEBUG_EVENT causes ntdll.dll to be missingJoel Brobecker4-0/+107
2013-12-13Do the target-waiting within do_initial_child_stuff on Windows.Pedro Alves3-15/+66
2013-12-11Fix a bug in matching notifications.Yao Qi2-6/+14
2013-11-20 * linux-low.c (linux_set_resume_request): Fix comment.Doug Evans2-3/+9
2013-11-20 * linux-low.c (resume_status_pending_p): Tweak comment.Doug Evans2-1/+6
2013-11-20Add MPX support to gdbserver.Walfred Tedeschi5-26/+197
2013-11-18remove gdb_stat.hTom Tromey2-2/+2
2013-11-18stdlib.h is universal tooTom Tromey4-4/+7
2013-11-18remove gdb_dirent.hTom Tromey4-334/+6
2013-11-18don't check for string.h or strings.hTom Tromey4-5/+7
2013-11-18link gdbreplay against gnulibTom Tromey2-2/+7