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
*
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
*
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
-1
/
+2
*
Specify a language to use when parsing expressions.
Dawn Perchik
2015-07-25
1
-7
/
+14
*
Fixed line wrapping for the "long help" content in LLDB commands. Content is...
Kate Stone
2015-07-14
1
-29
/
+33
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Add support for custom commands to set flags on themselves
Enrico Granata
2015-05-27
1
-1
/
+1
*
Fix handling of backslashes in Args parsing
Pavel Labath
2015-03-02
1
-1
/
+1
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-2
/
+2
*
This is the first step of making lldb able to create target-specific things
Jim Ingham
2014-11-22
1
-1
/
+1
*
Complete rewrite of interactive editing support for single- and multi-line in...
Kate Stone
2014-11-17
1
-0
/
+4
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-6
/
+6
*
Document the "thread.completed-expression" feature in the "expression" comman...
Jim Ingham
2014-07-08
1
-0
/
+9
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-6
/
+6
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-6
/
+6
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-1
/
+1
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
1
-1
/
+2
*
A fix for: http://llvm.org/bugs/show_bug.cgi?id=19241
Greg Clayton
2014-03-25
1
-1
/
+1
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
1
-0
/
+6
*
Cleanup some dead assignements reported by scan-build
Arnaud A. de Grandmaison
2014-03-22
1
-7
/
+3
[next]