summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
AgeCommit message (Expand)Author
2018-11-14[LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".George Rimar
2018-11-14Revert r346848 "[LLDB] - Support the single file split DWARF."George Rimar
2018-11-14[LLDB] - Support the single file split DWARF.George Rimar
2018-11-13Fix a bug in the parsing of the LC_BUILD_VERSION Mach-O load command.Adrian Prantl
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere
2018-11-02Revert "[Symbol] Search symbols with name and type in a symbol file"Davide Italiano
2018-11-02[Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-10-23[LLDB] - Implement the support for the .debug_loclists section.George Rimar
2018-10-11Don't mark an LC_BUILD_VERSION as giving us a Jason Molenda
2018-10-11[lldb] rename MinOS::minor to MinOS::minor_version etc. NFCEric Liu
2018-10-11Upstreaming the BridgeOS device support and the Jason Molenda
2018-10-10[LLDB] - Add basic support for .debug_rnglists section (DWARF5)George Rimar
2018-09-13[LLDB] - Improved DWARF5 support.George Rimar
2018-09-12Move SafeMachO from Utility to HostPavel Labath
2018-09-06Re-instate a bit of code that was commented out in r188246 whichJason Molenda
2018-08-15Fix a little thinko in generating ___lldb_unnamed_symbol symbols Jim Ingham
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-06-26Represent invalid UUIDs as UUIDs with length zeroPavel Labath
2018-06-26Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha
2018-06-25A little cleanup in ObjectFileMachO::GetSDKVersion. Jason Molenda
2018-06-18Use llvm::VersionTuple instead of manual version marshallingPavel Labath
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-06-01Add .debug_names section glue codePavel Labath
2018-05-11Retrieve the deployment target when retrieving an object file's triple.Adrian Prantl
2018-05-08Add support to object files for accessing the .debug_types sectionGreg Clayton
2018-05-04The on-ios-device command line lldb has an optimization whereJason Molenda
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-29Support reading section ".gnu_debugaltlink"Jan Kratochvil
2018-04-27Always normalize FileSpec paths.Greg Clayton
2018-03-06ObjectFileMachO: split CreateSections mega-function into more manageable chunksPavel Labath
2018-03-03ObjectFileMachO: use early return to remove one nesting level from CreateSect...Pavel Labath
2018-02-07lldb running on an ios device is using the _dyld_get_all_image_infos()Jason Molenda
2018-01-30Compile the LLDB tests out-of-tree.Adrian Prantl
2017-12-21Make sure DataBufferLLVM contents are writablePavel Labath
2017-11-16Fix alignment of arm64 fpu register context structureJason Molenda
2017-11-15Roll back r318260 because it is causing the windows bot toJason Molenda
2017-11-15Two small fixes to handle arm64 fpu register contexts in Jason Molenda
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-08-25Add support for the DWP debug info formatTamas Berghammer
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-06-28[DWARFCallFrameInfo] Add Type enum to differentiate eh/debug_frame sectionsPavel Labath
2017-05-15Remove an expensive lock from TimerPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-13Don't use uuid_clear(), non-darwin platforms includeJason Molenda
2017-04-12Use two LC_NOTE load commands for identifying the main binary thatJason Molenda
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-04-06Some old mach-o core files have an LC_IDENT load command Jason Molenda