aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
AgeCommit message (Expand)AuthorFilesLines
2017-09-05Convert the rest x86 target descriptionsYao Qi6-42/+45
2017-09-05[GDBserver] Shorten srv_amd64_linux_xmlfilesYao Qi2-1/+6
2017-09-05[GDBserver] Use pre-generated amd64-linux tdesc as testYao Qi2-9/+10
2017-09-05Convert amd64-linux target descriptionsYao Qi8-167/+268
2017-09-05[GDBserver] Shorten srv_i386_linux_xmlfilesYao Qi2-1/+6
2017-09-05[GDBserver] Use pre-generated tdesc as testYao Qi6-87/+114
2017-09-05Share i386-linux target description between GDB and GDBserverYao Qi6-40/+37
2017-09-05Dynamically composite xml in reply to GDBYao Qi5-28/+121
2017-09-05[GDBserver] unit test to i386_tdescYao Qi3-1/+86
2017-09-05[GDBserver] Centralize tdesc for i386-linuxYao Qi8-103/+366
2017-09-05Return X86_TDESC_MMX in x86_get_ipa_tdesc_idxYao Qi2-1/+7
2017-09-05Use VEC for target_desc.reg_defsYao Qi5-26/+50
2017-09-04gdbserver Makefile: don't delete intermediary filesSimon Marchi2-0/+7
2017-09-03Make target_waitstatus_to_string return an std::stringSimon Marchi3-8/+10
2017-08-31Implement the ability to set/unset environment variables to GDBserver when st...Sergio Durigan Junior2-1/+71
2017-08-25gdbserver: Rename some functions, thread -> inferiorSimon Marchi7-22/+48
2017-08-24Remove unused function set_inferior_target_dataSimon Marchi3-7/+5
2017-08-18GDBserver self testsYao Qi6-2/+49
2017-08-09Clean up x86 non-linux GDBserver target descriptionsYao Qi2-4/+18
2017-08-09Remove x32 non-linux target descriptionsYao Qi2-2/+9
2017-08-04Unbreak GDBserver build for x32Yao Qi2-3/+4
2017-07-26Add enum for result of fast_tracepoint_collectingSimon Marchi5-44/+91
2017-07-10Re-indent the codeYao Qi2-1/+5
2017-06-29Use target_desc fields expedite_regs and xmltarget ifndef IN_PROCESS_AGENTYao Qi2-0/+8
2017-06-20gdbserver/Makefile.in: Sort IPA_OBJSSimon Marchi2-3/+16
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior6-11/+22
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