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
*
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
*
Workaround for infinite recursion in InitOSO->GetByteSize->GetSymbolVendor.
Jim Ingham
2013-07-03
1
-1
/
+7
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-5
/
+5
*
Adding support for extracting line table information from .o files that do no...
Enrico Granata
2013-06-27
1
-0
/
+29
*
Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...
Greg Clayton
2013-06-18
1
-0
/
+37
*
<rdar://problem/13455021>
Greg Clayton
2013-05-22
1
-0
/
+2
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-18
/
+39
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-9
/
+4
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-2
/
+2
*
Don't need to resolve the .o file path.
Greg Clayton
2013-03-23
1
-1
/
+1
*
Add a missing check for getting a NULL oso module back from GetModuleByCompUn...
Jim Ingham
2013-03-13
1
-0
/
+3
*
Add a missing call to GetFileRangeMap. It's absence was causing debug info f...
Jim Ingham
2013-03-13
1
-0
/
+1
*
<rdar://problem/13361742>
Greg Clayton
2013-03-08
1
-1
/
+1
*
<rdar://problem/13362109>
Greg Clayton
2013-03-06
1
-20
/
+4
*
<rdar://problem/13338643>
Greg Clayton
2013-03-04
1
-231
/
+315
*
<rdar://problem/11109570>
Greg Clayton
2013-02-06
1
-171
/
+198
*
<rdar://problem/12866706>
Greg Clayton
2013-02-05
1
-20
/
+34
[next]