summaryrefslogtreecommitdiff
path: root/gdb/nto-tdep.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-10-19gdb: rename struct so_list to shobjSimon Marchi
2023-10-19gdb: make so_list::lm_info a unique_ptrSimon Marchi
2023-10-19gdb: use gdb::checked_static_cast when casting lm_infoSimon Marchi
2023-10-19gdb: replace some so_list parameters to use referencesSimon Marchi
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-07-28Rewrite registry.hTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-09-14Apply 'const' in more placesTom Tromey
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-09-19bfd_section_* macrosAlan Modra
2019-07-09Rename common to gdbsupportTom Tromey
2019-05-08Convert nto-tdep.c to type-safe registry APITom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior
2018-02-14Change openp et al to use a unique_xmalloc_ptrTom Tromey
2018-02-14Move some declarations to source.hTom Tromey
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-24Create private_thread_info hierarchySimon Marchi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-20gdb: Constify solib_findPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-22Add cast in nto-tdep.cSimon Marchi
2015-10-21[nto] Improve ABI sniffing.Aleksandar Ristovski
2015-10-21[nto] Fix nto target stopped by watchpoint.Aleksandar Ristovski
2015-10-20[nto] Implement TARGET_OBJECT_AUXV.Aleksandar Ristovski
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-03-20constify nto-tdep.cPedro Alves
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include string.h in common-defs.hGary Benson
2014-05-22Add new infrun.h header.Pedro Alves
2014-02-19Add target_ops argument to to_extra_thread_infoTom Tromey
2014-01-07Remove duplicated #include's from GDBHonggyu Kim
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_stat.hTom Tromey
2013-11-18remove gdb_string.hTom Tromey
2013-09-04Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.Jan Kratochvil
2013-08-28gdb/Jan Kratochvil
2013-07-17 * nto-tdep.c (nto_relocate_section_addresses): Update,Doug Evans
2013-07-16 * solist.h (target_so_ops.find_and_open_solib): Clarify usage ofDoug Evans
2013-06-24 * objfiles.h (pc_in_section): New prototype.Maciej W. Rozycki