aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2024-04-09[lldb] Overwrite existing LLVM_ENABLE_EXPORTED_SYMBOLS_IN_EXECUTABLESCyndy Ishida1-1/+1
2024-04-08[lldb] Add swig doc for SBProcess address mask methodsJason Molenda1-0/+41
2024-04-08[lldb] [NFC] Fix swig docstring annotations (#88073)Jason Molenda4-54/+48
2024-04-07[cmake] Prevent implicitly passing `-no_exported_symbols` (#87846)Cyndy Ishida1-0/+1
2024-04-05[cmake] Build executables with -no_exported_symbols when building Apple toolc...Cyndy Ishida1-0/+1
2024-04-04Revert "Debuginfod Testing & fixes: 3rd times the charm? (#87676)"Shubham Rastogi10-515/+17
2024-04-04Debuginfod Testing & fixes: 3rd times the charm? (#87676)Kevin Frei10-17/+515
2024-04-03[lldb] Set static Module's load addresses via ObjectFile (#87439)Jason Molenda1-24/+16
2024-04-03Revert "DebugInfoD issues, take 2" (#87583)Chelsea Cassanova10-506/+17
2024-04-03DebugInfoD issues, take 2 (#86812)Kevin Frei10-17/+506
2024-04-03[lldb] Correct byte order check for 128 bit integer registersDavid Spickett1-1/+1
2024-04-03[lldb][SymbolFileDWARFDebugMap] Introduce enum to indicate whether to continu...Michael Buch3-40/+52
2024-04-02[lldb] clang-format AuxVector.h (#85057)David Spickett1-15/+15
2024-04-02[lldb][FreeBSD] Add FreeBSD specific AT_HWCAP value (#84147)David Spickett1-2/+11
2024-04-01Add uncovered enums in switches caused by 9434c083475e42f47383f3067fe2a155db5...David Blaikie1-0/+4
2024-04-01[lldb] Don't crash when attempting to parse breakpoint id `N.` as `N.*` (#87263)Jordan Rupprecht2-26/+28
2024-03-31Fix DWARF locations when we have large .dwp files. (#87164)Greg Clayton1-8/+8
2024-03-31[lldb] Fix type lookup in DWARF .o files via debug map (#87177)Pablo Busse5-16/+26
2024-03-28[LLDB] Add APFloat helper functions to Scalar class. (#86862)cmtice3-0/+105
2024-03-28[lldb] Remove cmake check for pexpect with LLDB_TEST_USE_VENDOR_PACKAGES (#86...Jordan Rupprecht1-17/+0
2024-03-27[lldb] Avoid deadlock by unlocking before invoking callbacks (#86888)Jonas Devlieghere1-39/+45
2024-03-27[lldb] [ObjC runtime] Don't cast to signed when left shifting (#86605)Jason Molenda1-1/+1
2024-03-27[lldb] Revive shell test after updating UnwindTable (#86770)Jason Molenda4-0/+78
2024-03-27[lldb][Dwarf] Add missing timer when parsing .debug_abbrev. (#86568)Zequan Wu1-0/+1
2024-03-27[lldb][nfc] Delete unused variable (#86740)Felipe de Azevedo Piovezan1-1/+0
2024-03-26[lldb] Implement coalescing of disjoint progress events (#84854)Jonas Devlieghere4-35/+167
2024-03-26[lldb] Remove test for add-symbol-file adds unwind sourceJason Molenda1-27/+0
2024-03-26[lldb] Fix warning: comparison of unsigned expression in >= 0 is always trueJonas Devlieghere1-1/+1
2024-03-26[lldb] Don't clear a Module's UnwindTable when adding a SymbolFile (#86603)Jason Molenda1-6/+1
2024-03-25Make the correct (5 argument) form of the command definition be the primary o...jimingham1-10/+18
2024-03-25Revert "[lldb] Implement coalescing of disjoint progress events (#84854)"Jonas Devlieghere4-159/+32
2024-03-25Add register lookup as another fallback computation for address-expressions (...jimingham4-7/+99
2024-03-25[lldb] [ObjectFileMachO] LLVM_COV is not mapped into firmware memory (#86359)Jason Molenda2-0/+13
2024-03-25[lldb] Implement coalescing of disjoint progress events (#84854)Jonas Devlieghere4-32/+159
2024-03-23Revert "DebugInfoD tests + fixing issues exposed by tests (#85693)"Muhammad Omair Javaid10-537/+17
2024-03-23Revert "Missed a null-ptr check in previous PR for Debuginfod testing (#86292)"Muhammad Omair Javaid1-1/+1
2024-03-22Missed a null-ptr check in previous PR for Debuginfod testing (#86292)Kevin Frei1-1/+1
2024-03-21[lldb] Handle clang::Language::CIR (#86234)Kazu Hirata1-0/+1
2024-03-21DebugInfoD tests + fixing issues exposed by tests (#85693)Kevin Frei10-17/+537
2024-03-21[lldb] Add missing initialization in LineEntry ctorJonas Devlieghere1-2/+4
2024-03-21[lldb][progress][NFC] Clarify Doxygen comments for `details` field (#86002)Chelsea Cassanova1-1/+5
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere27-60/+69
2024-03-20[lldb] Invert relationship between Process and AddressableBits (#85858)Alex Langford6-23/+43
2024-03-20[lldb] Remove process restart prompt from TestSourceManager (#85861)Alex Langford1-5/+4
2024-03-20[lldb] Omit --show-globals in `help target var` (#85855)Felipe de Azevedo Piovezan2-14/+22
2024-03-20Silence -Wswitch warningsBenjamin Kramer1-0/+3
2024-03-19[lldb] Outline Doxygen comments in LineEntry.h (NFC)Jonas Devlieghere1-25/+34
2024-03-19Revert "[lldb] Update SymbolFilePDBTests for LineEntry change (d5a277d309e9)"Jonas Devlieghere1-1/+1
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere26-89/+71
2024-03-20[lldb/API] Add missing `eBroadcastBitSymbolsChanged` to SBTarget (NFC) (#85883)Med Ismail Bennani1-1/+2