[Lldb-commits] [PATCH] D59585: python 2/3 compat: int vs long

2019-03-21 Thread Phabricator via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rLLDB356671: Portable int/long conversion across Python 2 / Python 3 (authored by serge_sans_paille, committed by ). Changed prior to commit: https://reviews.llvm.org/D59585?vs=191447&id=191689#toc Repos

[Lldb-commits] [PATCH] D59585: python 2/3 compat: int vs long

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/D59585 Files: lldb/examples/python/jump.py Index: lldb/examples/pyt