aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2017-06-20[GDBserver] Use pre-generated amd64-linux tdesc as testYao Qi1-8/+3
2017-06-20[GDBserver] Convert amd64-linux target descriptionsYao Qi5-139/+237
2017-06-20GDBserver: remove srv_i386_linux_xmlfilesYao Qi1-3/+2
2017-06-20[GDBserver] Use pre-generated tdesc as testYao Qi5-94/+110
2017-06-20Dynamically composite xml in reply to GDBYao Qi4-38/+91
2017-06-20[RFC] GDBserver unit test to i386_tdescYao Qi2-1/+86
2017-06-20[RFC] GDBserver self testYao Qi4-1/+31
2017-06-20Dynamically create tdesc in GDBserverYao Qi3-14/+208
2017-06-20[GDBserver] Centralize tdesc for i386-linuxYao Qi5-93/+135
2017-06-20Use VEC for target_desc.reg_defsYao Qi4-27/+30
2017-06-20Use target_desc fields expedite_regs and xmltarget ifndef IN_PROCESS_AGENTYao Qi1-0/+2
2017-06-17linux-low: Remove usage of "register" keywordSimon Marchi2-8/+13
2017-06-17gdb: Add -Wno-mismatched-tagsSimon Marchi2-1/+6
2017-06-17gdb: Use -Werror when checking for (un)supported warning flagsSimon Marchi2-5/+9
2017-06-17gdb: Pass -x c++ to the compilerSimon Marchi2-1/+5
2017-06-09Include <signal.h> on gdbserver/fork-child.c (and fix regressions)Sergio Durigan Junior2-0/+7
2017-06-07Implement proper "startup-with-shell" support on gdbserverSergio Durigan Junior2-1/+49
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior13-235/+467
2017-06-07Share parts of gdb/gdbthread.h with gdbserverSergio Durigan Junior2-0/+13
2017-06-07Move parts of inferior job control to common/Sergio Durigan Junior2-0/+7
2017-05-06Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)Sergio Durigan Junior1-0/+4
2017-05-05gdb: Disable -Werror for -Wmaybe-uninitializedPedro Alves2-1/+5
2017-05-03Regenerate gdb/{,gdbserver/}configure (for commit be628ab814f1c90e185d7482d27...Sergio Durigan Junior2-1/+5
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi4-13/+15
2017-04-12Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)Sergio Durigan Junior3-52/+7
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2-60/+57
2017-04-06Class-ify ptid_tSimon Marchi2-1/+6
2017-04-05-Wwrite-strings: Remove -Wno-write-stringsPedro Alves2-1/+5
2017-04-05-Wwrite-strings: The RestPedro Alves3-2/+7
2017-04-05-Wwrite-strings: gdbserver/win32-low.c and TARGET_WAITKIND_EXECDPedro Alves2-5/+6
2017-04-05-Wwrite-strings: gdbserver's 'port' parsingPedro Alves4-10/+21
2017-04-04gdbserver: Clear .deps on cleanSimon Marchi2-0/+5
2017-03-31gdbserver: Suffix generated C files with -generatedSimon Marchi3-65/+33
2017-03-27gdbserver: xtensa: support THREADPTR registerMax Filippov2-0/+19
2017-03-27gdbserver: xtensa: add call0 supportMax Filippov2-0/+35
2017-03-13gdbserver: Use pattern rule for the remaining %-ipa.o objectsSimon Marchi2-17/+23
2017-03-13gdbserver: Use pattern rule for IPA objects from common/Simon Marchi2-15/+14
2017-03-13gdbserver: Use pattern rule for IPA objects from gdbserver/Simon Marchi2-156/+62
2017-03-13gdbserver: Use pattern rule for objects from arch/Simon Marchi2-17/+11
2017-03-13gdbserver: Use pattern rule for objects from nat/Simon Marchi2-48/+23
2017-03-13gdbserver: Use pattern rule for objects from common/Simon Marchi2-73/+32
2017-03-13gdbserver: Use pattern rule for objects from target/Simon Marchi2-7/+15
2017-03-13gdbserver: Use pattern rule for regformats source file generationSimon Marchi2-182/+111
2017-03-07Share gdb/environ.[ch] with gdbserverSergio Durigan Junior2-0/+10
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm7-47/+95
2017-02-17Add target description for avx-avx512.Michael Sturm6-27/+69
2017-02-17Rename target descriptions to reflect actual content of description.Michael Sturm6-58/+63
2017-02-17Change xstate_bv handling to use 8 bytes of data.Michael Sturm1-4/+4
2017-01-27amd64-linux: expose system register FS_BASE and GS_BASE for Linux.Walfred Tedeschi2-1/+33
2017-01-27gdbserver-amd64: add HAVE_STRUCT_USER_REGS_STRUCT_(GS|FS)_BASE for gdbserver.Walfred Tedeschi4-0/+46