[Lldb-commits] [PATCH] D127586: [lldb][Interpreter] Add newline terminal to one-line script calls

2022-06-11 Thread Dave Lee via Phabricator via lldb-commits
kastiglione created this revision. kastiglione added reviewers: mib, JDevlieghere, jingham. Herald added a project: All. kastiglione requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Fix `script -lpython` to handle control flow in one-line co

[Lldb-commits] [PATCH] D127458: [lldb][bindings] Implement __repr__ instead of __str__

2022-06-11 Thread Dave Lee via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGc7a56af3072c: [lldb][bindings] Implement __repr__ instead of __str__ (authored by kastiglione). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127458/new/ ht

[Lldb-commits] [lldb] c7a56af - [lldb][bindings] Implement __repr__ instead of __str__

2022-06-11 Thread Dave Lee via lldb-commits
Author: Dave Lee Date: 2022-06-11T10:19:51-07:00 New Revision: c7a56af3072c2fa89f0968d7f00b22f7bff0812b URL: https://github.com/llvm/llvm-project/commit/c7a56af3072c2fa89f0968d7f00b22f7bff0812b DIFF: https://github.com/llvm/llvm-project/commit/c7a56af3072c2fa89f0968d7f00b22f7bff0812b.diff LOG: