- cfee963 Add kalimba as a platform. by Todd Fiala · 11 years ago
- 44362e0 Allow generic ARM cores to match any more specific ARM architecture. by Greg Clayton · 11 years ago
- 09512ec Modify ObjectFileELF::GetArchitecture() to avoid calling ParseSectionHeaders() when we have headers. by Todd Fiala · 11 years ago
- 6477ea8 Prevent ObjectFileELF::GetSectionHeaderInfo() from reparsing section headers. by Todd Fiala · 11 years ago
- d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
- b91de78 Fix ObjectFileELF to determine architectures independent of host. by Todd Fiala · 11 years ago
- 736d4d8 Replace GCC-specific intrinsic with portable alternative. by Zachary Turner · 11 years ago
- 48672af Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support. by Greg Clayton · 11 years ago
- afcbdb1 <rdar://problem/14515139> by Enrico Granata · 12 years ago
- 4339f3a Improve Elf object file UUID calculation performance. by Todd Fiala · 12 years ago
- 62e5f4d Cleanup some dead assignements reported by scan-build by Arnaud A. de Grandmaison · 12 years ago
- 17220c1 Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer. by Andrew MacPherson · 12 years ago
- f561a01 remove dead code + simplify a little by Sylvestre Ledru · 12 years ago
- 751caf6 Modified ObjectFile::SetLoadAddress() to now be: by Greg Clayton · 12 years ago
- 9e02dac Factor some methods that were in DynamicLoaderPOSIXDYLD. by Steve Pucci · 12 years ago
- c113ff8 elf: Move elf note parsing to ObjectFileELF.cpp by Ed Maste · 12 years ago
- 5480365 Simplify indirect rld_map for mips (rework r192408). by Ed Maste · 12 years ago
- 04a8bab Support mips shared object debug info by Ed Maste · 12 years ago
- 35729bb Adds an option to resolve a symbol from an address that can be used by Ashok Thirumurthi · 12 years ago
- f789954 Round plt entsize to addralign by Michael Sartain · 12 years ago
- 3cf443d simple plugin now works with Linux fix assert in SetPluginInfo implement Linux ePathTypeLLDBSystemPlugins and ePathTypeLLDBUserPlugins implement Linux Host::Backtrace and Host::GetEnvironment add .gnu_debugdata comment by Michael Sartain · 12 years ago
- 4822d92 Adds methods to ObjectFileELF to access data in ELF segments by Ashok Thirumurthi · 12 years ago
- 3046e66 Cleanup on the unified section list changes. Main changes are: by Greg Clayton · 12 years ago
- 9f4517a Fix ObjectFileELF crc32 code used when no build id is present. by Michael Sartain · 12 years ago
- a7499c9 Split symbol support for ELF and Linux. by Michael Sartain · 12 years ago
- 477d86d Adds PT_TLS and PT_GNU_EH_FRAME names to DumpELFProgramHeaders by Filipe Cabecinhas · 12 years ago
- c836ae7 ObjectFileELF::GetModuleSpecifications on Linux should work now. by Michael Sartain · 12 years ago
- adeab50 Comment out ObjectFileELF::GetModuleSpecifications() function until I can debug where it's causing tests to fail. by Michael Sartain · 12 years ago
- 9f0013d Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux code to deal with unknown arch properties. by Michael Sartain · 12 years ago
- 22b40f7 Fix ObjectFileELF to not use the file_offset twice. by Filipe Cabecinhas · 12 years ago
- 57abc5d <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 12 years ago
- f4d6de6 Added the ability to extract a ModuleSpecList (a new class) from an ObjectFile. This is designed to be used when you have an object file that contains one or more architectures (MacOSX universal (fat) files) and/or one or more objects (BSD archive (.a files)). by Greg Clayton · 13 years ago
- 7b0992d After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 13 years ago
- e01e07b Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 13 years ago
- 9594f4c Fixed issues with the way ELF symbols are parsed: by Greg Clayton · 13 years ago
- 9422dd6 <rdar://problem/13338643> by Greg Clayton · 13 years ago
- 00049b8 Add GNU indirect function support in expressions for Linux. by Matt Kopec · 13 years ago
- 92dd5cf Fix ELF parsing where undefined symbols were being added to the symbol table with the incorrect symbol type. by Matt Kopec · 13 years ago
- 64ff6c7 Be sure to set the data offset to zero if we actually mmap the entire ELF file. by Greg Clayton · 13 years ago
- 213f672 Fixing stale pointer problem in ELFObjectFile by Andrew Kaylor · 13 years ago
- 5ce9c56 <rdar://problem/13159777> by Greg Clayton · 13 years ago
- c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
- d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
- d091afe Fixed an error in the ELF parser that was comparing a bool to 4 causing 32 bit ELF relocations to get parsed incorrectly. by Greg Clayton · 13 years ago
- 23f5950 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 13 years ago
- 5677536 Committed a change to the SectionList that introduces by Sean Callanan · 13 years ago
- ed24dcc Use integers instead of NULL. by Bill Wendling · 14 years ago
- 741f3f9 lldb_private::Section objects have a boolean flag that can be set that by Greg Clayton · 14 years ago
- 47037bc Fixed a few things in the ELF object file: by Greg Clayton · 14 years ago
- e72dfb3 <rdar://problem/10103468> by Greg Clayton · 14 years ago
- c966054 <rdar://problem/10560053> by Greg Clayton · 14 years ago
- 44435ed Big change in the way ObjectFile file contents are managed. We now by Greg Clayton · 14 years ago
- fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
- 9e00b6a65 Added the ability to get an abstract file type (executable, object file, by Greg Clayton · 14 years ago
- b4aabeb Scan dynamic symbol table of ELF object files by Peter Collingbourne · 14 years ago
- 499b40e elf: synthesize symbols for PLT entries by Stephen Wilson · 15 years ago
- e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
- e996fd3 LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 15 years ago
- d126c8c Fix ObjectFileElf::GetEntryPointAddress() by Stephen Wilson · 15 years ago
- bd3f260 I didn't notice there was already an ObjectFile::GetEntryPoint. Move that over to GetEntryPointAddress 'cause that's more consistent with other functions in ObjectFile, do the mutatis mutandi and also in the ELF case I return a section offset address rather than a bare load address. by Jim Ingham · 15 years ago
- 672e6f5 Add a method "GetEntryPoint" to the ObjectFile class, and implement it on MachO & ELF - though the ELF implementation is probably a little weak. Then use this method in place of directly looking for "start" in the ThreadPlanCallFunction constructor to find the stopping point for our function evaluation. by Jim Ingham · 15 years ago
- 3f4200fd linux: Remove a local ObjectFileELF version of GetArchitecture. by Stephen Wilson · 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
- de04929 linux: Set ArchSpec m_type correctly from object file. by Stephen Wilson · 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
- 7f3b57c Test if an ELF object is executable by checking if an entry point is defined. by Stephen Wilson · 15 years ago
- 2ab0a58 Implement GetEntryPoint, GetImageInfoAddress and GetArchitecture for ObjectFileELF. by Stephen Wilson · 15 years ago
- 10177aa Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 15 years ago
- 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
- 450e3f3 Fixed the Objective C method prototypes to be correct (the selectors weren't by Greg Clayton · 15 years ago
- 8087ca2 Added mutex protection to the Symtab class. by Greg Clayton · 15 years ago
- a73f8ea Looks like this is how you identify executables in ELF. 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
- 4ceb998 Modified both the ObjectFileMachO and ObjectFileELF to correctly set the by Greg Clayton · 15 years ago
- f325ba9 Combine 32 and 64 bit ELF readers. by Stephen Wilson · 15 years ago
- 51dc188 64 bit ELF support from Stephen Wilson. by Greg Clayton · 15 years ago
- 3afa33c Remove Mac-specific includes. by Eli Friedman · 15 years ago
- 41f9232 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 15 years ago
- 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago