diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2022-03-29 20:58:58 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2022-03-31 12:54:56 -0400 |
commit | 7820b634f74e4df874a00fe08afdb7ecc3d4747c (patch) | |
tree | e810a9ff4439db52cd8a613bde0725d093d5aea7 /gdb/source.c | |
parent | 29d210012ab9928bf5ae9243e27f7500085984a8 (diff) | |
download | gdb-7820b634f74e4df874a00fe08afdb7ecc3d4747c.zip gdb-7820b634f74e4df874a00fe08afdb7ecc3d4747c.tar.gz gdb-7820b634f74e4df874a00fe08afdb7ecc3d4747c.tar.bz2 |
gdb/testsuite/tui: implement _csi_P proc
Since commit 3cd522938792 ("Change the pager to a ui_file"), I see these
errors when running gdb.tui/scroll.exp:
ERROR: invalid command name "_csi_P"
while executing
"::gdb_tcl_unknown _csi_P 2"
("uplevel" body line 1)
invoked from within
"uplevel 1 ::gdb_tcl_unknown $args"
(procedure "::unknown" line 5)
invoked from within
"_csi_P 2"
("eval" body line 1)
invoked from within
"eval _csi_$cmd $params"
It looks like GDB is emitting a CSI that it did not emit before, the
"Delete character" one:
https://vt100.net/docs/vt510-rm/DCH.html
Implement it.
Co-Authored-By: Andrew Burgess <aburgess@redhat.com>
Change-Id: I5bf86b6104d51b0623a26a69df83d1ca9a4851b7
Diffstat (limited to 'gdb/source.c')
0 files changed, 0 insertions, 0 deletions