aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[lldb][NFC] Change ObjectFile's DataExtractor to a shared ptr (#170066)Jason Molenda7-184/+203
2025-11-06[LLDB] Fix debuginfo ELF files overwriting Unified Section List (#166635)Jacob Lalonde1-4/+27
2025-11-06[lldb] Add function to tell if a section is a GOT section (#165936)Augusto Noronha2-0/+16
2025-11-03[lldb] Fix unaligned writes in ObjectFileELF (#165759)Alex Langford1-6/+4
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski3-4/+4
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-25Modify ObjectFileELF so it can load notes from PT_NOTE segments. (#160652)Greg Clayton1-0/+18
2025-09-19[lldb][MachO] Local structs for larger VA offsets (#159849)Jason Molenda2-43/+171
2025-09-09[lldb] Unwind through ARM Cortex-M exceptions automatically (#153922)Jason Molenda2-0/+38
2025-08-27[LLDB] Omit loading local symbols in LLDB symbol table (#154809)barsolo20001-1/+40
2025-08-26[lldb] Corretly parse Wasm segments (#154727)Jonas Devlieghere2-128/+214
2025-08-26[lldb] Do not use LC_FUNCTION_STARTS data to determine symbol size as symbols...Alex Langford1-122/+0
2025-08-19[lldb] Improve error handling in ObjectFileWasm (#154433)Jonas Devlieghere1-77/+102
2025-08-19[lldb] Create sections for Wasm segments (#153634)Jonas Devlieghere1-19/+65
2025-08-14[lldb] Support parsing data symbols from the Wasm name section (#153494)Jonas Devlieghere1-22/+92
2025-08-13[lldb] Use numeric_limits for all overflow checks in ObjectFileWasm (#153332)Jonas Devlieghere1-6/+6
2025-08-12[lldb] Support parsing the Wasm symbol table (#153093)Jonas Devlieghere2-10/+136
2025-08-11[Minidump] Update Minidump file builder to continue when the Module's section...barsolo20001-22/+31
2025-07-30[lldb] Support DW_OP_WASM_location in DWARFExpression (#151010)Jonas Devlieghere1-1/+5
2025-07-24[lldb] Fix uninitialized memory access. (#150544)Jorge Gorbe Moya1-3/+3
2025-07-18[LLDB] Fix Memory64 BaseRVA, move all non-stack memory to Mem64. (#146777)Jacob Lalonde1-39/+39
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-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath1-0/+2
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath1-2/+0
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath1-0/+2
2025-06-17[lldb][AIX] Added XCOFF ParseSymtab handling (#141577)Dhruv Srivastava1-1/+101
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)nerix5-175/+20
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 Labath11-34/+34
2025-06-02[lldb][AIX] Added support to load DW_ranges section (#142356)Hemang Gadhavi1-0/+1
2025-05-29[LLDB][Minidump] Fix bug in generating 64b memory minidumps (#141995)Jacob Lalonde1-1/+2
2025-05-24[lldb] Use llvm::stable_sort (NFC) (#141352)Kazu Hirata1-2/+1
2025-05-22[lldb] Disable some unwind plans for discontinuous functions (#140927)Pavel Labath2-22/+27
2025-05-21[lldb] Remove unused local variables (NFC) (#140989)Kazu Hirata1-1/+0
2025-05-16[lldb][AIX] Added 32-bit XCOFF Executable support (#139875)Dhruv Srivastava2-17/+52
2025-05-12[lldb][AIX] Support for XCOFF Sections (#131304)Dhruv Srivastava1-1/+49
2025-05-08[lldb] Fix asan failure in MinidumpFileBuilderFelipe de Azevedo Piovezan1-1/+1
2025-05-07[LLDB][Minidump] Add some buffer directories (#138943)Jacob Lalonde1-0/+6
2025-04-23[lldb][MachO] MachO corefile support for riscv32 binaries (#137092)Jason Molenda1-0/+152
2025-04-09[NFC][LLDB] Clean up comments/some code in MinidumpFileBuilder (#134961)Jacob Lalonde1-19/+9