aboutsummaryrefslogtreecommitdiff
path: root/gdb/fbsd-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-16gdb: add type::name / type::set_nameSimon Marchi1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-2/+2
2020-03-26Support AT_BSDFLAGS on FreeBSD.John Baldwin1-0/+1
2020-03-05Use std::string for 'psargs'.John Baldwin1-5/+5
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-19Rename "sun" variable to avoid conflicts on SolarisChristian Biesinger1-4/+4
2019-12-11Fix the build after bfd_get_signed_8 changeTom Tromey1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-6/+6
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-1/+1
2019-05-08Convert fbsd-tdep.c to type-safe registry APITom Tromey1-22/+9
2019-04-08Rename gdb exception typesTom Tromey1-3/+3
2019-04-08Rewrite TRY/CATCHTom Tromey1-9/+6
2019-04-06Revert the header-sorting patchTom Tromey1-10/+7
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-7/+10
2019-03-13Change pid_to_str to return std::stringTom Tromey1-7/+2
2019-03-12Add a helper function to resolve TLS variable addresses for FreeBSD.John Baldwin1-0/+153
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-29Implement the "gdb_signal_to/from_target" gdbarch methods for FreeBSD.Rajendra SY1-0/+285
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-4/+2
2018-10-26Treat all unknown auxv tags on FreeBSD as unknown.John Baldwin1-6/+20
2018-10-26Support AT_HWCAP2 on FreeBSD.John Baldwin1-0/+1
2018-10-17Share the code to format "info proc mappings" entries for FreeBSD.John Baldwin1-45/+62
2018-09-19Add missing spaces after inet_ntop invocations.John Baldwin1-2/+2
2018-09-18Add support for 'info proc files' on FreeBSD core dumps.John Baldwin1-2/+408
2018-09-18Use KF_PATH to verify the size of a struct kinfo_file.John Baldwin1-3/+3
2018-09-06Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD coredumpsSimon Ser1-0/+56
2018-08-13Split size in regset section iteratorsAlan Hayward1-5/+5
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-07-03Remove ptid_get_lwpTom Tromey1-4/+4
2018-07-03Remove ptid_get_pidTom Tromey1-2/+2
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-2/+1
2018-01-12Use the correct value for the offset of 'kve_protection'.John Baldwin1-1/+1
2018-01-09Support 'info proc' for FreeBSD process core dumps.John Baldwin1-0/+650
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-1/+1
2017-10-09Use gdbarch_long_bit to determine layout of FreeBSD siginfo_t.John Baldwin1-2/+2
2017-10-05Handle FreeBSD-specific AT_EHDRFLAGS and AT_HWCAP auxiliary vector types.John Baldwin1-0/+2
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand1-2/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-07-07Read signal information from FreeBSD core dumps.John Baldwin1-0/+68
2017-07-07Use the thread_section_name helper class in fbsd_core_thread_name.John Baldwin1-4/+3
2017-07-07Implement the "get_siginfo_type" gdbarch method for FreeBSD architectures.John Baldwin1-0/+122
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-1/+1
2017-03-23Remove some unnecessary inferior_ptid setting/restoring when fetching/storing...Simon Marchi1-4/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves1-1/+1
2016-06-24Add support for catching system calls to native FreeBSD targets.John Baldwin1-0/+21