This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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]

[Bug tui/21044] New: Text or color mark on current line in code listing


https://sourceware.org/bugzilla/show_bug.cgi?id=21044

            Bug ID: 21044
           Summary: Text or color mark on current line in code listing
           Product: gdb
           Version: 7.12.1
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: tui
          Assignee: unassigned at sourceware dot org
          Reporter: hlfqdhj at 163 dot com
  Target Milestone: ---

Would you please add a textual mark or colorize the current line in `list`
command?

For example:

102        printf(...)
103 ->     int a = 1; // arrow?
104        return 0;
105    }

Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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