summaryrefslogtreecommitdiff
path: root/gdb/or1k-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: Fix building with latest libc++Manoj Gupta2023-04-291-1/+1
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-3/+3
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-2/+2
* Turn value_type into methodTom Tromey2023-02-131-4/+4
* 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-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-6/+6
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-4/+4
* 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-4/+4
* gdb: always add the default register groupsAndrew Burgess2022-04-071-13/+1
* Unify gdb printf functionsTom Tromey2022-03-291-21/+21
* gdb: remove SYMTAB_COMPUNIT macro, add getter/setterSimon Marchi2022-02-061-1/+1
* gdb: remove COMPUNIT_DEBUGFORMAT macro, add getter/setterSimon Marchi2022-02-061-1/+1
* Use filtered output for gdbarch dumpTom Tromey2022-01-051-4/+4
* 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-11/+12
* gdb: or1k: add single step for linux native debuggingStafford Horne2021-10-291-19/+47
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-3/+3
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+1
* 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-8/+8
* Change management of tdesc_arch_dataTom Tromey2020-09-171-7/+4
* gdb: remove TYPE_VARARGSSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-1/+1
* 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-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* gdb/or1k: Use default gdbarch methods where possibleAndrew Burgess2019-04-231-9/+0
* Remove duplicate or commented-out #includesTom Tromey2019-01-211-1/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdb/or1k: Add linux debugging supportStafford Horne2018-12-081-0/+3
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-2/+3
* Remove regcache_cooked_writeSimon Marchi2018-05-301-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* gdb: Fix function parameter alignments in or1k-tdep.c.Stafford Horne2017-12-171-9/+9
* gdb: Fix ARI warnings in or1k-tdep.cStafford Horne2017-12-141-14/+14
* gdb: Add OpenRISC or1k and or1knd target supportFranck Jullien2017-12-121-0/+1294