Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add check for long double for __builtin_dump_struct | Paul Semel | 2018-04-25 | 1 | -0/+24 |
| | | | | llvm-svn: 330808 | ||||
* | Add modifiers for unsigned char and signed char field printing for ↵ | Aaron Ballman | 2018-04-17 | 1 | -0/+49 |
| | | | | | | | | __builtin_dump_struct. Patch by Paul Semel. llvm-svn: 330188 | ||||
* | Add checks for format specifiers used by __builtin_dump_struct and added a ↵ | Aaron Ballman | 2018-04-17 | 1 | -62/+153 |
| | | | | | | | | new specifier for null-terminated constant strings. Patch by Paul Semel. llvm-svn: 330185 | ||||
* | Introduce a new builtin, __builtin_dump_struct, that is useful for dumping ↵ | Aaron Ballman | 2018-04-10 | 1 | -0/+391 |
structure contents at runtime in circumstances where debuggers may not be easily available (such as in kernel work). Patch by Paul Semel. llvm-svn: 329762 |