aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Better make rule for arch/ files built for IPAAlan Hayward1-1/+1
2017-10-17[GDBserver] Move aarch64-insn.o to arch/ and remove one Makefile ruleYao Qi1-4/+0
2017-10-17[GDBserver] Replicate src dir in build dirYao Qi1-9/+14
2017-10-04Introduce gdb_tilde_expandSergio Durigan Junior1-0/+2
2017-09-05Convert amd64-linux target descriptionsYao Qi1-0/+4
2017-09-05Share i386-linux target description between GDB and GDBserverYao Qi1-0/+8
2017-09-05Use VEC for target_desc.reg_defsYao Qi1-0/+1
2017-09-04gdbserver Makefile: don't delete intermediary filesSimon Marchi1-0/+3
2017-08-18GDBserver self testsYao Qi1-0/+1
2017-06-20gdbserver/Makefile.in: Sort IPA_OBJSSimon Marchi1-3/+12
2017-06-17gdb: Pass -x c++ to the compilerSimon Marchi1-1/+1
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-0/+1
2017-06-07Move parts of inferior job control to common/Sergio Durigan Junior1-0/+2
2017-04-04gdbserver: Clear .deps on cleanSimon Marchi1-0/+1
2017-03-31gdbserver: Suffix generated C files with -generatedSimon Marchi1-48/+20
2017-03-13gdbserver: Use pattern rule for the remaining %-ipa.o objectsSimon Marchi1-17/+13
2017-03-13gdbserver: Use pattern rule for IPA objects from common/Simon Marchi1-15/+5
2017-03-13gdbserver: Use pattern rule for IPA objects from gdbserver/Simon Marchi1-156/+6
2017-03-13gdbserver: Use pattern rule for objects from arch/Simon Marchi1-17/+3
2017-03-13gdbserver: Use pattern rule for objects from nat/Simon Marchi1-48/+4
2017-03-13gdbserver: Use pattern rule for objects from common/Simon Marchi1-73/+4
2017-03-13gdbserver: Use pattern rule for objects from target/Simon Marchi1-7/+10
2017-03-13gdbserver: Use pattern rule for regformats source file generationSimon Marchi1-182/+13
2017-03-07Share gdb/environ.[ch] with gdbserverSergio Durigan Junior1-0/+5
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm1-12/+12
2017-02-17Add target description for avx-avx512.Michael Sturm1-5/+21
2017-02-17Rename target descriptions to reflect actual content of description.Michael Sturm1-17/+17
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-30Makefiles: Disable suffix rules and implicit rulesSimon Marchi1-0/+3
2016-11-23Minor formatting fixups in MakefilesSimon Marchi1-12/+12
2016-11-23Makefiles: Flatten and sort file listsSimon Marchi1-38/+108
2016-11-17Makefile: Replace old suffix rules with pattern rulesSimon Marchi1-1/+1
2016-11-17Remove code that checks for GNU/non-GNU makeSimon Marchi1-18/+16
2016-10-28gdb: Require C++11Pedro Alves1-2/+3
2016-10-05Clean up the XML files for ARMYao Qi1-8/+8
2016-09-23gdb: Replace operator new / operator new[]Pedro Alves1-2/+6
2016-09-05gdb/: Require a C++ compilerPedro Alves1-9/+4
2016-08-19x32 Fast tracepoints: IPA target descriptionsPedro Alves1-0/+9
2016-08-09Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositionsPedro Alves1-0/+4
2016-04-19Add target descriptions for AVX + MPXWalfred Tedeschi1-0/+16
2016-04-05Make ftrace tests work with remote targetsSimon Marchi1-1/+1
2016-03-31gdbserver: Add powerpc fast tracepoint support.Marcin Kościelnicki1-0/+48
2016-03-29gdbserver/s390: Add fast tracepoint support.Marcin Kościelnicki1-0/+48
2016-02-25[PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA.Marcin Kościelnicki1-0/+21
2016-02-02Merge gdb and gdbserver implementations for siginfoWalfred Tedeschi1-0/+3
2016-01-21gdb: Respect CXXFLAGS when building with C++ compilerPedro Alves1-2/+5
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-18Support software single step on ARM in GDBServerAntoine Tremblay1-1/+8
2015-12-18Share regcache function regcache_raw_read_unsignedAntoine Tremblay1-2/+5
2015-11-18[gdbserver/ipa] Fix build dependenciesPedro Alves1-1/+1