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
/
Plugins
/
SymbolFile
/
DWARF
/
SymbolFileDWARFDebugMap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
Fix/unify the spelling of Objective-C.
Adrian Prantl
2018-06-13
1
-1
/
+1
*
Fix support for distinguishing archive members by timestamp on Darwin.
James Y Knight
2018-06-02
1
-2
/
+4
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
1
-18
/
+8
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-64
/
+57
*
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
-3
/
+6
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-2
/
+1
*
Remove TimeValue usage from Core/Module
Pavel Labath
2016-11-09
1
-12
/
+11
*
Remove TimeValue usage from FileSpec.h
Pavel Labath
2016-11-01
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
-1363
/
+1214
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-3
/
+3
*
Warning about debugging optimized code was not happening without dSYMs. Now i...
Greg Clayton
2016-07-05
1
-8
/
+13
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-1
/
+1
*
Fixed in issue with ObjectFileMachO where it would add empty sections to the ...
Greg Clayton
2016-04-22
1
-3
/
+13
*
SymbolFileDWARFDebugMap::FindTypes didn't obey the max_matches flag,
Jim Ingham
2016-02-26
1
-1
/
+4
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-3
/
+4
*
Read macro info from .debug_macro section and use it for expression evaluation.
Siva Chandra
2015-12-16
1
-0
/
+9
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-19
1
-39
/
+9
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-10-08
1
-1
/
+2
*
Fix the TestCppNsImport test case for DWARF. It was failing for DWARF in .o f...
Greg Clayton
2015-10-07
1
-0
/
+9
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-4
/
+4
*
Revert 248366 "Testcase and fix for bug 24074"
Enrico Granata
2015-09-23
1
-2
/
+1
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-09-23
1
-1
/
+2
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-3
/
+0
*
Remove a debugging printf that got left in SymbolFileDWARFDebugMap.
Jim Ingham
2015-09-14
1
-1
/
+0
*
Major DWARF cleanup.
Greg Clayton
2015-08-26
1
-1
/
+1
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-23
/
+32
*
More abstraction to get almost all clang specific DWARF parsing code into Cla...
Greg Clayton
2015-08-18
1
-67
/
+18
*
Move all clang type system DWARF type parsing into ClangASTContext.cpp.
Greg Clayton
2015-08-14
1
-1
/
+1
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-3
/
+3
*
First part of an attempt to indicate to the user when they are
Jason Molenda
2015-07-29
1
-1
/
+2
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-2
/
+2
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-7
/
+7
*
This patch implements several improvements to the
Sean Callanan
2015-04-20
1
-12
/
+13
*
Fixed a bug where we didn't return a value from a
Sean Callanan
2015-04-01
1
-0
/
+1
*
Fixed the way SymbolFileDWARFDebugMap iterates across object
Sean Callanan
2015-04-01
1
-77
/
+63
*
Fix error introduced by changing function signatures.
Zachary Turner
2015-03-24
1
-5
/
+5
*
Fix record layout when synthesizing class types.
Zachary Turner
2015-03-24
1
-8
/
+6
*
Optimize finding the Complete Definition of an ObjC class for debug with .o f...
Greg Clayton
2015-02-25
1
-7
/
+55
*
Cleanup the iOS simulator code.
Greg Clayton
2014-07-10
1
-1
/
+7
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-2
/
+2
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-14
/
+12
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
1
-0
/
+1
*
Fix build break due to signature change on ASTContext' setExternalSource para...
Todd Fiala
2014-02-27
1
-1
/
+1
*
Changed the bool conversion operator on ConstString
Sean Callanan
2013-10-03
1
-1
/
+1
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-5
/
+5
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-33
/
+39
[next]