aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Mach-O
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[lldb][NFC] Change ObjectFile's DataExtractor to a shared ptr (#170066)Jason Molenda1-118/+129
2025-11-06[lldb] Add function to tell if a section is a GOT section (#165936)Augusto Noronha2-0/+16
2025-10-30Enable LLDB to load large dSYM files. (#164471)Greg Clayton1-8/+22
2025-10-02Reland "[lldb][MachO][NFC] Extract ObjC metadata symbol parsing into helper f...Michael Buch1-115/+51
2025-10-01Revert "[lldb][MachO][NFC] Extract ObjC metadata symbol parsing into helper f...Augusto Noronha1-54/+124
2025-10-01[lldb][MachO][NFC] Extract ObjC metadata symbol parsing into helper function ...Michael Buch1-124/+54
2025-10-01[lldb][MachO] Fix inspection of global variables that start with 'O' (#161521)Michael Buch1-48/+42
2025-09-19[lldb][MachO] Local structs for larger VA offsets (#159849)Jason Molenda2-43/+171
2025-08-26[lldb] Do not use LC_FUNCTION_STARTS data to determine symbol size as symbols...Alex Langford1-122/+0
2025-08-12[lldb] Support parsing the Wasm symbol table (#153093)Jonas Devlieghere1-0/+1
2025-07-02[lldb] remove do-nothing defaults in case statements,Jason Molenda1-7/+0
2025-07-02[lldb] Fix warningsKazu Hirata1-0/+3
2025-07-02[lldb][NFC][MachO] Clean up LC_THREAD reading code, remove i386 corefile (#14...Jason Molenda1-177/+13
2025-06-30[lldb][Mach-O] Fix several bugs in x86_64 Mach-O corefile (#146460)Jason Molenda1-40/+26
2025-06-27[lldb][Mach-O] Allow "process metadata" LC_NOTE to supply registers (#144627)Jason Molenda2-20/+46
2025-06-09[lldb][Mach-O] Fix DWARF5 debugging regression for Mach-OJason Molenda1-0/+7
2025-06-09[LLDB] Unify DWARF section name matching (#141344)nerix1-84/+4
2025-06-05Revert "[lldb] Set default object format to `MachO` in `ObjectFileMachO` (#14...Jason Molenda1-1/+0
2025-06-04[lldb] Set default object format to `MachO` in `ObjectFileMachO` (#142704)royitaqi1-0/+1
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-2/+2
2025-05-21[lldb] Remove unused local variables (NFC) (#140989)Kazu Hirata1-1/+0
2025-04-23[lldb][MachO] MachO corefile support for riscv32 binaries (#137092)Jason Molenda1-0/+152
2025-03-06[lldb][Mach-O] Don't read symbol table of specially marked binary (#129967)Jason Molenda2-24/+45
2025-03-06Revert "[lldb][Mach-O] Don't read symbol table of specially marked binary (#1...Jason Molenda2-45/+24
2025-03-06[lldb][Mach-O] Don't read symbol table of specially marked binary (#129967)Jason Molenda2-24/+45
2025-02-18[lldb][Mach-O] Read dyld_all_image_infos addr from `main bin spec` LC_NOTE (#...Jason Molenda1-1/+10
2025-02-10[lldb] Fix two old UUID method calls in ObjectFileMachOJason Molenda1-2/+2
2025-02-08[lldb] Upstream a few remaining Triple::XROS patches (#126335)Jason Molenda1-3/+2
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-5/+5
2024-12-10Reland: [lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl1-0/+4
2024-12-11Revert "[lldb] Add cast to fix compile error on 32-bit platforms"Sylvestre Ledru1-4/+0
2024-12-10[lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl1-0/+4
2024-12-10[lldb] Load embedded type summary section (#7859) (#8040)Dave Lee1-0/+4
2024-12-03Revert "Re-apply [lldb] Do not use LC_FUNCTION_STARTS data to determine symbo...Michael Buch1-0/+63
2024-11-28[lldb][Mach-O] Handle shared cache binaries correctly (#117832)Jason Molenda2-5/+26
2024-11-26[lldb][NFC] Whitespace fix for mis-indented blockJason Molenda1-37/+36
2024-11-21Re-apply [lldb] Do not use LC_FUNCTION_STARTS data to determine symbol size a...Alex Langford1-63/+0
2024-09-25[lldb] fix one-off error in vformat specifierJason Molenda1-1/+1
2024-09-14Revert "[lldb] Do not use LC_FUNCTION_STARTS data to determine symbol size as...Jonas Devlieghere1-0/+63
2024-09-13[lldb] Do not use LC_FUNCTION_STARTS data to determine symbol size as symbols...Alex Langford1-63/+0
2024-09-11[LLDB] Reapply SBSaveCore Add Memory List (#107937)Jacob Lalonde2-2/+5
2024-09-07Revert "[LLDB] Reappply SBSaveCore AddMemoryList" (#107731)Jonas Devlieghere2-5/+2
2024-09-06[LLDB] Reappply SBSaveCore AddMemoryList (#107159)Jacob Lalonde2-2/+5
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl1-1/+1
2024-08-27Revert "[LLDB][SBSaveCore] Add selectable memory regions to SBSaveCor… (#10...Jacob Lalonde2-4/+1
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-6/+7
2024-08-27[LLDB][SBSaveCore] Add selectable memory regions to SBSaveCore (#105442)Jacob Lalonde2-1/+4
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava1-3/+4
2024-08-15[LLDB] Reapply #100443 SBSaveCore Thread list (#104497)Jacob Lalonde2-16/+19
2024-08-05Revert "[LLDB][SBSaveCore] Implement a selectable threadlist for Core… (#10...Jacob Lalonde1-13/+11