GDB TUI source win current line appearance
Phi Debian
phi.debian@gmail.com
Sun May 31 14:00:25 GMT 2020
Oops,
I am afraid the answer is NO :)
319 if (line->is_exec_point)
│
│B+ 320 tui_set_reverse_mode (win_info->handle.get (), true);
│
│ 321
│
│ 322 wmove (win_info->handle.get (), lineno,
TUI_EXECINFO_SIZE); │
│ 323 tui_puts (line->line.c_str (), win_info->handle.get ());
│
│ >324 if (line->is_exec_point)
│
│ 325 tui_set_reverse_mode (win_info->handle.get (), false);
│
Well at least I know where to patch ....
Cheers,
Phi
More information about the Gdb
mailing list