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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change std::sort to llvm::sort to detect non-determinism.
Jonas Devlieghere
2019-01-08
3
-3
/
+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
2
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
5
-24
/
+20
*
Add GDB remote packet reproducer.
Jonas Devlieghere
2018-11-13
1
-1
/
+4
*
Re-land "Extract construction of DataBufferLLVM into FileSystem"
Jonas Devlieghere
2018-11-12
1
-2
/
+2
*
Revert "Extract construction of DataBufferLLVM into FileSystem"
Davide Italiano
2018-11-12
1
-2
/
+2
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
35
-140
/
+0
*
Extract construction of DataBufferLLVM into FileSystem
Jonas Devlieghere
2018-11-10
1
-2
/
+2
*
[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
5
-15
/
+21
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
2
-5
/
+6
*
[FileSystem] Extend file system and have it use the VFS.
Jonas Devlieghere
2018-10-31
1
-1
/
+1
*
[lldb] Introduce StackFrameRecognizer [take 3]
Kuba Mracek
2018-10-31
1
-0
/
+7
*
Revert r345686 due to build failures
Kuba Mracek
2018-10-31
1
-7
/
+0
*
[lldb] Introduce StackFrameRecognizer [take 2]
Kuba Mracek
2018-10-31
1
-0
/
+7
*
Revert r345678 (build failure on Linux machines).
Kuba Mracek
2018-10-31
1
-7
/
+0
*
[lldb] Introduce StackFrameRecognizer
Kuba Mracek
2018-10-31
1
-0
/
+7
*
Add functionality to export settings
Jonas Devlieghere
2018-10-26
6
-20
/
+50
*
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
*
[Interpreter] Escape backticks when dumping format entities.
Jonas Devlieghere
2018-10-01
1
-1
/
+17
*
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Tatyana Krasnukha
2018-09-27
2
-5
/
+4
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
16
-106
/
+104
*
build: add libedit to include paths
Tatyana Krasnukha
2018-09-21
1
-0
/
+4
*
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
4
-4
/
+4
*
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
10
-47
/
+30
*
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
11
-169
/
+92
*
Get rid of the C-string parameter in DoExecute
Raphael Isemann
2018-07-12
3
-42
/
+36
*
Allow specifying an exit code for the 'quit' command
Raphael Isemann
2018-07-11
1
-0
/
+20
*
Refactor parsing of option lists with a raw string suffix.
Raphael Isemann
2018-07-10
2
-1
/
+17
*
Refactoring for for the internal command line completion API (NFC)
Raphael Isemann
2018-07-02
4
-72
/
+62
*
UUID: Add support for arbitrary-sized module IDs
Pavel Labath
2018-06-29
1
-9
/
+5
*
Remove UUID::SetFromCString
Pavel Labath
2018-06-21
2
-2
/
+2
*
Modernize UUID class
Pavel Labath
2018-06-21
1
-11
/
+6
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-22
/
+8
*
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
2
-4
/
+5
*
Normalize some lldb #include statements.
James Y Knight
2018-05-22
1
-25
/
+25
*
Fix the .experimental. settings feature so that we don't return an error
Jason Molenda
2018-05-01
1
-1
/
+12
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
17
-303
/
+238
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
14
-707
/
+12
*
[Command] Implement `statistics` command.
Davide Italiano
2018-04-13
1
-1
/
+1
*
Args: replace isprint8 usage with isprint
Pavel Labath
2018-04-10
1
-2
/
+1
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
9
-255
/
+278
[prev]
[next]