summaryrefslogtreecommitdiff
path: root/gdb/fbsd-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove current_top_target functionSimon Marchi2021-03-241-1/+1
* gdb: write target description into core fileAndrew Burgess2021-03-051-0/+3
* gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess2021-03-051-128/+6
* gdb: revert "gdb: unify parts of the Linux and FreeBSD core dumping code"Andrew Burgess2021-02-091-7/+128
* gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess2021-02-011-128/+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-1/+1
* gdb: make gdbarch_make_corefile_notes return a unique ptrSimon Marchi2020-10-211-49/+72
* gdb: add type::target_is_stub / type::set_target_is_stubSimon Marchi2020-09-141-2/+2
* Implement the skip_solib_resolver gdbarch hook for FreeBSD architectures.John Baldwin2020-07-201-0/+14
* Support several new ELF auxiliary vector types on FreeBSD.John Baldwin2020-07-091-0/+5
* gdb: add type::name / type::set_nameSimon Marchi2020-05-161-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-2/+2
* Support AT_BSDFLAGS on FreeBSD.John Baldwin2020-03-261-0/+1
* Use std::string for 'psargs'.John Baldwin2020-03-051-5/+5
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Rename "sun" variable to avoid conflicts on SolarisChristian Biesinger2019-12-191-4/+4
* Fix the build after bfd_get_signed_8 changeTom Tromey2019-12-111-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-6/+6
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-1/+1
* Convert fbsd-tdep.c to type-safe registry APITom Tromey2019-05-081-22/+9
* Rename gdb exception typesTom Tromey2019-04-081-3/+3
* Rewrite TRY/CATCHTom Tromey2019-04-081-9/+6
* Revert the header-sorting patchTom Tromey2019-04-061-10/+7
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-7/+10
* Change pid_to_str to return std::stringTom Tromey2019-03-131-7/+2
* Add a helper function to resolve TLS variable addresses for FreeBSD.John Baldwin2019-03-121-0/+153
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Implement the "gdb_signal_to/from_target" gdbarch methods for FreeBSD.Rajendra SY2018-11-291-0/+285
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-4/+2
* Treat all unknown auxv tags on FreeBSD as unknown.John Baldwin2018-10-261-6/+20
* Support AT_HWCAP2 on FreeBSD.John Baldwin2018-10-261-0/+1
* Share the code to format "info proc mappings" entries for FreeBSD.John Baldwin2018-10-171-45/+62
* Add missing spaces after inet_ntop invocations.John Baldwin2018-09-191-2/+2
* Add support for 'info proc files' on FreeBSD core dumps.John Baldwin2018-09-181-2/+408
* Use KF_PATH to verify the size of a struct kinfo_file.John Baldwin2018-09-181-3/+3
* Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD coredumpsSimon Ser2018-09-061-0/+56
* Split size in regset section iteratorsAlan Hayward2018-08-131-5/+5
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Remove ptid_get_lwpTom Tromey2018-07-031-4/+4
* Remove ptid_get_pidTom Tromey2018-07-031-2/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-2/+1
* Use the correct value for the offset of 'kve_protection'.John Baldwin2018-01-121-1/+1
* Support 'info proc' for FreeBSD process core dumps.John Baldwin2018-01-091-0/+650
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-1/+1
* Use gdbarch_long_bit to determine layout of FreeBSD siginfo_t.John Baldwin2017-10-091-2/+2