Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Target
/
SectionLoadList.cpp
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
c3c7212
Fix backtrace of noreturn functions situated at the end of a module
by Pavel Labath
· 8 years ago
6f9e690
Move Log from Core -> Utility.
by Zachary Turner
· 9 years ago
3b7e198
Remove LIBLLDB_LOG_VERBOSE category
by Pavel Labath
· 9 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
16ff860
remove use of Mutex in favour of std::{,recursive_}mutex
by Saleem Abdulrasool
· 9 years ago
cbff63a
Fixed a couple of places where we were getting the module from a
by Jim Ingham
· 10 years ago
aaa0ba3
Fix typos.
by Bruce Mitchener
· 11 years ago
324a103
sweep up -Wformat warnings from gcc
by Saleem Abdulrasool
· 11 years ago
d5944cd
For logical backtrace work, lldb needs to track Module unloads etc & symoblicate an address based on a point in time
by Greg Clayton
· 12 years ago
fd814c5
<rdar://problem/14717184>
by Greg Clayton
· 12 years ago
b5ad4ec
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules:
by Greg Clayton
· 12 years ago
5160ce5
<rdar://problem/13521159>
by Greg Clayton
· 13 years ago
39f7ee8
<rdar://problem/13092722>
by Greg Clayton
· 13 years ago
3c94737
<rdar://problem/12524607>
by Greg Clayton
· 13 years ago
d01b295
Resolve printf formatting warnings on Linux:
by Daniel Malea
· 13 years ago
9d192e1
<rdar://problem/11620586>
by Greg Clayton
· 13 years ago
7820bd1
<rdar://problem/11357711>
by Greg Clayton
· 13 years ago
1e8ac36
Fixed the ability to load multiple __LINKEDIT segments at the same address for darwin shared cache entries. Now when registering the load address of a section, the DynamicLoader objects can specify if they should warn or not. This will fix the ability to load the nlist entries for shared libraries in the darwin shared caches when no on disk representation is available for a shared library.
by Greg Clayton
· 13 years ago
e72dfb3
<rdar://problem/10103468>
by Greg Clayton
· 14 years ago
c859e2d
Full core file support has been added for mach-o core files.
by Greg Clayton
· 14 years ago
1c870d6
One more fix to:
by Greg Clayton
· 14 years ago
c5e9a7d
Fixed an issue where addresses would not get resolved for the last
by Greg Clayton
· 14 years ago
6d09345
Added a quicker lookup in the SectionLoadList when looking things up by
by Greg Clayton
· 15 years ago
f830e48
RegisterContextLLDB.cpp (InitializeNonZerothFrame): If we get a
by Jason Molenda
· 15 years ago
8b2fe6d
Modified LLDB expressions to not have to JIT and run code just to see variable
by Greg Clayton
· 15 years ago
10177aa
Added the ability to dump sections to a certain depth (for when sections
by Greg Clayton
· 15 years ago
2d4edfb
Modified all logging calls to hand out shared pointers to make sure we
by Greg Clayton
· 15 years ago
3cbb931
Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former.
by Jim Ingham
· 15 years ago
17f6920
Clear the section list when a our current process is destroyed.
by Greg Clayton
· 15 years ago