summaryrefslogtreecommitdiff
path: root/gdb/m68hc11-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-2/+2
* Turn value_type into methodTom Tromey2023-02-131-2/+2
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-3/+4
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-8/+8
* gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess2022-10-021-1/+1
* gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess2022-10-021-4/+1
* gdb: add a gdbarch_register_name self test, and fix some architecturesAndrew Burgess2022-10-021-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-9/+9
* Remove register_gdbarch_initTom Tromey2022-08-161-2/+2
* gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess2022-07-261-1/+1
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-6/+6
* gdb: remove MSYMBOL_TARGET_FLAG_{1,2} macrosSimon Marchi2022-04-111-4/+4
* gdb: remove symbol value macrosSimon Marchi2022-04-111-1/+1
* gdb: more 'const' in gdb/reggroups.{c,h}Andrew Burgess2022-04-071-2/+2
* gdb: always add the default register groupsAndrew Burgess2022-04-071-7/+0
* gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess2022-04-071-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-37/+37
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: include gdbarch.h in all files extending gdbarch_tdepSimon Marchi2021-11-181-0/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-19/+41
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-2/+2
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+1
* trad-frame cleanupsLuis Machado2021-01-191-2/+2
* Refactor struct trad_frame_saved_regsLuis Machado2021-01-041-13/+13
* 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-218/+218
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-3/+3
* 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/m68hc11: Use default gdbarch methods where possibleAndrew Burgess2019-04-231-24/+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-5/+4
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-4/+1
* Remove regcache_raw_write_partSimon Marchi2018-05-301-3/+2
* Remove regcache_raw_writeSimon Marchi2018-05-301-1/+1
* Remove regcache_raw_readSimon Marchi2018-05-301-3/+3
* Introduce a gdb_ref_ptr specialization for struct valueTom Tromey2018-04-061-2/+0
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-1/+1
* regcache_cooked_read -> regcache->cooked_readYao Qi2018-01-221-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix M68HC11_NUM_REGSYao Qi2017-11-151-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Use XCNEW gdbarch_tdepYao Qi2017-05-241-1/+1
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-11/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-3/+6
* GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-10/+3