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
/
Interpreter
/
CommandInterpreter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] find_first_of/find_last_of -> find/rfind for single char.
Jonas Devlieghere
2019-03-28
1
-1
/
+1
*
[Reproducers] Capture and replay interpreter commands.
Jonas Devlieghere
2019-03-02
1
-7
/
+10
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-87
/
+92
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-13
/
+13
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-4
/
+5
*
[CommandInterpreter] Early return on error (NFC)
Jonas Devlieghere
2019-02-07
1
-125
/
+121
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CommandInterpreter] Simplify PreprocessCommand. (NFCI)
Jonas Devlieghere
2018-12-30
1
-117
/
+127
*
[NFC] Replace `compare` with (in)equality operator where applicable.
Jonas Devlieghere
2018-12-21
1
-2
/
+2
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-8
/
+7
*
Add GDB remote packet reproducer.
Jonas Devlieghere
2018-11-13
1
-1
/
+4
*
[FileSystem] Open File instances through the FileSystem.
Jonas Devlieghere
2018-11-02
1
-4
/
+2
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-8
/
+10
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-4
/
+4
*
Add "v" as well as "var" as an alias for "frame var".
Jim Ingham
2018-10-12
1
-0
/
+1
*
Add "var" and "vo" aliases for "frame variable" and "frame variable -O".
Jim Ingham
2018-10-10
1
-0
/
+7
*
Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the ex...
Stefan Granitz
2018-10-05
1
-15
/
+86
*
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Tatyana Krasnukha
2018-09-27
1
-2
/
+1
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
1
-8
/
+7
*
Add support for descriptions with command completions.
Raphael Isemann
2018-09-13
1
-29
/
+46
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Remove unnecessary newlines from break command help text.
Raphael Isemann
2018-07-30
1
-2
/
+2
*
Narrow the CompletionRequest API to being append-only.
Raphael Isemann
2018-07-27
1
-10
/
+12
*
Fix duplicate suggestions after an ambiguous command
Raphael Isemann
2018-07-26
1
-2
/
+0
*
Don't print two errors for unknown commands.
Raphael Isemann
2018-07-26
1
-27
/
+0
*
Replaced more boilerplate code with CompletionRequest (NFC)
Raphael Isemann
2018-07-13
1
-65
/
+14
*
Allow specifying an exit code for the 'quit' command
Raphael Isemann
2018-07-11
1
-0
/
+20
*
Refactoring for for the internal command line completion API (NFC)
Raphael Isemann
2018-07-02
1
-32
/
+35
*
Fix the 'tb' alias command
Frederic Riss
2018-06-18
1
-1
/
+1
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-3
/
+4
*
Normalize some lldb #include statements.
James Y Knight
2018-05-22
1
-25
/
+25
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-105
/
+84
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
[Command] Implement `statistics` command.
Davide Italiano
2018-04-13
1
-1
/
+1
*
[Commands] Add a (currently empty) `stats` command.
Davide Italiano
2018-03-23
1
-0
/
+2
*
[Commands] Remove dead code for unused `args` command.
Davide Italiano
2018-03-23
1
-1
/
+0
*
[Command] Remove dead code for the syntax command.
Davide Italiano
2018-03-23
1
-1
/
+0
*
Delete some unused #includes of CleanUp.h, NFC
Vedant Kumar
2018-02-23
1
-2
/
+0
*
Implement interactive command interruption
Leonard Mosescu
2017-10-05
1
-14
/
+84
*
Revert patch r313904, as it breaks "command source" and in
Jim Ingham
2017-09-28
1
-71
/
+13
*
[LLDB] Implement interactive command interruption
Adrian McCarthy
2017-09-21
1
-13
/
+71
*
Fix the formatting for help on option value types.
Jim Ingham
2017-07-27
1
-1
/
+1
*
Fix a deadlock in the Python interpreter vrs. SIGINT.
Jim Ingham
2017-07-13
1
-1
/
+1
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-4
/
+6
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-6
/
+6
*
Update GDB remote command regex for IPv6
Chris Bieneman
2017-04-27
1
-2
/
+2
*
[Interpreter] Make a static func a lambda and remove always_inline.
Davide Italiano
2017-04-14
1
-8
/
+5
*
Fix up some enumerate() callsites in LLDB.
Zachary Turner
2017-03-13
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
[next]