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
/
API
/
SBModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Migrate to raw_ostream in Module::GetDescription
Raphael Isemann
2019-12-04
1
-1
/
+1
*
[lldb][NFC] Allow range-based for-loops on VariableList
Raphael Isemann
2019-11-25
1
-10
/
+6
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-9
/
+8
*
Remove size_t return parameter from FindTypes
Adrian Prantl
2019-10-01
1
-10
/
+9
*
SymbolVendor: Remove passthrough methods
Pavel Labath
2019-08-06
1
-13
/
+10
*
Remove SymbolVendor::GetSymtab
Pavel Labath
2019-08-05
1
-10
/
+4
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-9
/
+19
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-12
/
+11
*
[Reproducers] Capture return values of functions returning by ptr/ref
Jonas Devlieghere
2019-04-03
1
-1
/
+1
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
1
-0
/
+79
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
1
-0
/
+4
*
[SBAPI] Log from record macro
Jonas Devlieghere
2019-03-07
1
-39
/
+0
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
1
-34
/
+157
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
1
-2
/
+1
*
Rename ObjectFile::GetHeaderAddress to GetBaseAddress
Pavel Labath
2018-12-11
1
-1
/
+1
*
[Target] Do not skip a stop on a breakpoint if a plan was completed
Aleksandr Urakov
2018-11-30
1
-0
/
+11
*
Don't type-erase the FunctionNameType or TypeClass enums.
Zachary Turner
2018-10-25
1
-10
/
+13
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-2
/
+2
*
Add new API to SBTarget and SBModule classes.
Alexander Polyakov
2018-07-03
1
-0
/
+11
*
Modernize UUID class
Pavel Labath
2018-06-21
1
-1
/
+1
*
Use llvm::VersionTuple instead of manual version marshalling
Pavel Labath
2018-06-18
1
-10
/
+23
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-8
/
+7
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-631
/
+469
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-0
/
+3
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-6
/
+18
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-1
/
+1
*
Add =shlibs-added/=shlibs-removed notifications (MI)
Ilia K
2015-03-10
1
-0
/
+27
*
Don't #include ClangASTContext.h from Module.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Fixed SBModule::GetUUIDString() to not use a static character buffer.
Greg Clayton
2015-02-11
1
-21
/
+15
*
Buffer not null terminated CID 1094354
Sylvestre Ledru
2014-08-19
1
-0
/
+1
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-25
/
+23
*
Modified ObjectFile::SetLoadAddress() to now be:
Greg Clayton
2014-02-07
1
-1
/
+1
*
Added the ability to get the type that a typedef points to via:
Greg Clayton
2014-01-23
1
-0
/
+17
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-0
/
+21
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-3
/
+3
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-3
/
+3
*
Added a way to extract the module specifications from a file. A module specif...
Greg Clayton
2013-07-08
1
-0
/
+14
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-70
/
+51
*
Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...
Greg Clayton
2013-06-18
1
-0
/
+18
*
Remove the UUID::GetAsCString() method which required a buffer to save the
Jason Molenda
2013-05-03
1
-4
/
+11
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-4
/
+2
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-5
/
+5
*
<rdar://problem/13107151>
Enrico Granata
2013-02-07
1
-2
/
+1
*
<rdar://problem/13092722>
Greg Clayton
2013-02-01
1
-6
/
+8
[next]