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
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.
Jim Ingham
2018-09-07
1
-6
/
+6
*
File completion bugfix
Frederic Riss
2018-08-31
1
-1
/
+5
*
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
2
-0
/
+70
*
Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.
Adrian Prantl
2018-08-30
1
-1
/
+2
*
Check result after setting PC value.
Tatyana Krasnukha
2018-08-07
1
-3
/
+8
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
7
-8
/
+8
*
Remove duplicated code in CommandObjectQuit
Raphael Isemann
2018-08-06
1
-7
/
+0
*
Narrow the CompletionRequest API to being append-only.
Raphael Isemann
2018-07-27
9
-62
/
+72
*
Move dumping code out of RegisterValue class
Pavel Labath
2018-07-24
1
-2
/
+3
*
Replaced more boilerplate code with CompletionRequest (NFC)
Raphael Isemann
2018-07-13
8
-317
/
+103
*
Get rid of the C-string parameter in DoExecute
Raphael Isemann
2018-07-12
8
-36
/
+44
*
Allow specifying an exit code for the 'quit' command
Raphael Isemann
2018-07-11
1
-1
/
+37
*
Refactor parsing of option lists with a raw string suffix.
Raphael Isemann
2018-07-10
5
-228
/
+89
*
Refactoring for for the internal command line completion API (NFC)
Raphael Isemann
2018-07-02
10
-296
/
+285
*
Fix use-after-free in CommandCompletions.cpp
Pavel Labath
2018-06-29
1
-1
/
+1
*
Remove duplicated check and shared_ptr copying.
Tatyana Krasnukha
2018-06-21
1
-4
/
+3
*
BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pair
Pavel Labath
2018-06-20
1
-2
/
+1
*
Fixed file completion for paths that start with '~'.
Raphael Isemann
2018-06-18
1
-0
/
+6
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
5
-20
/
+23
*
Fix/unify the spelling of Objective-C.
Adrian Prantl
2018-06-13
1
-1
/
+1
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
2
-6
/
+6
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-1
/
+1
*
Convert all RunShellCommand functions to use the Timeout class
Pavel Labath
2018-05-10
1
-4
/
+6
*
Modernize and clean-up the Predicate class
Pavel Labath
2018-05-09
2
-3
/
+3
*
Use the UUID from the minidump's CodeView Record for placeholder modules
Leonard Mosescu
2018-05-02
1
-0
/
+4
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
22
-358
/
+296
*
Improve LLDB's handling of non-local minidumps
Leonard Mosescu
2018-04-18
1
-1
/
+2
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
10
-10
/
+10
*
[Statistics] Move GetStatDescription to an header file.
Davide Italiano
2018-04-16
1
-18
/
+1
*
[Command] Simplify the code and make it less error prone. NFCI.
Davide Italiano
2018-04-13
2
-7
/
+2
*
[Command] Implement `statistics` command.
Davide Italiano
2018-04-13
4
-16
/
+126
*
Fix a thinko in CommandObjectMemoryRegion.
Jim Ingham
2018-04-11
1
-1
/
+1
*
Move Args::StringTo*** functions to a new OptionArgParser class
Pavel Labath
2018-04-10
13
-70
/
+88
*
[Commands] Add a (currently empty) `stats` command.
Davide Italiano
2018-03-23
3
-0
/
+56
*
[CMakeLists] Update file list after recent changes.
Davide Italiano
2018-03-23
1
-1
/
+0
*
[Commands] Remove dead code for unused `args` command.
Davide Italiano
2018-03-23
2
-286
/
+0
*
[Command] Remove dead code for the syntax command.
Davide Italiano
2018-03-23
3
-141
/
+0
*
[CommandObjectFrame] Remove dead code.
Davide Italiano
2018-03-23
1
-3
/
+0
*
Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...
Pavel Labath
2018-03-20
1
-1
/
+25
*
Move option parsing out of the Args class
Pavel Labath
2018-03-09
1
-1
/
+1
*
Delete some unused #includes of CleanUp.h, NFC
Vedant Kumar
2018-02-23
1
-1
/
+0
*
Fix use after free in DiskFilesOrDirectories
Raphael Isemann
2018-01-22
1
-1
/
+1
*
Add Utility/Environment class for handling... environments
Pavel Labath
2018-01-10
1
-5
/
+1
*
Remove custom TimePoint-formatting code
Pavel Labath
2017-11-27
1
-20
/
+3
*
Remove extra minuses from command option
Tatyana Krasnukha
2017-11-22
1
-1
/
+1
*
"source list -a" was calling DisplaySourceLinesWithNumbers incorrectly.
Jim Ingham
2017-11-17
1
-4
/
+5
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
3
-15
/
+1
*
Invert ArchSpec<->Platform dependency
Pavel Labath
2017-10-31
2
-4
/
+3
*
Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...
Peter Collingbourne
2017-10-10
1
-4
/
+4
[next]