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
/
CommandCompletions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-6
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Do not use PATH_MAX with SmallString
Stella Stamenova
2018-12-10
1
-1
/
+1
*
[FileSystem] Migrate CommandCompletions
Jonas Devlieghere
2018-12-04
1
-13
/
+15
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Revert "[FileSystem] Make use of FS in TildeExpressionResolver"
Jonas Devlieghere
2018-11-09
1
-1
/
+1
*
[FileSystem] Make use of FS in TildeExpressionResolver
Jonas Devlieghere
2018-11-09
1
-1
/
+1
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
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
*
Narrow the CompletionRequest API to being append-only.
Raphael Isemann
2018-07-27
1
-26
/
+34
*
Replaced more boilerplate code with CompletionRequest (NFC)
Raphael Isemann
2018-07-13
1
-117
/
+72
*
Fix use-after-free in CommandCompletions.cpp
Pavel Labath
2018-06-29
1
-1
/
+1
*
Fixed file completion for paths that start with '~'.
Raphael Isemann
2018-06-18
1
-0
/
+6
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-2
/
+2
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
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
*
Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...
Peter Collingbourne
2017-10-10
1
-4
/
+4
*
Fix crash when completing in the current directory.
Zachary Turner
2017-04-15
1
-1
/
+4
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-0
/
+1
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
[Support] Support both Windows and Posix paths on both platforms.
Zachary Turner
2017-03-16
1
-1
/
+2
*
Use LLVM for file / directory enumeration.
Zachary Turner
2017-03-13
1
-1
/
+1
*
Resubmit "Make file / directory completion work properly on Windows."
Zachary Turner
2017-03-13
1
-166
/
+132
*
Revert "Make file / directory completion work properly on Windows."
Zachary Turner
2017-03-12
1
-132
/
+166
*
Make file / directory completion work properly on Windows.
Zachary Turner
2017-03-12
1
-166
/
+132
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-6
/
+6
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-5
/
+4
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-4
/
+5
*
Convert AutoComplete related code to StringRef.
Zachary Turner
2016-11-17
1
-28
/
+26
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-2
/
+2
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-592
/
+471
*
Unicode support on Win32.
Zachary Turner
2016-03-22
1
-4
/
+6
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...
Eugene Zelenko
2016-02-19
1
-153
/
+104
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Further reduce header footprint of Debugger.h.
Zachary Turner
2015-03-04
1
-0
/
+1
*
Add the ability to set breakpoints with conditions, commands, etc,
Jim Ingham
2014-12-06
1
-3
/
+3
*
Optimizations for FileSpec.
Zachary Turner
2014-08-07
1
-19
/
+12
*
unused variable, typedef requires name warning cleanup
Michael Sartain
2013-08-26
1
-2
/
+1
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-53
/
+76
*
<rdar://problem/14086944>
Greg Clayton
2013-06-07
1
-10
/
+26
*
A first pass at auto completion for variables and their children. This is cur...
Greg Clayton
2013-05-14
1
-0
/
+15
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+1
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+2
*
Remove further outdated "settings" code and also implement a few missing things.
Greg Clayton
2012-08-22
1
-5
/
+0
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-9
/
+24
*
Extended function lookup to allow the user to
Sean Callanan
2012-02-10
1
-1
/
+2
[next]