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
/
Module.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-90
/
+68
*
Improve LLDB's handling of non-local minidumps
Leonard Mosescu
2018-04-18
1
-2
/
+1
*
s/LLVM_ON_WIN32/_WIN32/, lldb
Nico Weber
2018-04-10
1
-1
/
+1
*
Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...
Pavel Labath
2018-03-20
1
-4
/
+0
*
[Module] Throw away some more commented code. NFCI.
Davide Italiano
2017-11-18
1
-37
/
+0
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Remove an expensive lock from Timer
Pavel Labath
2017-05-15
1
-14
/
+20
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-5
/
+5
*
Provide a mechanism to do some pre-loading of symbols up front.
Jim Ingham
2017-04-28
1
-0
/
+16
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-19
/
+45
*
FindTypes should find "struct TypeName" as well as "TypeName".
Jim Ingham
2017-03-21
1
-1
/
+1
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-1
/
+2
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-2
/
+1
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-1
/
+2
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
FindFunctions now works again with mangled names.
Greg Clayton
2017-02-13
1
-20
/
+29
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-3
/
+3
*
Provide option to set pc of the file loaded in memory.
Hafiz Abid Qadeer
2017-01-24
1
-2
/
+2
*
Provide a substitute to load command of gdb.
Hafiz Abid Qadeer
2017-01-19
1
-0
/
+4
*
Improve Type::GetTypeScopeAndBasenameHelper and add unit tests
Tamas Berghammer
2017-01-10
1
-8
/
+4
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-6
/
+6
*
Remove TimeValue usage from Core/Module
Pavel Labath
2016-11-09
1
-5
/
+3
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Remove TimeValue usage from FileSpec.h
Pavel Labath
2016-11-01
1
-22
/
+11
*
Change Module::RemapPath to use StringRef.
Zachary Turner
2016-09-23
1
-1
/
+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
-1675
/
+1438
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-11
/
+11
*
Centralize the way symbol and functions are looked up by making a Module::Loo...
Greg Clayton
2016-07-13
1
-140
/
+189
*
Fix the use of lldb::eSymbolContextVariable.
Greg Clayton
2016-06-21
1
-1
/
+2
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-120
/
+111
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-11
1
-65
/
+59
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-6
/
+10
*
Set symbol types for function symbols loaded from PE/COFF
Adrian McCarthy
2016-01-26
1
-8
/
+10
*
[LLDB] Consider only valid symbols while resolving by address
Mohit K. Bhakkad
2016-01-23
1
-1
/
+10
*
Moved the target specific ClangASTContext initialization over into ClangASTCo...
Greg Clayton
2015-10-08
1
-20
/
+1
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-10-08
1
-11
/
+17
*
Revert 248366 "Testcase and fix for bug 24074"
Enrico Granata
2015-09-23
1
-17
/
+11
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-09-23
1
-11
/
+17
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-65
/
+21
*
Add a TypeSystem for Go
Ryan Brown
2015-09-14
1
-1
/
+20
*
Fix TestLoadUnload.test_load_unload for android API > 21
Tamas Berghammer
2015-09-04
1
-1
/
+2
*
Move more functionality from the LanguageRuntimes to the Languages.
Jim Ingham
2015-09-02
1
-10
/
+10
*
Move things from the LanguageRuntime that obviously belong in the new Languag...
Jim Ingham
2015-09-02
1
-3
/
+4
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-9
/
+9
*
Move all clang type system DWARF type parsing into ClangASTContext.cpp.
Greg Clayton
2015-08-14
1
-0
/
+11
*
Fix issues with separate symbolfile handling
Tamas Berghammer
2015-07-30
1
-0
/
+3
*
Use double-checked locking to avoid locking the Module mutex if we don't need...
Greg Clayton
2015-07-24
1
-62
/
+74
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
1
-2
/
+12
[prev]
[next]