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
*
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
*
<rdar://problem/13021266>
Enrico Granata
2013-01-16
1
-0
/
+9
*
<rdar://problem/12749733>
Greg Clayton
2012-12-05
1
-21
/
+30
*
<rdar://problem/12750060>
Greg Clayton
2012-12-04
1
-0
/
+62
*
<rdar://problem/11485744> Implement important data formatters in C++. Have th...
Enrico Granata
2012-09-04
1
-10
/
+8
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+3
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-4
/
+4
*
Patch from dawn@burble.org:
Johnny Chen
2012-03-16
1
-0
/
+24
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-2
/
+2
*
Added the ability to get a ObjectFile versions from the ObjectFile
Greg Clayton
2012-02-22
1
-69
/
+109
*
Full core file support has been added for mach-o core files.
Greg Clayton
2012-02-13
1
-1
/
+8
*
Extended function lookup to allow the user to
Sean Callanan
2012-02-10
1
-1
/
+3
*
Removed all of the "#ifndef SWIG" from the SB header files since we are using
Greg Clayton
2012-02-06
1
-13
/
+11
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-0
/
+9
*
lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still
Greg Clayton
2012-01-30
1
-34
/
+3
*
SBFrame is now threadsafe using some extra tricks. One issue is that stack
Greg Clayton
2012-01-30
1
-4
/
+2
*
Added the ability to get the target triple, byte order and address byte size
Greg Clayton
2012-01-29
1
-0
/
+31
*
Add needed Clear methods.
Jim Ingham
2011-12-19
1
-0
/
+6
*
Work in progress for:
Johnny Chen
2011-12-19
1
-7
/
+7
*
<rdar://problem/10126482>
Greg Clayton
2011-11-13
1
-3
/
+4
*
Added ClangNamespaceDecl * parameters to several
Sean Callanan
2011-10-12
1
-2
/
+6
*
Added to the public API to allow symbolication:
Greg Clayton
2011-09-24
1
-8
/
+76
*
While tracking down memory consumption issue a few things were needed: the
Greg Clayton
2011-08-10
1
-1
/
+1
*
Cleaned up the SBType.h file to not include internal headers and reorganized
Greg Clayton
2011-08-03
1
-36
/
+33
*
Public API changes:
Enrico Granata
2011-07-29
1
-0
/
+57
*
Make the SBAddress class easier to use when using the public
Greg Clayton
2011-07-22
1
-2
/
+2
*
Added support for finding and global variables in the SBTarget and SBModule
Greg Clayton
2011-06-29
1
-0
/
+35
[next]