Hello. Current support of term ioctls is in pretty abandoned state.
However, does this patch set work for you? Eugene Syromyatnikov (3): xlat/gen.sh: add some rudimentary support for comments use print_quoted_string in decode_termio term: improve decoding of termios and termio structures term.c | 151 +++++++++++++++++++++++++++++++++++++-------- xlat/gen.sh | 6 ++ xlat/term_cflags.in | 9 +++ xlat/term_cflags_csize.in | 4 ++ xlat/term_iflags.in | 15 +++++ xlat/term_lflags.in | 17 +++++ xlat/term_oflags.in | 15 +++++ xlat/term_oflags_bsdly.in | 2 + xlat/term_oflags_crdly.in | 4 ++ xlat/term_oflags_ffdly.in | 2 + xlat/term_oflags_nldly.in | 4 ++ xlat/term_oflags_tabdly.in | 8 +++ xlat/term_oflags_vtdly.in | 2 + xlat/termio_cc.in | 10 +++ xlat/termios_cc.in | 18 ++++++ 15 files changed, 242 insertions(+), 25 deletions(-) create mode 100644 xlat/term_cflags.in create mode 100644 xlat/term_cflags_csize.in create mode 100644 xlat/term_iflags.in create mode 100644 xlat/term_lflags.in create mode 100644 xlat/term_oflags.in create mode 100644 xlat/term_oflags_bsdly.in create mode 100644 xlat/term_oflags_crdly.in create mode 100644 xlat/term_oflags_ffdly.in create mode 100644 xlat/term_oflags_nldly.in create mode 100644 xlat/term_oflags_tabdly.in create mode 100644 xlat/term_oflags_vtdly.in create mode 100644 xlat/termio_cc.in create mode 100644 xlat/termios_cc.in -- 2.1.4 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Strace-devel mailing list Strace-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/strace-devel