summaryrefslogtreecommitdiff
path: root/gdb/tic6x-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-3/+3
* 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
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-5/+3
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-11/+11
* gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess2022-10-021-3/+0
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-6/+6
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-1/+1
* Remove register_gdbarch_initTom Tromey2022-08-161-1/+1
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-3/+3
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-5/+6
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-1/+1
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+2
* 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-6/+6
* Change management of tdesc_arch_dataTom Tromey2020-09-171-23/+17
* gdb: remove TYPE_VARARGSSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-5/+5
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-1/+1
* 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
* infcall, c++: allow more info to be computed for pass-by-reference valuesTankut Baris Aktemur2019-12-201-1/+1
* gdb/tic6x: Use default gdbarch methods where possibleAndrew Burgess2019-04-231-22/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-2/+3
* Simple -Wshadow=local fixesTom Tromey2018-10-041-3/+1
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Remove regcache_cooked_write_partSimon Marchi2018-05-301-10/+7
* Remove regcache_cooked_read_partSimon Marchi2018-05-301-2/+1
* Remove regcache_cooked_writeSimon Marchi2018-05-301-10/+8
* Remove regcache_cooked_readSimon Marchi2018-05-301-5/+5
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-1/+1
* Remove features/tic6x-*.c filesYao Qi2017-10-161-8/+0
* Clean up includes of doublest.h and floatformat.hUlrich Weigand2017-10-051-1/+0
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-10/+0
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-5/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Change gdbarch software_single_step frame_info to regcacheYao Qi2016-11-221-2/+1
* gdbarch software_single_step frame_info to regcache: tic6xYao Qi2016-11-221-11/+12
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-5/+4
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-1/+4
* Add default_breakpoint_from_pcYao Qi2016-11-031-4/+0
* New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-0/+4
* Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-5/+12
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2