JJonas Devlieghere[lldb] Fix Python test formatting (NFC)
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb] Print hint if object description is requested but not implemented Lots of users use "po" as their default print command. If the type doesn't implement the description function the output is often not what the user wants. Print a hint telling the user that they might prefer using "p" instead. Differential Revision: https://reviews.llvm.org/D153489 | 2 年前 | |
[lldb] Fix Python test formatting (NFC) All Python files in the LLVM repository were reformatted with Black [1]. Files inside the LLDB subproject were reformatted in 2238dcc39358. This patch updates a handful of tests that were added or modified since then and weren't formatted with Black. [1] https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-style/68257 | 2 年前 | |
[lldb] Print hint if object description is requested but not implemented Lots of users use "po" as their default print command. If the type doesn't implement the description function the output is often not what the user wants. Print a hint telling the user that they might prefer using "p" instead. Differential Revision: https://reviews.llvm.org/D153489 | 2 年前 |