[Lldb-commits] [PATCH] D59586: Python 2/3 compat: tkinter

2019-03-25 Thread Phabricator via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rLLDB356909: Python 2/3 compat: tkinter (authored by serge_sans_paille, committed by ). Changed prior to commit: https://reviews.llvm.org/D59586?vs=191448&id=192113#toc Repository: rLLDB LLDB CHANGES

[Lldb-commits] [PATCH] D59586: Python 2/3 compat: tkinter

2019-03-25 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. LGTM, although this is looks like another piece of unmaintained code. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D59586/new/ https://reviews.llvm.org/D5958

[Lldb-commits] [PATCH] D59586: Python 2/3 compat: tkinter

2019-03-20 Thread serge via Phabricator via lldb-commits
serge-sans-paille created this revision. serge-sans-paille added a reviewer: michaelplatings. Herald added subscribers: lldb-commits, jdoerfert. Herald added a project: LLDB. Repository: rLLDB LLDB https://reviews.llvm.org/D59586 Files: lldb/examples/python/lldbtk.py Index: lldb/examples/p