summaryrefslogtreecommitdiff
path: root/gdb/ft32-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-18/+16
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-16/+18
* gdb/ft32: Use default gdbarch methods where possibleAndrew Burgess2019-02-271-33/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove some $ARCH_read_pc and $ARCH_write_pcYao Qi2018-02-061-22/+0
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* FT32: support for FT32B processor - part 2/2James Bowman2017-11-011-6/+24
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-2/+2
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Use XCNEW gdbarch_tdepYao Qi2017-05-241-1/+1
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-2/+0
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-3/+4
* GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-10/+3
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2
* Add some missing arch_..._type helpersUlrich Weigand2016-09-061-3/+2
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* [FT32] gdb: Correctly interpret function prologsjamesbowman2015-10-021-6/+49
* Undo accidental commitjamesbowman2015-09-291-39/+6
* Rebase patch #7jamesbowman2015-09-291-6/+39
* [FT32] Replace hard-coded instruction patterns with macrosjamesbowman2015-09-291-9/+6
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* [FT32] Implement pointer to address conversion method.jamesbowman2015-09-241-1/+87
* Complete the previous commit (block_found refactoring)Pierre-Marie de Rodat2015-08-021-1/+1
* Remove redundant include directives.Gary Benson2015-06-241-2/+0
* gdb: ft32: new portJames Bowman2015-03-281-0/+549