aboutsummaryrefslogtreecommitdiff
path: root/gdb/nios2-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-18/+18
2020-09-17Change management of tdesc_arch_dataTom Tromey1-8/+5
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-1/+1
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-15Change gcc_target_options to return std::stringTom Tromey1-2/+2
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-08-23Fix bug in nios2 prologue analysis.Sandra Loosemore1-3/+5
2019-04-23gdb/nios2: Use default gdbarch methods where possibleAndrew Burgess1-20/+0
2019-03-28Fix stepping past unwritable kernel helper on nios2-linux-gnu.Sandra Loosemore1-4/+23
2019-02-27gdb: Restructure type_align and gdbarch_type_alignAndrew Burgess1-2/+21
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-2/+3
2018-10-04Simple -Wshadow=local fixesTom Tromey1-12/+9
2018-09-18Add gcc_target_options hook for nios2.Sandra Loosemore1-0/+11
2018-09-14Provide type_align gdbarch function for nios2.Sandra Loosemore1-0/+11
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-05-30Remove regcache_cooked_writeSimon Marchi1-3/+3
2018-05-30Remove regcache_cooked_readSimon Marchi1-3/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-2/+0
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-2/+2
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand1-1/+0
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi1-14/+0
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-5/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi1-2/+1
2016-11-22gdbarch software_single_step frame_info to regcache: nios2Yao Qi1-12/+13
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-4/+4
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-1/+2
2016-11-03Add default_breakpoint_from_pcYao Qi1-4/+0
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-0/+4
2016-11-03Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-39/+59
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-1/+2
2016-05-07remove trivialy unused variablesTrevor Saunders1-8/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans1-5/+3
2015-09-25Add some more casts (2/2)Simon Marchi1-2/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-03Nios II R2 support for GDB.Sandra Loosemore1-85/+624
2015-07-30Don't allow non-stack memory writes in the prologue for nios2.Sandra Loosemore1-3/+1
2015-07-30Update trap/break handling in nios2 prologue analyzer.Sandra Loosemore1-14/+25
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan1-3/+3
2015-05-08Revert to using "trap 31" for breakpoints on nios2.Sandra Loosemore1-6/+14
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-25Fix Nios II prologue analyzer to handle multiple stack adjustments.Sandra Loosemore1-8/+25
2014-11-25Fix Nios II GDB epilogue detection to handle multiple stack adjustments.Sandra Loosemore1-17/+42