clayborg accepted this revision.
clayborg added inline comments.
This revision is now accepted and ready to land.
================
Comment at:
lldb/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py:71
- format.format = lldb.eFormatOctal
+ format.SetFormat(lldb.eFormatOctal)
category.AddTypeFormat(lldb.SBTypeNameSpecifier("int"), format)
----------------
both "format.format = lldb.eFormatOctal" and this are the same right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70884/new/
https://reviews.llvm.org/D70884
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits