aboutsummaryrefslogtreecommitdiff
path: root/gdb/sparc-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-16Remove register_gdbarch_initTom Tromey1-1/+1
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-7/+7
2022-04-02gdb: rename floatformats_ia64_quad to floatformats_ieee_quadTiezhu Yang1-5/+1
2022-03-22Remove two unused variablesTom Tromey1-1/+0
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-10/+11
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-2/+2
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi1-0/+1
2021-03-24gdb: remove current_top_target functionSimon Marchi1-1/+1
2021-03-04gdb: set current thread in sparc_{fetch,collect}_inferior_registers (PR gdb/2...Simon Marchi1-0/+6
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-105/+105
2020-09-21Fix sparc prologue skippingTom Tromey1-6/+7
2020-09-17Change management of tdesc_arch_dataTom Tromey1-10/+7
2020-09-14Apply 'const' in more placesTom Tromey1-6/+12
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-8/+8
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-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-04-23gdb/sparc: Use default_unwind_pcAndrew Burgess1-9/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-6/+9
2018-08-13Split size in regset section iteratorsAlan Hayward1-2/+4
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-05-30Remove regcache_raw_collectSimon Marchi1-16/+12
2018-05-30Remove regcache_raw_supplySimon Marchi1-17/+12
2018-05-30Remove regcache_cooked_writeSimon Marchi1-12/+12
2018-05-30Remove regcache_cooked_readSimon Marchi1-10/+10
2018-05-30Remove regcache_raw_writeSimon Marchi1-2/+2
2018-05-04(SPARC/LEON) fix incorrect array return value printed by "finish"Joel Brobecker1-24/+42
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-1/+1
2018-01-22Replace regcache_raw_read with regcache->raw_readYao Qi1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-8/+8
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand1-1/+0
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-08-11Class-fy dwarf2_frame_state_reg_infoYao Qi1-1/+1
2017-08-07gdbarch: Use an anonymous union for target data in `gdbarch_info'Maciej W. Rozycki1-1/+1
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi1-2/+0
2017-05-19gdb: fix TYPE_CODE_ARRAY handling in sparc targetsVladimir Mezentsev1-17/+55
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-4/+4
2017-04-26[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang1-0/+32
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves1-0/+3
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-0/+1
2017-02-07gdb: fix ARI warning in sparc-tdep.cJose E. Marchesi1-2/+2