summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
AgeCommit message (Expand)Author
2012-10-12Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham
2012-09-07Train LLDB to deal with bad linker N_SO entries that point to our source file...Greg Clayton
2012-09-05<rdar://problem/12237556>Greg Clayton
2012-09-05<rdar://problem/12100588>Greg Clayton
2012-08-09Removed explicit NULL checks for shared pointersSean Callanan
2012-07-20Change the things we pass to Mangled::SetValue to be ConstStrings instead of Jason Molenda
2012-07-18Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...Greg Clayton
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton
2012-07-12Blacklisted a UUID that is generated by OpenCL onSean Callanan
2012-06-22Additional comment in ObjectFileMachO::ParseSymtab to explainJason Molenda
2012-06-21Preliminary set of changes to ObjectFileMachO::ParseSymtab when lldbJason Molenda
2012-06-08Committed a change to the SectionList that introducesSean Callanan
2012-05-30<rdar://problem/11537498>Greg Clayton
2012-05-25<rdar://problem/11535465> Greg Clayton
2012-05-25Fixed an issue where we might have easy access to the string table data for a...Greg Clayton
2012-05-18Found a quick way to improve the speed with which we can read object files fr...Greg Clayton
2012-04-24Added support for the LC_ENCRYPTION_INFO load command.Greg Clayton
2012-04-24A small fix for ObjectFileMachO::ParseSymtab() where a pointerJason Molenda
2012-04-18Added an iOS local debugging optimization when reading the __LINKEDIT section...Greg Clayton
2012-03-14<rdar://problem/11042408>Greg Clayton
2012-03-13<rdar://problem/11034170> Greg Clayton
2012-03-09<rdar://problem/11016907>Greg Clayton
2012-03-08Updated the revision of LLVM/Clang used by LLDB.Sean Callanan
2012-03-07<rdar://problem/10997402>Greg Clayton
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-02-22Added the ability to get a ObjectFile versions from the ObjectFileGreg Clayton
2012-02-13Full core file support has been added for mach-o core files.Greg Clayton
2012-02-10Improved detection of object file types, movingSean Callanan
2012-02-09First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton
2012-02-05<rdar://problem/10560053>Greg Clayton
2012-01-12Big change in the way ObjectFile file contents are managed. We nowGreg Clayton
2012-01-05Added code in the Host layer that can report system log messagesGreg Clayton
2011-12-30<rdar://problem/10368163>Greg Clayton
2011-12-16Fix a bug where when debugging with .o files, we end up with two symbols for ...Jim Ingham
2011-12-03Testcase fixes with the new symbol lookup code forSean Callanan
2011-12-03Remove accidental "else" that was left in in prior checking.Greg Clayton
2011-12-03Added new symbol types for Objective C classes, metaclasses, and ivars. EachGreg Clayton
2011-11-2212% allocated memory savings when debugging clang with DWARF in .o files byGreg Clayton
2011-11-13<rdar://problem/10338439>Greg Clayton
2011-10-31<rdar://problem/10368163>Greg Clayton
2011-10-27Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton
2011-10-13Removed namespace qualification from symbol queries.Sean Callanan
2011-10-12Added ClangNamespaceDecl * parameters to severalSean Callanan
2011-10-04Enable all the new accelerator tables if they are present and don't manuallyGreg Clayton
2011-09-28Convert over to the latest and greatest on disc acceleratorGreg Clayton
2011-09-21The first part of a fix for being able to select an architecture slice fromGreg Clayton
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda
2011-09-01Added support for accessing and loading our new .debug_names and .debug_typesGreg Clayton
2011-08-26Fixed an assertion that could happen if we happened to parse a mach-o objectGreg Clayton
2011-07-19Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton