aboutsummaryrefslogtreecommitdiff
path: root/gdb/sparc64-tdep.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-26Fix gdb 8.1 Solaris/SPARC compilation (PR build/22206)Rainer Orth1-2/+6
2017-08-31Unbreak gdb build on 32-bit host with ADI supportWeimin Pan1-11/+23
2017-08-23gdb: SPARC ADI supportWeimin Pan1-0/+509
2017-05-19gdb: fix TYPE_CODE_ARRAY handling in sparc targetsVladimir Mezentsev1-2/+41
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves1-0/+3
2017-03-21Decode properly flags of %ccr register on sparc64.Ivo Raisr1-11/+36
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-0/+1
2017-02-05gdb: provide and use sparc{32,64} target description XML files.Ivo Raisr1-0/+16