[PATCH] D65609: Add gdb pretty printers for a wide variety of libc++ data structures.
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 15:04:58 PDT 2019
thakis added inline comments.
================
Comment at: libcxx/utils/gdb/libcxx/printers.py:32
+def addr_as_long(addr):
+ return int(addr.cast(_long_int_type))
+
----------------
(llvm uses pep8 style)
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65609/new/
https://reviews.llvm.org/D65609
More information about the llvm-commits
mailing list