aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/tdesc.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Move gdbserver to top levelTom Tromey1-204/+0
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-20Improve target description check for SVE in gdbserverLuis Machado1-0/+16
2019-07-09Rename common to gdbsupportTom Tromey1-6/+6
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-05-10gdbserver/Windows: crash during connection establishment phaseJoel Brobecker1-1/+6
2018-04-18Remove xml file references from target descriptionsAlan Hayward1-4/+2
2018-04-18Create xml from target descriptionsAlan Hayward1-28/+17
2018-04-18Add tdesc osabi and architecture functionsAlan Hayward1-3/+20
2018-04-18Commonise tdesc types and makes use of them in gdbserver tdescAlan Hayward1-68/+0
2018-04-18Commonise tdesc_feature and makes use of it in gdbserver tdescAlan Hayward1-37/+18
2018-04-18Commonise tdesc_reg and makes use of it in gdbserver tdescAlan Hayward1-8/+15
2018-03-30Use std::vector and std::string instead of VEC(char_ptr) in gdbserver tdescSimon Marchi1-10/+3
2018-03-26Make gdbserver reg_defs a vector of objectsAlan Hayward1-31/+8
2018-03-23Move gdbserver tdesc header funcs to c fileAlan Hayward1-0/+48
2018-02-26Move arch/tdesc.h to common/tdesc.hAlan Hayward1-12/+12
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Split tdesc_type into multiple classesSimon Marchi1-7/+7
2017-11-16Allow osabi to be optional in target descriptionsAlan Hayward1-5/+7
2017-09-15Use std::vector on tdesc->reg_defs (gdbserver/tdesc.h)Sergio Durigan Junior1-8/+6
2017-09-05Share i386-linux target description between GDB and GDBserverYao Qi1-0/+10
2017-09-05Dynamically composite xml in reply to GDBYao Qi1-1/+61
2017-09-05[GDBserver] Centralize tdesc for i386-linuxYao Qi1-2/+108
2017-09-05Use VEC for target_desc.reg_defsYao Qi1-5/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-21C++: Initialize a couple const globalsPedro Alves1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson1-1/+1
2014-08-28Straightforward fatal to internal_error conversionsGary Benson1-2/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves1-0/+66