NetBSD/external/gpl3/gdb
mrg f98fc28f8b make savecore for arm64 basically work.
- move MD lwp "md_ktf" member into struct pcb.  the pcb is used by
  the gdb "bsd-kvm" target code to find the stack of each thread
  and needs to be available in a well known location.
- implement aarch64_nbsd_supply_pcb() in GDB.  makes basic gdb work
  on a crash dump.
- remove '#if L_MD_KTF + 8 == L_MD_CPACR' conditional code, as there
  is no more L_MD_KTF.

with this gdb has minimal working functionality with "target kvm",
and crash can at least "ps" on a crash dump.

ok skrll.
2018-12-27 09:55:27 +00:00
..
bin Improve CFLAGS definition for clang. Use more tabs. 2017-12-13 21:52:55 +00:00
dist make savecore for arm64 basically work. 2018-12-27 09:55:27 +00:00
lib it is not xx but nn that we want. also add missing dependencies. 2018-07-11 14:51:34 +00:00
gdb2netbsd
Makefile
Makefile.gdb_arch s/#/$/ in a $NetBSD$ so it actually expands 2016-11-19 09:46:58 +00:00
Makefile.inc move the GDB_MACHINE_ARCH setting into a separate file so tools can 2016-10-16 04:36:51 +00:00