summaryrefslogtreecommitdiff
path: root/gdb/nios2-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-39/+59
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2
* remove trivialy unused variablesTrevor Saunders2016-05-071-8/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-5/+3
* Add some more casts (2/2)Simon Marchi2015-09-251-2/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Nios II R2 support for GDB.Sandra Loosemore2015-08-031-85/+624
* Don't allow non-stack memory writes in the prologue for nios2.Sandra Loosemore2015-07-301-3/+1
* Update trap/break handling in nios2 prologue analyzer.Sandra Loosemore2015-07-301-14/+25
* Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan2015-05-261-3/+3
* Revert to using "trap 31" for breakpoints on nios2.Sandra Loosemore2015-05-081-6/+14
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Fix Nios II prologue analyzer to handle multiple stack adjustments.Sandra Loosemore2014-11-251-8/+25
* Fix Nios II GDB epilogue detection to handle multiple stack adjustments.Sandra Loosemore2014-11-251-17/+42
* Refactor Nios II GDB support to use helper functions for disassembly andSandra Loosemore2014-11-251-308/+556
* Update Nios II prologue analysis to remove detection of long-obsoleteSandra Loosemore2014-11-061-90/+6
* Refactoring/cleanup of nios2 opcodes and assembler code.Sandra Loosemore2014-10-231-62/+61