summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/12602978>Greg Clayton2012-10-301-1/+13
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-16/+19
* Train LLDB to deal with bad linker N_SO entries that point to our source file...Greg Clayton2012-09-071-0/+36
* <rdar://problem/12237556>Greg Clayton2012-09-051-31/+40
* <rdar://problem/12100588>Greg Clayton2012-09-051-1/+7
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-2/+2
* Change the things we pass to Mangled::SetValue to be ConstStrings instead of Jason Molenda2012-07-201-5/+5
* Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...Greg Clayton2012-07-181-6/+6
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-5/+0
* Blacklisted a UUID that is generated by OpenCL onSean Callanan2012-07-121-0/+13
* Additional comment in ObjectFileMachO::ParseSymtab to explainJason Molenda2012-06-221-6/+14
* Preliminary set of changes to ObjectFileMachO::ParseSymtab when lldbJason Molenda2012-06-211-8/+847
* Committed a change to the SectionList that introducesSean Callanan2012-06-081-1/+1
* <rdar://problem/11537498>Greg Clayton2012-05-301-2/+20
* <rdar://problem/11535465> Greg Clayton2012-05-251-8/+15
* Fixed an issue where we might have easy access to the string table data for a...Greg Clayton2012-05-251-17/+21
* Found a quick way to improve the speed with which we can read object files fr...Greg Clayton2012-05-181-23/+48
* Added support for the LC_ENCRYPTION_INFO load command.Greg Clayton2012-04-241-2/+28
* A small fix for ObjectFileMachO::ParseSymtab() where a pointerJason Molenda2012-04-241-1/+5
* Added an iOS local debugging optimization when reading the __LINKEDIT section...Greg Clayton2012-04-181-11/+51
* <rdar://problem/11042408>Greg Clayton2012-03-141-7/+49
* <rdar://problem/11034170> Greg Clayton2012-03-131-306/+347
* <rdar://problem/11016907>Greg Clayton2012-03-091-730/+871
* Updated the revision of LLVM/Clang used by LLDB.Sean Callanan2012-03-081-0/+11
* <rdar://problem/10997402>Greg Clayton2012-03-071-12/+11
* <rdar://problem/10103468>Greg Clayton2012-02-241-61/+69
* Added the ability to get a ObjectFile versions from the ObjectFileGreg Clayton2012-02-221-0/+51
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-36/+251
* Improved detection of object file types, movingSean Callanan2012-02-101-2/+14
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-5/+157
* <rdar://problem/10560053>Greg Clayton2012-02-051-8/+148
* Big change in the way ObjectFile file contents are managed. We nowGreg Clayton2012-01-121-34/+18
* Added code in the Host layer that can report system log messagesGreg Clayton2012-01-051-8/+9
* <rdar://problem/10368163>Greg Clayton2011-12-301-30/+72
* Fix a bug where when debugging with .o files, we end up with two symbols for ...Jim Ingham2011-12-161-4/+20
* Testcase fixes with the new symbol lookup code forSean Callanan2011-12-031-3/+3
* Remove accidental "else" that was left in in prior checking.Greg Clayton2011-12-031-1/+1
* Added new symbol types for Objective C classes, metaclasses, and ivars. EachGreg Clayton2011-12-031-85/+136
* 12% allocated memory savings when debugging clang with DWARF in .o files byGreg Clayton2011-11-221-0/+3
* <rdar://problem/10338439>Greg Clayton2011-11-131-3/+2
* <rdar://problem/10368163>Greg Clayton2011-10-311-2/+15
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-26/+32
* Removed namespace qualification from symbol queries.Sean Callanan2011-10-131-1/+1
* Added ClangNamespaceDecl * parameters to severalSean Callanan2011-10-121-1/+2
* Enable all the new accelerator tables if they are present and don't manuallyGreg Clayton2011-10-041-0/+4
* Convert over to the latest and greatest on disc acceleratorGreg Clayton2011-09-281-8/+8
* The first part of a fix for being able to select an architecture slice fromGreg Clayton2011-09-211-0/+9
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Added support for accessing and loading our new .debug_names and .debug_typesGreg Clayton2011-09-011-0/+8
* Fixed an assertion that could happen if we happened to parse a mach-o objectGreg Clayton2011-08-261-1/+18
OpenPOWER on IntegriCloud