aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
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
2024-03-19[lldb][DataFormatter] Fix format specifiers in LibCxxSliceArray summary provi...Michael Buch1-1/+1
2024-03-18[lldb][nfc] Factor out repeated code in DWIM Print (#85669)Felipe de Azevedo Piovezan1-21/+17
2024-03-17[lldb][libc++] Adds slice_array data formatters. (#85544)Mark de Wever6-0/+219
2024-03-15[lldb] Update SymbolFilePDBTests for LineEntry change (d5a277d309e9)Jonas Devlieghere1-1/+1
2024-03-15[lldb] Fix dwim-print to not delete non-result persistent variables (#85152)Dave Lee2-2/+23
2024-03-16[lldb][test] Fix -Wctad-maybe-unsupported in AlarmTest.cpp (NFC)Jie Fu1-4/+4
2024-03-16[lldb] Fix -Wctad-maybe-unsupported in Alarm.cpp (NFC)Jie Fu1-5/+5
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere26-71/+89
2024-03-15[lldb] Show module name in progress update for downloading symbols (#85342)Jonas Devlieghere2-15/+18
2024-03-15[lldb] Add missing headers lldb/Host/Alarm.hJonas Devlieghere1-0/+3
2024-03-15[lldb] Add an Alarm class for coalescing progress reports (#85329)Jonas Devlieghere5-0/+489
2024-03-14[lldb] Allow languages to filter breakpoints set by line (#83908)Felipe de Azevedo Piovezan5-2/+69
2024-03-14[lldb] [Mach-O] ProcessMachCore needs to strip TBI data from addrs (#84998)Jason Molenda4-1/+74
2024-03-14[LLDB] Add lldb-python-scripts to the things installed on Linux. (#85080)Alastair Houghton1-0/+1
2024-03-14[LLDB][Test] Fix the test case of listing verbose break info on Windows (#85200)bvlgah1-1/+3
2024-03-13[lldb] Skip TestIndirectSymbols (#85133)Dave Lee1-1/+1
2024-03-13[lldb] XFAIL TestIndirectSymbols on darwin (#85127)Dave Lee1-0/+1
2024-03-13[lldb][test] Add `pexpect` category for tests that `import pexpect` (#84860)Jordan Rupprecht12-32/+26
2024-03-13Avoid a potential exit(1) in LLVMContext::diagnose() (#84992)Adrian Prantl1-4/+3
2024-03-13[lldb][Test] Disable ConcurrentVFork tests on Arm/AArch64 LinuxDavid Spickett1-0/+16
2024-03-13[lldb][test] Disable other runlocker test on AArch64 LinuxDavid Spickett1-0/+2
2024-03-12[lldb][debugserver] Update flags past to app launch requestJason Molenda1-0/+2
2024-03-12[lldb][test] TestExprCompletion.py: add tests for completion of reserved iden...Michael Buch4-0/+19
2024-03-12Fix MSVC build issues (#84362)Hiroshi Yamauchi3-8/+9
2024-03-12[lldb] [debugserver] Handle interrupted reads correctly (#84872)Jason Molenda1-3/+13