/[emacs]/emacs/src/.gdbinit
ViewVC logotype

Diff of /emacs/src/.gdbinit

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

revision 1.65 by lute, Mon Jul 4 16:06:28 2005 UTC revision 1.66 by kfstorm, Thu Jul 14 11:30:35 2005 UTC
# Line 129  define pitx Line 129  define pitx
129    end    end
130    if ($it->what == IT_CHARACTER)    if ($it->what == IT_CHARACTER)
131      if ($it->len == 1 && $it->c >= ' ' && it->c < 255)      if ($it->len == 1 && $it->c >= ' ' && it->c < 255)
132        printf "ch='%c'", $it->c        printf " ch='%c'", $it->c
133      else      else
134        printf "ch=[%d,%d]", $it->c, $it->len        printf " ch=[%d,%d]", $it->c, $it->len
135      end      end
136    else    else
137      if ($it->what == IT_IMAGE)      if ($it->what == IT_IMAGE)
138        printf "IMAGE=%d", $it->image_id        printf " IMAGE=%d", $it->image_id
139      else      else
140          printf " "
141        output $it->what        output $it->what
142      end      end
143    end    end
144    if ($it->method != GET_FROM_BUFFER)    if ($it->method != GET_FROM_BUFFER)
145      printf " next="      printf " next="
146      output $it->method      output $it->method
147        if ($it->method == GET_FROM_STRING)
148          printf "[%d]", $it->current.string_pos.charpos
149        end
150    end    end
151    printf "\n"    printf "\n"
152    if ($it->region_beg_charpos >= 0)    if ($it->region_beg_charpos >= 0)

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

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