Displaying 1 result from an estimated 1 matches for "smallstringprinter".
2016 Jun 01
1
GDB pretty printers for LLVM ADTs
..._scripts", "MS", at progbits,1
.byte 1
.asciz "utils/gdb-scripts/support.py"
.popsection
)");
2) annoying inline script version:
.byte 4
.ascii "llvmSupport.inlined-script\n"
.ascii "import gdb.printing\n"
.ascii "class SmallStringPrinter:\n"
.ascii " \"\"\"Print an llvm::SmallString object.\"\"\"\n"
.ascii "\n"
.ascii " def __init__(self, val):\n"
.ascii " self.val = val\n"
.ascii "\n"
.ascii " def to_string(self):\n"
.ascii "...