Show
Ignore:
Timestamp:
08/18/06 08:35:31 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/.gdbinit

    r4098 r4148  
    165165    printf "[%d]", $it->current.pos.bytepos 
    166166  end 
     167  printf " pos=%d", $it->position.charpos 
     168  if ($it->position.charpos != $it->position.bytepos) 
     169    printf "[%d]", $it->position.bytepos 
     170  end 
    167171  printf " start=%d", $it->start.pos.charpos 
    168172  if ($it->start.pos.charpos != $it->start.pos.bytepos) 
     
    219223  printf "\n" 
    220224  set $i = 0 
    221   while ($i < $it->sp
     225  while ($i < $it->sp && $i < 4
    222226    set $e = $it->stack[$i] 
    223227    printf "stack[%d]: ", $i