summaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Replace field_is_static with a methodTom Tromey2023-05-011-1/+1
* Rename "raw" to "unrelocated"Tom Tromey2023-03-281-2/+2
* Use unrelocated_addr in minimal symbolsTom Tromey2023-03-281-2/+4
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-3/+3
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-2/+2
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-5/+5
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-8/+8
* 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
* gdb: remove spurious spaces after frame_info_ptrSimon Marchi2022-10-251-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-28/+23
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-48/+48
* gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess2022-10-021-6/+2
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-56/+58
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-25/+25
* gdb/mips: rewrite show_mask_addressAndrew Burgess2022-07-211-20/+17
* gdb: add new base class to gdb_disassemblerAndrew Burgess2022-06-151-2/+2
* gdb: mips: Fix large-frame.exp test case failureYouling Tang2022-05-101-0/+3
* gdb: remove BLOCK_{START,END} macrosSimon Marchi2022-04-271-2/+2
* gdb: fix clang build failure in msymbol_is_mipsSimon Marchi2022-04-131-1/+1
* gdb: remove MSYMBOL_TARGET_FLAG_{1,2} macrosSimon Marchi2022-04-111-2/+2
* gdb: remove minimal symbol size macrosSimon Marchi2022-04-111-2/+2
* gdb: remove symbol value macrosSimon Marchi2022-04-111-4/+4
* gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess2022-04-071-2/+2
* gdb: mips: Fix the handling of complex type of function return valueYouling Tang2022-04-061-10/+24
* Unify gdb printf functionsTom Tromey2022-03-291-271/+271
* Unify gdb putc functionsTom Tromey2022-03-291-4/+4
* Unify gdb puts functionsTom Tromey2022-03-291-20/+20
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-1/+1
* gdb: fix some clang-tidy readability-misleading-indentation warningsSimon Marchi2022-01-311-1/+1
* Use filtered output in *-tdep commandsTom Tromey2022-01-051-3/+3
* Use filtered output for gdbarch dumpTom Tromey2022-01-051-27/+27
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Consistently Use ui_file parameter to show callbacksTom Tromey2021-12-291-4/+5
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-62/+102
* gdb: remove TYPE_FIELD_BITPOSSimon Marchi2021-10-291-2/+2
* gdb: remove FIELD_BITPOS macroSimon Marchi2021-10-291-4/+2
* gdb: add add_setshow_prefix_cmdSimon Marchi2021-10-281-7/+5
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-5/+5
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+4
* gdb: remove gdbarch_info_initSimon Marchi2021-06-281-5/+0
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-1/+1
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-11/+14
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-3/+3
* trad-frame cleanupsLuis Machado2021-01-191-11/+11
* Convert some frame functions to use gdb::array_view.Luis Machado2021-01-191-9/+9
* Refactor struct trad_frame_saved_regsLuis Machado2021-01-041-9/+7
* 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-219/+219