summaryrefslogtreecommitdiff
path: root/gdb/m68k-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Unify arch_float_type and init_float_typeTom Tromey2023-03-181-3/+6
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_enclosing_type into methodTom Tromey2023-02-131-1/+1
* 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
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-6/+3
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-9/+9
* gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess2022-10-021-6/+3
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-8/+8
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-1/+1
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-19/+19
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-24/+33
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-1/+1
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+1
* Convert some frame functions to use gdb::array_view.Luis Machado2021-01-191-2/+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-2/+2
* Change management of tdesc_arch_dataTom Tromey2020-09-171-18/+8
* Apply 'const' in more placesTom Tromey2020-09-141-1/+1
* Various m68k fixes for gdbTom Tromey2020-09-141-46/+126
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-1/+1
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-13/+13
* 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 comments (2)Tom de Vries2019-10-261-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-2/+3
* Remove regcache_cooked_writeSimon Marchi2018-05-301-3/+3
* Remove regcache_raw_write_partSimon Marchi2018-05-301-3/+2
* Remove regcache_raw_writeSimon Marchi2018-05-301-4/+4
* Remove regcache_raw_readSimon Marchi2018-05-301-5/+5
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Target FP: Remove convert_typed_floating from tdep filesUlrich Weigand2017-11-061-4/+5
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-2/+2
* Clean up includes of doublest.h and floatformat.hUlrich Weigand2017-10-051-0/+1
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Get register contents by register_size instead of TYPE_LENGTHYao Qi2017-05-241-1/+3
* Restrict m68k_convert_register_pYao Qi2017-05-241-12/+4
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-4/+0
* 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/+4
* GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-9/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1