gdb 2002.7.19.cvs: source code tabs incorrectly displayed

Bryan Higgins bryan@motet.com
Tue Jul 30 03:36:00 GMT 2002


With tabs = 8, the strings

    char	onetab;
    int		twotabs;

that is,

    char^Ionetab;
    int^I^Itwotabs;

(four leading spaces), are rendered as

  nnnn     char onetab;
  nnnn     int          twotabs;

in the source display.  Tabs should be expanded relative to the first source
column (column 7), not column 1.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list