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
/
Commands
/
CommandObjectExpression.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Expressions] Add support of expressions evaluation in some object's context
Aleksandr Urakov
2019-02-05
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-2
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Revert "Return a named error in the result object of an expression with no re...
Krasimir Georgiev
2018-10-18
1
-1
/
+1
*
Return a named error in the result object of an expression with no result
Jim Ingham
2018-10-16
1
-1
/
+1
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-14
/
+17
*
Use a CompletionRequest in the expression command completion [NFC]
Raphael Isemann
2018-08-30
1
-3
/
+1
*
Added initial code completion support for the `expr` command
Raphael Isemann
2018-08-30
1
-0
/
+68
*
Get rid of the C-string parameter in DoExecute
Raphael Isemann
2018-07-12
1
-5
/
+5
*
Refactor parsing of option lists with a raw string suffix.
Raphael Isemann
2018-07-10
1
-94
/
+64
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-19
/
+13
*
[Command] Simplify the code and make it less error prone. NFCI.
Davide Italiano
2018-04-13
1
-4
/
+1
*
[Command] Implement `statistics` command.
Davide Italiano
2018-04-13
1
-3
/
+10
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
1
-7
/
+8
*
Add help text for "expression" telling how to enter multi-line mode.
Jim Ingham
2017-07-19
1
-0
/
+11
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-9
/
+9
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Use Timeout<> in EvaluateExpressionOptions class
Pavel Labath
2016-12-06
1
-2
/
+2
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Fix a crash in expressions with fixits in the dummy target.
Jim Ingham
2016-10-17
1
-0
/
+3
*
Clarified the explanation of expr --top-level.
Sean Callanan
2016-10-11
1
-2
/
+2
*
Convert CommandObject constructors to StringRef.
Zachary Turner
2016-10-05
1
-1
/
+1
*
Fix an issue where LLDB would not accept the --description-verbosity option t...
Enrico Granata
2016-09-26
1
-1
/
+1
*
Update the prompt related functions to use StringRefs.
Zachary Turner
2016-09-23
1
-2
/
+2
*
Update OptionGroup::SetValue to take StringRef.
Zachary Turner
2016-09-23
1
-24
/
+27
*
Try to fix build errors on Android.
Zachary Turner
2016-09-22
1
-1
/
+1
*
Convert option tables to ArrayRefs.
Zachary Turner
2016-09-22
1
-9
/
+5
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
1
-5
/
+6
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-550
/
+513
*
Tables of command options in LLDB benefit from hand-formatting to make it
Kate Stone
2016-08-26
1
-10
/
+17
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-11
/
+14
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-13
/
+12
*
fixits are apparently called fix-its.
Jim Ingham
2016-06-28
1
-2
/
+2
*
[LLDB] Added support for PHI nodes to IR interpreter
Marianne Mailhot-Sarrasin
2016-05-12
1
-1
/
+18
*
Fixed multiline expressions, and removed some dead code.
Sean Callanan
2016-05-09
1
-18
/
+11
*
Add a --element-count option to the expression command
Enrico Granata
2016-04-25
1
-0
/
+23
*
Figure out what the fixed expression is, and print it. Added another target ...
Jim Ingham
2016-03-29
1
-1
/
+28
*
Expose top-level Clang expressions via the command line and the API.
Sean Callanan
2016-03-28
1
-0
/
+9
*
Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...
Jim Ingham
2016-03-25
1
-0
/
+21
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-19
1
-52
/
+39
*
Added support to the expression command for dropping into the REPL at will.
Sean Callanan
2015-10-20
1
-1
/
+66
*
Decide on the expression language inside UserExpression
Dawn Perchik
2015-10-07
1
-10
/
+1
*
Fix minor typos in comments.
Bruce Mitchener
2015-10-07
1
-1
/
+1
*
Route the preferred-display-language mechanism to the ValueObjectPrinter and ...
Enrico Granata
2015-10-07
1
-0
/
+1
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-3
/
+2
*
Set the default language to use when evaluating to that of the frame's CU.
Dawn Perchik
2015-09-04
1
-5
/
+8
*
Purge a few places where *LanguageRuntime.h was being used when it
Jim Ingham
2015-09-03
1
-1
/
+0
*
Jim told me about a cleaner way to include headers from plug-ins.
Sean Callanan
2015-09-03
1
-1
/
+1
[next]