This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb 2002.7.19.cvs: source code tabs incorrectly displayed


On Tue, Jul 30, 2002 at 01:04:33AM -0700, Bryan Higgins wrote:
>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.

Sounds like a problem for insight@sources.redhat.com.  That's the mailing list
for reporting problems with the graphical version of gdb.

cgf

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]