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
/
ModuleList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the clang module cache setting available without a target
Adrian Prantl
2018-03-02
1
-5
/
+58
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-2
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-9
/
+9
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-9
/
+38
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-1
/
+3
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-3
/
+1
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-1
/
+3
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+4
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Remove TimeValue usage from lldb/Core. NFC.
Pavel Labath
2016-11-09
1
-3
/
+3
*
Remove TimeValue usage from FileSpec.h
Pavel Labath
2016-11-01
1
-2
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-992
/
+795
*
Centralize the way symbol and functions are looked up by making a Module::Loo...
Greg Clayton
2016-07-13
1
-62
/
+17
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-65
/
+56
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-11
1
-71
/
+41
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-3
/
+4
*
Change ModuleList::GetSharedModule so that it will reject "stub
Jason Molenda
2015-10-22
1
-12
/
+43
*
Re-commit the (fixed) changes from r248985 which were reverted by Pavel
Jason Molenda
2015-10-08
1
-10
/
+11
*
Revert "Fixing a subtle issue on Mac OS X systems with dSYMs..."
Pavel Labath
2015-10-01
1
-10
/
+11
*
Fixing a subtle issue on Mac OS X systems with dSYMs (possibly
Jason Molenda
2015-10-01
1
-11
/
+10
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-1
/
+0
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-2
/
+2
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
1
-0
/
+2
*
Make ModuleList::GetSharedModule to use module_search_paths parameter.
Oleksiy Vyalov
2015-03-16
1
-6
/
+38
*
Add a ModuleList::ForEach(...) which takes the module list mutex calls the st...
Greg Clayton
2015-02-13
1
-0
/
+12
*
Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunction...
Carlo Kok
2014-09-19
1
-0
/
+20
*
Don't search for module resources at all if the setting is set to "false".
Greg Clayton
2014-08-18
1
-2
/
+3
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-0
/
+1
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-3
/
+4
*
Include <mutex> for std::once.
Greg Clayton
2014-03-24
1
-0
/
+2
*
Modified patch from Piotr Rak that makes GetSharedModuleList() more thread sa...
Greg Clayton
2014-03-24
1
-10
/
+34
*
Added a 'jump' command, similar to GDBs.
Richard Mitton
2013-09-12
1
-1
/
+13
*
<rdar://problem/14717184>
Greg Clayton
2013-08-13
1
-1
/
+4
*
Fix "source list -n printf" on Linux (printf is symbol alias for __printf)
Michael Sartain
2013-07-11
1
-1
/
+61
*
Improving the previous checkin about target.load-script-from-symbol-file
Enrico Granata
2013-05-21
1
-8
/
+11
*
Forgot to check for empty error strings in the previous checkin
Enrico Granata
2013-05-20
1
-1
/
+1
*
<rdar://problem/13878726>
Enrico Granata
2013-05-20
1
-1
/
+27
*
Remove the UUID::GetAsCString() method which required a buffer to save the
Jason Molenda
2013-05-03
1
-15
/
+9
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-3
/
+2
*
<rdar://problem/13506727>
Greg Clayton
2013-04-03
1
-6
/
+56
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-10
/
+10
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-16
/
+16
*
Minor cleanups to the new ModuleList notification APIs: passing in the Module...
Enrico Granata
2012-11-08
1
-7
/
+5
*
<rdar://problem/12586350>
Enrico Granata
2012-11-08
1
-33
/
+101
*
Added a new "module" log channel which covers module creation, deletion, and ...
Greg Clayton
2012-10-08
1
-0
/
+5
*
<rdar://problem/12408181> Fixing a bug where we would try to look for types i...
Enrico Granata
2012-10-03
1
-1
/
+2
*
<rdar://problem/12125274>
Greg Clayton
2012-09-18
1
-2
/
+8
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
[next]