Eugene Zelenko
|
bbd16815b0
|
Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; other minor fixes.
llvm-svn: 262246
|
2016-02-29 19:41:30 +00:00 |
Enrico Granata
|
b766292951
|
Fix an issue where LLDB would truncate summaries for string types without producing any evidence thereof
llvm-svn: 252018
|
2015-11-04 00:02:08 +00:00 |
Enrico Granata
|
d54f7fb8eb
|
Enable the StringPrinter to have prefixes that are strings instead of just a single character; and also introduce a comparable suffix mechanism
llvm-svn: 249506
|
2015-10-07 02:06:48 +00:00 |
Enrico Granata
|
ac49453b58
|
Introduce the notion of an escape helper. Different languages have different notion of what to print in a string and how to escape non-printable things. The escape helper is where this notion is provided to LLDB
This is NFC, other than a code re-org
llvm-svn: 247200
|
2015-09-09 22:30:24 +00:00 |
Enrico Granata
|
ad650a189c
|
Preparatory work for letting language plugins help the StringPrinter with formatting special characters
llvm-svn: 247189
|
2015-09-09 20:59:49 +00:00 |
Enrico Granata
|
33e97e63a5
|
Move the C++ data formatters to the C++ language plugin
llvm-svn: 246873
|
2015-09-04 21:01:18 +00:00 |