aadsm marked an inline comment as done.
aadsm added inline comments.

================
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)
----------------
clayborg wrote:
> both "format.format = lldb.eFormatOctal" and this are the same right?
Exactly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70884/new/

https://reviews.llvm.org/D70884



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to