aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Minidump
AgeCommit message (Expand)AuthorFilesLines
36 hours[lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347)Jason Molenda2-2/+2
2025-12-11[lldb][NFC] Change ObjectFile argument type (#171574)Jason Molenda2-4/+5
2025-08-11[Minidump] Update Minidump file builder to continue when the Module's section...barsolo20001-22/+31
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-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-2/+2
2025-05-29[LLDB][Minidump] Fix bug in generating 64b memory minidumps (#141995)Jacob Lalonde1-1/+2
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-09[NFC][LLDB] Clean up comments/some code in MinidumpFileBuilder (#134961)Jacob Lalonde1-19/+9
2025-04-08[lldb][Minidump] Fix MAX_WRITE_CHUNK_SIZE typeJason Molenda1-1/+1
2025-04-08[LLDB][Minidump]Update MinidumpFileBuilder to read and write in chunks (#129307)Jacob Lalonde2-34/+86
2024-12-30[LLDB][Minidump] Make workaround for the Dynamic loader issue (#120166)Jacob Lalonde2-3/+13
2024-10-17[LLDB][Minidump] Add breakpoint stop reasons to the minidump. (#108448)Jacob Lalonde2-45/+38
2024-09-30[LLDB][Minidump] Fix bug where we were using the wrong collection for thread ...Jacob Lalonde2-2/+1
2024-09-16[LLDB][Minidump] Add a progress bar to minidump (#108309)Jacob Lalonde2-12/+21
2024-09-13[LLDB][Minidump] Minidump erase file on failure (#108259)Jacob Lalonde3-0/+33
2024-09-11[LLDB] Reapply SBSaveCore Add Memory List (#107937)Jacob Lalonde3-16/+25
2024-09-07Revert "[LLDB] Reappply SBSaveCore AddMemoryList" (#107731)Jonas Devlieghere3-25/+16
2024-09-06[LLDB] Reappply SBSaveCore AddMemoryList (#107159)Jacob Lalonde3-16/+25
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl1-1/+1
2024-09-05[LLDB][Minidump] Extend the minidump x86_64 registers to include fs_base and ...Jacob Lalonde1-1/+4
2024-08-28[LLDB][Minidumps] Read x64 registers as 64b and handle truncation in the file...Jacob Lalonde1-6/+8
2024-08-27Revert "[LLDB][SBSaveCore] Add selectable memory regions to SBSaveCor… (#10...Jacob Lalonde3-26/+17
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-25/+29
2024-08-27[LLDB][SBSaveCore] Add selectable memory regions to SBSaveCore (#105442)Jacob Lalonde3-17/+26
2024-08-21[LLDB][Minidump] Fix ProcessMinidump::GetMemoryRegions to include 64b regions...Jacob Lalonde1-5/+8
2024-08-15[LLDB] Reapply #100443 SBSaveCore Thread list (#104497)Jacob Lalonde4-49/+47
2024-08-05Revert "[LLDB][SBSaveCore] Implement a selectable threadlist for Core… (#10...Jacob Lalonde3-43/+44
2024-08-05Revert "[LLDB][SBSaveCore] Fix bug where default values are not propagated. (...Haojian Wu3-5/+6
2024-08-02[LLDB][SBSaveCore] Fix bug where default values are not propagated. (#101770)Jacob Lalonde3-6/+5
2024-08-02[LLDB][SBSaveCore] Implement a selectable threadlist for Core Options. (#100...Jacob Lalonde3-44/+43
2024-07-18[LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() over...Jacob Lalonde2-9/+10
2024-06-25Removed header and validated on new windows machine (#96724)Jacob Lalonde1-1/+0
2024-06-24[LLDB][Minidump] Change expected directories to the correct type; size_t (#96...Jacob Lalonde2-2/+2
2024-06-24[LLDB][Minidump] Add 64b support to LLDB's minidump file builder. (#95312)Jacob Lalonde3-220/+648
2024-05-16[LLDB/Coredump] Only take the Pthread from stack start to the stackpointer + ...Jacob Lalonde1-0/+12
2024-04-22[lldb][MinidumpFileBuilder] Fix addition of MemoryList steam (#88564)Miro Bucko1-2/+9
2024-04-18Fix saving minidump from lldb-dap (#89113)jeffreytan812-7/+31
2023-11-14Add support for arm64 registers in minidump core file saving. (#72315)Greg Clayton3-88/+168
2023-11-11Centralize the code that figures out which memory ranges to save into core fi...Greg Clayton3-34/+15
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich1-2/+2
2022-07-25Revert "[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity sc...Slava Gurevich1-2/+2
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich1-2/+2
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich1-0/+1
2022-04-05[lldb] Change CreateMemoryInstance to take a WritableDataBufferJonas Devlieghere2-2/+2
2022-04-04[lldb] Prevent object file plugins from changing the data bufferJonas Devlieghere2-4/+4
2022-01-01[lldb] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata1-2/+3
2022-01-01Revert "[lldb] Use nullptr instead of 0 or NULL (NFC)"Kazu Hirata1-3/+2
2022-01-01[lldb] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata1-2/+3