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
/
Expression
/
REPL.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing nullptr checks.
Adrian Prantl
2020-01-10
1
-0
/
+2
*
remove a smattering of isolated, unnecessary uses of FILE*
Lawrence D'Anna
2019-10-09
1
-1
/
+1
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-8
/
+8
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-7
/
+12
*
[lldb][NFC] Remove CompletionRequest::GetCursorArgument and GetRawLineUntilCu...
Raphael Isemann
2019-09-25
1
-2
/
+2
*
[lldb][NFC] Remove Args::StripSpaces
Raphael Isemann
2019-09-06
1
-1
/
+1
*
[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...
Raphael Isemann
2019-08-22
1
-6
/
+11
*
[lldb][NFC] Refactor remaining completion logic to use CompletionRequests
Raphael Isemann
2019-08-15
1
-19
/
+20
*
[CompletionRequest] Remove unimplemented members.
Jonas Devlieghere
2019-07-31
1
-3
/
+1
*
Quiet command regex instructions during batch execution
Dave Lee
2019-03-10
1
-1
/
+1
*
Break cycle lldb/Commands [3->] lldb/Expression [1->] lldb/Commands
Jonas Devlieghere
2019-03-09
1
-15
/
+1
*
[Expression] Remove unused parameter from Evaluate
Alex Langford
2019-03-05
1
-1
/
+0
*
[Reproducers] Capture and replay interpreter commands.
Jonas Devlieghere
2019-03-02
1
-7
/
+7
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-3
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[FileSystem] Open File instances through the FileSystem.
Jonas Devlieghere
2018-11-02
1
-5
/
+6
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
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
*
Add support for descriptions with command completions.
Raphael Isemann
2018-09-13
1
-2
/
+2
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
1
-4
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-13
/
+9
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-4
/
+4
*
Use Timeout<> in EvaluateExpressionOptions class
Pavel Labath
2016-12-06
1
-2
/
+2
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Convert some more aliasing and CI functions to StringRef.
Zachary Turner
2016-10-05
1
-1
/
+1
*
Update the prompt related functions to use StringRefs.
Zachary Turner
2016-09-23
1
-5
/
+5
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-574
/
+509
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-4
/
+4
*
Figure out what the fixed expression is, and print it. Added another target ...
Jim Ingham
2016-03-29
1
-0
/
+1
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-1
/
+1
*
Fix Clang-tidy modernize-use-override warnings in include/lldb/Expression, so...
Eugene Zelenko
2015-10-31
1
-29
/
+28
*
When target is NULL, provide a debugger so that REPLs can use that to create
Sean Callanan
2015-10-21
1
-2
/
+2
*
Added support for the "--repl" argument to LLDB.
Sean Callanan
2015-10-20
1
-2
/
+2
*
Added the concept of a Read-Eval-Print-Loop to LLDB.
Sean Callanan
2015-10-19
1
-0
/
+650