/[rtmk]/rtmk/dot-gdbinit
ViewVC logotype

Diff of /rtmk/dot-gdbinit

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jrydberg, Fri Feb 22 22:41:48 2002 UTC revision 1.4 by jrydberg, Sun Feb 24 23:09:48 2002 UTC
# Line 78  define show-map Line 78  define show-map
78    printf "map %x [%x-%x] refcnt %d pmap %x\n", $map, $map->min, $map->max, $map->refcnt, $map->pmap    printf "map %x [%x-%x] refcnt %d pmap %x\n", $map, $map->min, $map->max, $map->refcnt, $map->pmap
79    
80    while ($ent != & $map->entries)    while ($ent != & $map->entries)
81      printf "  %8.8x - %8.8x object=%x prot=%x maxprot=%x inherit=%d\n", $ent->start, $ent->end, $ent->object, $ent->protection, $ent->max_protection, $ent->inherit      printf "  %8.8x - %8.8x object=%x+%08x prot=%x maxprot=%x inherit=%d\n", $ent->start, $ent->end, $ent->object, $ent->offset, $ent->protection, $ent->max_protection, $ent->inherit
82      set $ent = (struct vm_map_entry *) $ent->link.next      set $ent = (struct vm_map_entry *) $ent->link.next
83    end    end
84  end  end

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26