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
/
Target
/
SectionLoadList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-5
/
+7
*
Use the multi-lockable form of std::lock for operator=
Jim Ingham
2019-03-29
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-8
/
+8
*
Fix backtrace of noreturn functions situated at the end of a module
Pavel Labath
2017-06-08
1
-6
/
+9
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Remove LIBLLDB_LOG_VERBOSE category
Pavel Labath
2017-02-05
1
-18
/
+8
*
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
-231
/
+200
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-17
/
+13
*
Fixed a couple of places where we were getting the module from a
Jim Ingham
2016-01-29
1
-4
/
+16
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-17
/
+12
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+19
*
<rdar://problem/14717184>
Greg Clayton
2013-08-13
1
-51
/
+69
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-12
/
+6
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-3
/
+3
*
<rdar://problem/13092722>
Greg Clayton
2013-02-01
1
-2
/
+3
*
<rdar://problem/12524607>
Greg Clayton
2013-01-29
1
-0
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-4
/
+4
*
<rdar://problem/11620586>
Greg Clayton
2012-07-31
1
-6
/
+10
*
<rdar://problem/11357711>
Greg Clayton
2012-07-07
1
-36
/
+39
*
Fixed the ability to load multiple __LINKEDIT segments at the same address fo...
Greg Clayton
2012-04-16
1
-2
/
+14
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-8
/
+8
*
Full core file support has been added for mach-o core files.
Greg Clayton
2012-02-13
1
-1
/
+16
*
One more fix to:
Greg Clayton
2011-05-18
1
-5
/
+7
*
Fixed an issue where addresses would not get resolved for the last
Greg Clayton
2011-05-17
1
-10
/
+27
*
Added a quicker lookup in the SectionLoadList when looking things up by
Greg Clayton
2011-02-05
1
-36
/
+51
*
RegisterContextLLDB.cpp (InitializeNonZerothFrame): If we get a
Jason Molenda
2010-12-22
1
-6
/
+8
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-6
/
+21
*
Added the ability to dump sections to a certain depth (for when sections
Greg Clayton
2010-12-08
1
-29
/
+71
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-3
/
+3
*
Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with th...
Jim Ingham
2010-11-05
1
-3
/
+3
*
Clear the section list when a our current process is destroyed.
Greg Clayton
2010-09-14
1
-0
/
+135