Dave Lee
4cc8f2a017
[lldb][tests] Automatically call compute_mydir (NFC)
...
Eliminate boilerplate of having each test manually assign to `mydir` by calling
`compute_mydir` in lldbtest.py.
Differential Revision: https://reviews.llvm.org/D128077
2022-06-17 14:34:49 -07:00
Pavel Labath
31c7165a2b
[lldb] Remove summary for signed char *
...
It conflicts with the summary for BOOL * (aka signed char *). This
partially reverts D112709.
2022-01-06 19:52:24 +01:00
Pavel Labath
35870c4422
[lldb] Summary provider for char flexible array members
...
Add a summary provider which can print char[] members at the ends of
structs.
Differential Revision: https://reviews.llvm.org/D113174
2021-12-20 12:30:34 +01:00