Source: voltron Version: 0.1.7+git20200109-4 User: debian-pyt...@lists.debian.org Usertags: syntaxwarning
Hi Maintainer The SyntaxWarning below were emitted when this package was tested with pipuarts[1]. Regards Graham [1] https://piuparts.debian.org/sid/source/v/voltron.html Setting up voltron (0.1.7+git20200109-4) ... /usr/lib/python3/dist-packages/voltron/entry.py:1: SyntaxWarning: invalid escape sequence '\p' """ /usr/lib/python3/dist-packages/voltron/plugins/debugger/dbg_gdb.py:423: SyntaxWarning: invalid escape sequence '\.' m = re.match('.*at address ([^ ]*)\..*', output) /usr/lib/python3/dist-packages/voltron/plugins/debugger/dbg_gdb.py:591: SyntaxWarning: invalid escape sequence '\d' m = re.match('^([xyz]mm\d+)\s.*uint128 = (0x[0-9a-f]+)\}', line) /usr/lib/python3/dist-packages/voltron/plugins/debugger/dbg_gdb.py:651: SyntaxWarning: invalid escape sequence '\(' arch = re.search('\(currently (.*)\)', gdb.execute('show architecture', to_string=True)).group(1) /usr/lib/python3/dist-packages/voltron/plugins/view/memory.py:39: SyntaxWarning: invalid escape sequence '\$' 'voltron will do his almighty best to find an address. e.g. "print \$rip + 0x1234"', /usr/lib/python3/dist-packages/voltron/view.py:113: SyntaxWarning: invalid escape sequence '\[' return re.sub('\033\[.{1,2}m', '', str(self))