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
/
Core
/
PluginManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-72
/
+72
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[lldb] Fix "code requires global destructor" warning in g_architecture_mutex
Kuba Mracek
2018-11-12
1
-4
/
+7
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-9
/
+9
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+2
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+4
*
[FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.
Jonas Devlieghere
2018-11-01
1
-11
/
+14
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
1
-3
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-17
/
+14
*
s/LLVM_ON_WIN32/_WIN32/, lldb
Nico Weber
2018-04-10
1
-1
/
+1
*
Move StopInfoOverride callback to the new architecture plugin
Pavel Labath
2017-10-25
1
-0
/
+48
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-5
/
+5
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-19
/
+32
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-7
/
+6
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-6
/
+7
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-7
/
+6
*
Reapply "Refactor log channel registration mechanism"
Pavel Labath
2017-02-17
1
-87
/
+0
*
Revert "Refactor log channel registration mechanism"
Pavel Labath
2017-02-15
1
-0
/
+87
*
Refactor log channel registration mechanism
Pavel Labath
2017-02-15
1
-87
/
+0
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Convert AutoComplete related code to StringRef.
Zachary Turner
2016-11-17
1
-11
/
+12
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-2629
/
+2042
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-0
/
+173
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
1
-173
/
+0
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
1
-0
/
+173
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-184
/
+184
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-11
1
-262
/
+176
*
Fixed version of r250913, which actually implements all the static functions.
Sean Callanan
2015-10-21
1
-1
/
+33
*
Revert "Made the REPL choose a default language if only one REPL can be chosen."
Siva Chandra
2015-10-21
1
-4
/
+1
*
Made the REPL choose a default language if only one REPL can be chosen.
Sean Callanan
2015-10-21
1
-1
/
+4
*
Added the concept of a Read-Eval-Print-Loop to LLDB.
Sean Callanan
2015-10-19
1
-0
/
+100
*
Fix regression caused by r249769
Tamas Berghammer
2015-10-09
1
-0
/
+1
*
Added support for enumerating the languages that actually support TypeSystems
Sean Callanan
2015-10-08
1
-1
/
+30
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-0
/
+102
*
Add an OperatingSystem plugin to support goroutines
Ryan Brown
2015-09-16
1
-7
/
+55
*
Add plugin.jit-loader.gdb.enable-jit-breakpoint property to make JIT loader b...
Oleksiy Vyalov
2015-09-16
1
-91
/
+99
*
Add a new type of plugin: Language plugin
Enrico Granata
2015-08-27
1
-0
/
+105
*
Convert the ScriptInterpreter system to a plugin-based one.
Zachary Turner
2015-07-30
1
-0
/
+104
*
Make DWARF at_comp_dir symbolic links configurable via plugin.symbol-file.dwa...
Oleksiy Vyalov
2015-07-29
1
-3
/
+56
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Add language command and LanguageRuntime plugin changes to allow vending of c...
Colin Riley
2015-05-04
1
-1
/
+14
*
LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...
Kuba Brecka
2014-10-10
1
-0
/
+119
*
ASan malloc/free history threads
Kuba Brecka
2014-09-04
1
-0
/
+104
*
Update LLDB to use LLVM's DynamicLibrary.
Zachary Turner
2014-08-27
1
-23
/
+18
*
Move Host::GetLLDBPath to HostInfo.
Zachary Turner
2014-08-21
1
-2
/
+3
*
PluginManager: Don't cast from void-pointer to pointer-to-function
David Majnemer
2014-07-22
1
-2
/
+16
*
Fix a few typos.
Bruce Mitchener
2014-06-27
1
-1
/
+1
*
Added the ability to save core files:
Greg Clayton
2014-06-13
1
-3
/
+22
[next]