summaryrefslogtreecommitdiff
path: root/gdb/ft32-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Unify arch_pointer_type and init_pointer_typeTom Tromey2023-03-181-1/+1
* Remove arch_typeTom Tromey2023-03-181-1/+2
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-3/+3
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* sim: move register headers into sim/ namespace [PR sim/29869]Mike Frysinger2022-12-201-1/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-4/+4
* gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess2022-10-021-4/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-4/+4
* Remove register_gdbarch_initTom Tromey2022-08-161-1/+1
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-3/+5
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* Use type_instance_flags more throughoutPedro Alves2020-09-141-7/+9
* 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