aboutsummaryrefslogtreecommitdiff
path: root/gdb/sparc64-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-29Unify gdb printf functionsTom Tromey1-6/+6
2022-01-31gdb: fix some clang-tidy readability-misleading-indentation warningsSimon Marchi1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-5/+5
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi1-2/+2
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-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-3/+4
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-1/+1
2021-03-24gdb: remove current_top_target functionSimon Marchi1-2/+4
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-104/+104
2020-09-28Remove target_has_execution macroTom Tromey1-2/+2
2020-09-14Apply 'const' in more placesTom Tromey1-4/+8
2020-08-06gdb: move regcache::regcaches to regcache.cSimon Marchi1-1/+1
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-4/+4
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-4/+4
2020-05-19Update call to target_fileio_openTom Tromey1-1/+1
2020-05-15gdb: remove unnecessary struct typedef in sparc64-tdep.cSimon Marchi1-4/+4
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-11/+11
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-12/+3
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-11-06Use strtok_r instead of strtokChristian Biesinger1-2/+4
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-03-05Remove excess calls to gdb_flushTom Tromey1-1/+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/+8
2018-09-16Use GNU style for metasyntactic variables in gdbTom Tromey1-6/+9
2018-07-22Simple unused variable removalsTom Tromey1-2/+0
2018-07-03Remove ptid_get_pidTom Tromey1-11/+11
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-2/+2
2018-05-30Remove regcache_raw_collectSimon Marchi1-27/+27
2018-05-30Remove regcache_raw_supplySimon Marchi1-25/+25
2018-05-30Remove regcache_cooked_writeSimon Marchi1-18/+17
2018-05-30Remove regcache_cooked_readSimon Marchi1-9/+9
2018-05-30Remove regcache_raw_writeSimon Marchi1-9/+9
2018-05-03Convert struct target_ops to C++Pedro Alves1-2/+2
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-10/+10
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-5/+5
2017-11-04Use gdb::def_vector in sparc64-tdep.cTom Tromey1-9/+5
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-7/+7
2017-10-16Return unique_xmalloc_ptr from target_fileio_read_strallocTom Tromey1-8/+4
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
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-4/+4