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
/
Symbol
/
SymbolVendor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
SymbolVendor: Remove passthrough methods
Pavel Labath
2019-08-06
1
-214
/
+0
*
Remove SymbolVendor::GetSymtab
Pavel Labath
2019-08-05
1
-12
/
+0
*
SymbolVendor: Remove the object file member variable
Pavel Labath
2019-07-31
1
-4
/
+2
*
SymbolVendor: Move locking into the Symbol Files
Pavel Labath
2019-07-30
1
-144
/
+51
*
SymbolVendor: Make SectionAddressesChanged a passthrough
Pavel Labath
2019-07-29
1
-13
/
+2
*
SymbolVendor: Move Symtab construction into the SymbolFile
Pavel Labath
2019-07-26
1
-30
/
+4
*
SymbolVendor: Remove the type list member
Pavel Labath
2019-07-25
1
-6
/
+1
*
Fix windows build after r366791
Pavel Labath
2019-07-23
1
-1
/
+3
*
SymbolVendor: Move compile unit handling into the SymbolFile class
Pavel Labath
2019-07-23
1
-53
/
+7
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-10
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-4
/
+4
*
Deserialize Clang module search path from DWARF
Adrian Prantl
2019-02-13
1
-1
/
+1
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-66
/
+66
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-27
/
+27
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Recommit "Teach the default symbol vendor to respect module.GetSymbolFileFile...
Pavel Labath
2019-01-17
1
-5
/
+12
*
Revert "Teach the default symbol vendor to respect module.GetSymbolFileFileSp...
Pavel Labath
2019-01-16
1
-12
/
+5
*
Teach the default symbol vendor to respect module.GetSymbolFileFileSpec()
Pavel Labath
2019-01-16
1
-5
/
+12
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
1
-3
/
+3
*
[SymbolFile] Remove the SymbolContext parameter from FindNamespace.
Zachary Turner
2019-01-14
1
-3
/
+2
*
[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.
Zachary Turner
2019-01-14
1
-2
/
+2
*
[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.
Zachary Turner
2019-01-11
1
-16
/
+15
*
Introduce SymbolFileBreakpad and use it to fill symtab
Pavel Labath
2019-01-11
1
-0
/
+4
*
Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.
Zachary Turner
2019-01-10
1
-2
/
+2
*
[Symbol] Search symbols with name and type in a symbol file
Aleksandr Urakov
2018-11-30
1
-9
/
+18
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Revert "[Symbol] Search symbols with name and type in a symbol file"
Davide Italiano
2018-11-02
1
-21
/
+9
*
[Symbol] Search symbols with name and type in a symbol file
Aleksandr Urakov
2018-11-02
1
-9
/
+21
*
Don't type-erase the FunctionNameType or TypeClass enums.
Zachary Turner
2018-10-25
1
-2
/
+2
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-2
/
+2
*
[DWARF] Add (empty) DebugNamesDWARFIndex class and a setting to control its use
Pavel Labath
2018-06-06
1
-0
/
+2
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
1
-7
/
+7
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-14
/
+14
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
[lldb] Fix typos in file headers
Alexander Shaposhnikov
2016-11-26
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-493
/
+400
*
Warning about debugging optimized code was not happening without dSYMs. Now i...
Greg Clayton
2016-07-05
1
-2
/
+14
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-25
/
+25
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-2
/
+2
*
Read macro info from .debug_macro section and use it for expression evaluation.
Siva Chandra
2015-12-16
1
-0
/
+12
*
Trying to submit 254476 one more time. This implement -gmodule debugging supp...
Greg Clayton
2015-12-08
1
-0
/
+15
*
Revert "Added support for -gmodule debugging when debug info is left in the ....
Tamas Berghammer
2015-12-02
1
-15
/
+0
*
Added support for -gmodule debugging when debug info is left in the .o files ...
Greg Clayton
2015-12-02
1
-0
/
+15
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-10-08
1
-1
/
+1
*
Revert 248366 "Testcase and fix for bug 24074"
Enrico Granata
2015-09-23
1
-1
/
+1
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-09-23
1
-1
/
+1
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-11
/
+11
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-1
/
+1
*
This patch implements several improvements to the
Sean Callanan
2015-04-20
1
-0
/
+15
*
Change SymbolVendor::GetCompileUnitAtIndex() and SymbolVendor::Dump() to make...
Greg Clayton
2015-04-14
1
-0
/
+3
[next]