kernel - add 'i' command to ddb
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 5 Dec 2017 23:29:00 +0000 (15:29 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 5 Dec 2017 23:29:40 +0000 (15:29 -0800)
commitabfdbc2bc2acdf229435eaf1ee34e9e4b0c0bb1c
tree8db64eb1cac9324208e4696e11ea5e809242df34
parente0a1e7abb95f53e4b0c633f57fbd3ba163a98e73
kernel - add 'i' command to ddb

* Add the 'i' command, which just issues a cpu_invltlb() on the
  current cpu.  Useful when testing MMU/PMAP issues.
sys/ddb/db_command.c
sys/ddb/db_watch.c
sys/ddb/ddb.h