summaryrefslogtreecommitdiff
path: root/gdb/nios2-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-2/+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
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-11/+11
* gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess2022-10-021-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-6/+6
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-12/+12
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-4/+3
* 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
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-1/+1
* gdb: fix some indentation issuesSimon Marchi2021-05-271-19/+19
* 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-18/+18
* Change management of tdesc_arch_dataTom Tromey2020-09-171-8/+5
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-1/+1
* 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
* Change gcc_target_options to return std::stringTom Tromey2019-10-151-2/+2
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Fix bug in nios2 prologue analysis.Sandra Loosemore2019-08-231-3/+5
* gdb/nios2: Use default gdbarch methods where possibleAndrew Burgess2019-04-231-20/+0
* Fix stepping past unwritable kernel helper on nios2-linux-gnu.Sandra Loosemore2019-03-281-4/+23
* gdb: Restructure type_align and gdbarch_type_alignAndrew Burgess2019-02-271-2/+21
* 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-12/+9
* Add gcc_target_options hook for nios2.Sandra Loosemore2018-09-181-0/+11
* Provide type_align gdbarch function for nios2.Sandra Loosemore2018-09-141-0/+11
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Remove regcache_cooked_writeSimon Marchi2018-05-301-3/+3
* Remove regcache_cooked_readSimon Marchi2018-05-301-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-2/+0
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-2/+2
* Clean up includes of doublest.h and floatformat.hUlrich Weigand2017-10-051-1/+0
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-14/+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: nios2Yao Qi2016-11-221-12/+13
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-4/+4
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-1/+2
* 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