# GDB init file for debugging the incremental garbage collector
handle 11 pass nostop noprint
break abort
define pmap
  p *(pmap+(firstpage*512/4096))@physical_pages
end
