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
*
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
*
Added an API to SymbolContext to hide the complexity of getting the
Jim Ingham
2011-09-27
1
-8
/
+3
*
Convert lldb::ModuleSP to use an instrusive ref counted pointer.
Greg Clayton
2011-09-17
1
-1
/
+1
*
Switch to using the S_ISDIR and S_ISREG sys/stat.h macros in
Jason Molenda
2011-07-08
1
-1
/
+1
*
Symbol may not have a demangled name, use GetName to get the best name availa...
Jim Ingham
2011-05-18
1
-1
/
+1
*
Added auto completion for architecture names and for platforms.
Greg Clayton
2011-04-13
1
-0
/
+33
*
Add FileSpec::ResolvePartialUsername, and use it in CommandCompletions to iso...
Jim Ingham
2011-02-08
1
-38
/
+18
*
Moved FileSpec into the Host layer since it will vary from host to host.
Greg Clayton
2011-02-08
1
-1
/
+1
*
Cleaned up the dynamic library open/getsymbol/close code to use abstracted
Greg Clayton
2011-02-08
1
-4
/
+4
*
Added support for targets that don't support expanding "~/" or "~USERNAME".
Greg Clayton
2011-02-05
1
-7
/
+11
*
Added a cleanup helper object to make sure the directory that was opened with...
Greg Clayton
2011-02-01
1
-11
/
+9
*
Changed the SymbolFile::FindFunction() function calls to only return
Greg Clayton
2011-01-27
1
-19
/
+8
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-1
/
+1
*
Fixed an issue where we were resolving paths when we should have been.
Greg Clayton
2010-10-20
1
-2
/
+2
*
This is a very large commit that completely re-does the way lldb
Caroline Tice
2010-09-04
1
-3
/
+21
*
Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...
Jim Ingham
2010-08-26
1
-3
/
+3
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-4
/
+4
*
Jean-Daniel Dupas patch that fixes a bad if statement with assignment.
Greg Clayton
2010-07-06
1
-1
/
+1
*
Remove duplicate def'n from FileSpec.h.
Jim Ingham
2010-07-02
1
-26
/
+53
*
Fix an obvious typo and replace deprecated bcopy(3) with memcpy(3).
Benjamin Kramer
2010-06-30
1
-2
/
+2
[next]