Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
369bddf5ad8cb1543d38d4afd12cce768292114a
/
lldb
/
source
/
Core
/
Module.cpp
8b82f08
Moved the execution context that was in the Debugger into
by Greg Clayton
· 15 years ago
05d2b7f
Added some functions to our API related to classifying symbols as code, data,
by Greg Clayton
· 15 years ago
32e0a75
Many improvements to the Platform base class and subclasses. The base Platform
by Greg Clayton
· 15 years ago
357132e
Added the ability to get the min and max instruction byte size for
by Greg Clayton
· 15 years ago
64195a2
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
by Greg Clayton
· 15 years ago
514487e
Made lldb_private::ArchSpec contain much more than just an architecture. It
by Greg Clayton
· 15 years ago
6083026
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
by Greg Clayton
· 15 years ago
931180e
Changed the SymbolFile::FindFunction() function calls to only return
by Greg Clayton
· 15 years ago
6beaaa6
A few of the issue I have been trying to track down and fix have been due to
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
cfd1ace
Cleaned up the API logging a lot more to reduce redundant information and
by Greg Clayton
· 15 years ago
ceb6b13
First pass at adding logging capabilities for the API functions. At the moment
by Caroline Tice
· 15 years ago
274060b
Fixed an issue where we were resolving paths when we should have been.
by Greg Clayton
· 15 years ago
8941142
Hooked up ability to look up data symbols so they show up in disassembly
by Greg Clayton
· 15 years ago
bcf2cfb
Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.
by Greg Clayton
· 15 years ago
e83e731
Remove the Flags member in lldb_private::Module in favor of bitfield boolean
by Greg Clayton
· 15 years ago
680e177
Don't re-look up the symbol in ResolveSymbolContextForAddress.
by Jim Ingham
· 15 years ago
5aee162
Change Target & Process so they can really be initialized with an invalid architecture.
by Jim Ingham
· 15 years ago
3504eee
Added FindTypes to Module and ModuleList.
by Greg Clayton
· 15 years ago
0c5cd90
Added function name types to allow us to set breakpoints by name more
by Greg Clayton
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago