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
*
[lldb][NFC] Remove unnecessary includes in source/Commands
Raphael Isemann
2019-12-16
1
-9
/
+0
*
[lldb] Make Target* a Target& in CommandObjectExpression::DoExecute REPL logic
Raphael Isemann
2019-11-08
1
-49
/
+47
*
Run clang-format on lldb/source/Commands (NFC)
Adrian Prantl
2019-10-30
1
-5
/
+6
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-3
/
+3
*
CommandObjectExpression: Fix a misleading-indentation warning
Pavel Labath
2019-08-27
1
-96
/
+94
*
[lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...
Raphael Isemann
2019-08-26
1
-14
/
+6
*
[lldb][NFC] Remove dead code that is supposed to handle invalid command options
Raphael Isemann
2019-08-22
1
-3
/
+1
*
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...
Raphael Isemann
2019-08-22
1
-6
/
+5
*
Format OptionEnumValueElement (NFC)
Jonas Devlieghere
2019-08-02
1
-4
/
+11
*
[lldb] Also include the array definition in CommandOptions.inc
Raphael Isemann
2019-07-28
1
-2
/
+0
*
[lldb] Tablegenify expr/frame/log/register/memory
Raphael Isemann
2019-07-25
1
-17
/
+2
*
[Commands] Remove unused header
Alex Langford
2019-06-02
1
-1
/
+0
*
[CommandObject] Use GetDebugger() helper method (NFC)
Jonas Devlieghere
2019-04-27
1
-2
/
+1
*
Break cycle lldb/Commands [3->] lldb/Expression [1->] lldb/Commands
Jonas Devlieghere
2019-03-09
1
-1
/
+25
*
[Reproducers] Capture and replay interpreter commands.
Jonas Devlieghere
2019-03-02
1
-2
/
+2
*
[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
[next]