[all-commits] [llvm/llvm-project] 7c5c4e: [gdb-scripts] Add to_string methods to printer imp...
Krzysztof Drewniak via All-commits
all-commits at lists.llvm.org
Tue Jun 21 09:09:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c5c4e781b8c4a28e90e06f0a96ccdfbaa3ad433
https://github.com/llvm/llvm-project/commit/7c5c4e781b8c4a28e90e06f0a96ccdfbaa3ad433
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2022-06-21 (Tue, 21 Jun 2022)
Changed paths:
M llvm/utils/gdb-scripts/prettyprinters.py
M mlir/utils/gdb-scripts/prettyprinters.py
Log Message:
-----------
[gdb-scripts] Add to_string methods to printer implementations
Some GDB versions require all prettyprinter classes to define to_string.
This commit adds these definitions.
Reviewed By: csigg
Differential Revision: https://reviews.llvm.org/D127969
More information about the All-commits
mailing list