This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
lldb
/
source
/
Plugins
/
Language
History
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
..
CPlusPlus
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
2015-09-09 22:30:24 +00:00
ObjC
Data formatter candidate matches can be generated in a number of ways; language-based dynamic type discovery being one of them (for instance, this is what takes an 'id' and discovers that it truly is an __NSArrayI, so it should probably use the NSArray formatter)
2015-09-09 01:10:46 +00:00
ObjCPlusPlus
Fix Makefile build
2015-09-05 20:01:56 +00:00
CMakeLists.txt
Add support for language plugins to provide data formatters (second attempt)
2015-09-01 18:22:39 +00:00