Summary: | Show column when stepping through line | ||
---|---|---|---|
Product: | gdb | Reporter: | Tom de Vries <vries> |
Component: | cli | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | NEW --- | ||
Severity: | enhancement | CC: | tromey |
Priority: | P2 | ||
Version: | HEAD | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: |
Description
Tom de Vries
2020-05-03 10:32:19 UTC
Alternatively, as suggested in PR22531 comment 1, we could try to combine entries in the line number table with the same line. That way, progress would be shown by showing the addresses, as before with gcc-7. Hmm, lldb uses an underline to indicate the column. That's nice, because it can be done in the same line. We could display it somehow in the TUI as well. Column stepping is also useful if we ever want to implement the Debug Adapter Protocol. It allows for column stepping. |