Home | History | Annotate | Download | only in gdbscripts
History log of /src/sys/gdbscripts/vchain
RevisionDateAuthorComments
 1.11  06-Dec-2019  mrg more updates for the vnode and mount list iterator changes
that happened a while back. also, port to 64 bit properly.
now these all appear to work again.
 1.10  06-Dec-2019  mrg it's mountlist not mount_list. now 'mountdump' works again.
 1.9  13-Apr-2017  hannken branches: 1.9.12;
Change command mountdump to evaluate mountlist_entry.
 1.8  14-Dec-2016  hannken branches: 1.8.2;
Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode"
to "struct vnode_impl" and rename to "vi_lrulisthd" and "vi_lrulist".

No functional change intended.

Welcome to 7.99.48
 1.7  23-Nov-2013  riz branches: 1.7.6; 1.7.10;
Since mountlist is now a TAILQ, convert some missed usages
so things build again.
 1.6  18-Nov-2009  eeh branches: 1.6.12; 1.6.22; 1.6.26;
Print out all 64-bits of 64-bit values on 64-bit machines and add documentation
of these commands to gdb.
 1.5  04-Nov-2006  pooka branches: 1.5.52;
adapt to mnt_vnodelist being TAILQ
 1.4  04-Nov-2006  pooka add mountdump, prints mount point information a little like mount(8)
 1.3  29-Sep-2006  pooka Make these work again. I know, I'm a bit impatient, since they've
only been broken for 12 years, but some things are better done
sooner than later.

While meddling here, introduce mp_vchain, which prints the vnode
chain given a mount point.
 1.2  12-Feb-1997  gwr branches: 1.2.72; 1.2.102; 1.2.104;
Add NetBSD cvs id lines.
 1.1  12-Feb-1997  gwr branches: 1.1.1;
Initial revision
 1.1.1.1  12-Feb-1997  gwr Macros for gdb when debugging the kernel (from 4.4-Lite2).
 1.2.104.2  10-Dec-2006  yamt sync with head.
 1.2.104.1  22-Oct-2006  yamt sync with head
 1.2.102.1  18-Nov-2006  ad Sync with head.
 1.2.72.1  30-Dec-2006  yamt sync with head.
 1.5.52.1  11-Mar-2010  yamt sync with head
 1.6.26.1  18-May-2014  rmind sync with head
 1.6.22.2  03-Dec-2017  jdolecek update from HEAD
 1.6.22.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.6.12.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.7.10.2  26-Apr-2017  pgoyette Sync with HEAD
 1.7.10.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.7.6.2  28-Aug-2017  skrll Sync with HEAD
 1.7.6.1  05-Feb-2017  skrll Sync with HEAD
 1.8.2.1  21-Apr-2017  bouyer Sync with HEAD
 1.9.12.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed