index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Core
/
FormatEntity.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Resubmit "Remove an output-parameter from Variable function".
Zachary Turner
2016-11-18
1
-21
/
+15
*
Revert "Remove an out param from ValueObject::GetValueForExpressionPath."
Zachary Turner
2016-11-18
1
-18
/
+24
*
Remove an out param from ValueObject::GetValueForExpressionPath.
Zachary Turner
2016-11-18
1
-24
/
+18
*
Convert AutoComplete related code to StringRef.
Zachary Turner
2016-11-17
1
-47
/
+56
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-14
/
+13
*
Clean up the stop printing header lines.
Jim Ingham
2016-11-08
1
-0
/
+11
*
Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...
Enrico Granata
2016-11-07
1
-3
/
+2
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-2314
/
+2061
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-10
1
-64
/
+48
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-1
/
+1
*
Pass the ExecutionContext as well, since it is actually useful
Enrico Granata
2015-11-19
1
-0
/
+3
*
Allow the language plugins a say in how the function name is rendered as part...
Enrico Granata
2015-11-19
1
-140
/
+203
*
Rationalization of includes in the data formatters code
Enrico Granata
2015-10-20
1
-2
/
+3
*
Create a logging category that is specific to data formatters activity
Enrico Granata
2015-10-06
1
-3
/
+3
*
Further reduction of Clang-related header inclusion.
Bruce Mitchener
2015-09-21
1
-1
/
+1
*
This patch separates the generic portion of ClangExpressionVariable, which
Sean Callanan
2015-09-04
1
-1
/
+1
*
Jim told me about a cleaner way to include headers from plug-ins.
Sean Callanan
2015-09-03
1
-1
/
+1
*
In preparation for factoring persistent variables into a generic part and a
Sean Callanan
2015-09-03
1
-1
/
+1
*
Move things from the LanguageRuntime that obviously belong in the new Languag...
Jim Ingham
2015-09-02
1
-2
/
+2
*
Simplify find_first_of & find_last_of on single char.
Bruce Mitchener
2015-09-01
1
-2
/
+2
*
Make FormatEntity be a little bit smarter when printing function arguments
Enrico Granata
2015-09-01
1
-10
/
+25
*
Remove class Language - the only thing it was actually being used for is prov...
Enrico Granata
2015-08-27
1
-3
/
+2
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-3
/
+3
*
Fix TestArrayTypes on Windows.
Zachary Turner
2015-08-18
1
-0
/
+2
*
First part of an attempt to indicate to the user when they are
Jason Molenda
2015-07-29
1
-1
/
+13
*
Fix warnings detected by -Wpessimizing-move
Pavel Labath
2015-07-28
1
-8
/
+8
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-4
/
+4
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-1
/
+1
*
Add support for displaying the language in the frame-format string.
Dawn Perchik
2015-06-23
1
-0
/
+20
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-2
/
+0
*
Fix a bug in the data formatters where summary strings would not look into th...
Enrico Granata
2015-03-12
1
-1
/
+1
*
Don't #include ClangPersistentVariables.h from Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Fix TestDataFormatter* on Linux
Vince Harron
2015-02-18
1
-1
/
+1
*
Change the default disassembly format again. First attempt at
Jason Molenda
2015-02-13
1
-8
/
+29
*
Update documenation for the changed in from ${var.script:<pythonfunction>} to...
Greg Clayton
2015-02-04
1
-1
/
+1
*
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...
Greg Clayton
2015-02-04
1
-0
/
+2511