summaryrefslogtreecommitdiff
path: root/gdb/alpha-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-2/+2
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-4/+4
* Turn value_type into methodTom Tromey2023-02-131-1/+1
* Remove block.h includes from some tdep filesTom Tromey2023-02-081-1/+0
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-4/+3
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-8/+4
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-11/+11
* gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess2022-10-021-2/+1
* gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess2022-10-021-4/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-16/+16
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-7/+7
* gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess2022-04-071-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-12/+14
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-4/+4
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-2/+6
* trad-frame cleanupsLuis Machado2021-01-191-4/+4
* Refactor struct trad_frame_saved_regsLuis Machado2021-01-041-3/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-55/+55
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-4/+4
* 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
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* Revert the header-sorting patchTom Tromey2019-04-061-20/+18
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-18/+20
* gdb/alpha: Use default gdbarch methods where possibleAndrew Burgess2019-02-271-29/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-3/+4
* Use CORE_ADDR_MAX in various "breaks" arraysTom Tromey2018-08-271-1/+1
* Remove regcache_raw_collectSimon Marchi2018-05-301-6/+5
* Remove regcache_raw_supplySimon Marchi2018-05-301-7/+6
* Remove regcache_cooked_writeSimon Marchi2018-05-301-9/+9
* Remove regcache_cooked_readSimon Marchi2018-05-301-5/+5
* Introduce a gdb_ref_ptr specialization for struct valueTom Tromey2018-04-061-2/+0
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix PR19061, gdb hangs/spins-on-cpu when debugging any program on AlphaRichard Henderson2017-12-151-6/+12
* Remove some unused variablesSimon Marchi2017-12-051-4/+1
* Constify add_setshow_*Tom Tromey2017-11-071-1/+2
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-5/+5
* Clean up includes of doublest.h and floatformat.hUlrich Weigand2017-10-051-1/+0
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Remove uses of MAX_REGISTER_SIZE from alpha-tdep.cAlan Hayward2017-06-061-9/+20
* Restrict alpha_convert_register_pYao Qi2017-05-241-18/+9
* Use XCNEW gdbarch_tdepYao Qi2017-05-241-1/+1
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-3/+0
* Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi2017-05-021-12/+11