aboutsummaryrefslogtreecommitdiff
path: root/lldb/source
AgeCommit message (Expand)AuthorFilesLines
2024-04-17[lldb] Fix evaluation of expressions with static initializers (#89063)Pavel Labath1-2/+6
2024-04-17[lldb/linux] Make sure the process continues running after a detach (#88494)Pavel Labath1-0/+4
2024-04-16[lldb] Fix nullptr dereference on running x86 binary with x86-disabled llvm (...Daniil Kovalev1-0/+6
2024-04-15[lldb][ClangExpressionDeclMap][NFC] Remove unused NameSearchContext::m_found_...Michael Buch2-5/+0
2024-04-15[lldb][TypeSystemClang][NFCI] Use LangOptions::setLangDefaults when creating ...Michael Buch1-73/+6
2024-04-15[LLDB][libc++] Adds valarray proxy data formatters. (#88613)Mark de Wever4-0/+210
2024-04-13[lldb] Fixes comment typos.Mark de Wever1-2/+2
2024-04-13[lldb][libc++] Adds local_t clock data formatters. (#88178)Mark de Wever3-6/+65
2024-04-12[lldb] fix dead lock in TypeCategoryMap.cpp (#87540)Vincent Belliard1-11/+29
2024-04-11[lldb][ClangExpressionParser] Don't by default enable Objecitve-C support whe...Michael Buch1-1/+4
2024-04-11[lldb][ClangUserExpression][NFCI] Pass the most specific ExecutionContextScop...Michael Buch2-26/+15
2024-04-11[lldb] Fix call to TemplateTemplateParmDecl::Create after #88139 (#88417)Krystian Stasiowski1-4/+5
2024-04-11[NFC][Clang] Improve const correctness for IdentifierInfo (#79365)Bill Wendling4-11/+13
2024-04-04Revert "Debuginfod Testing & fixes: 3rd times the charm? (#87676)"Shubham Rastogi3-58/+16
2024-04-04Debuginfod Testing & fixes: 3rd times the charm? (#87676)Kevin Frei3-16/+58
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 Cassanova3-58/+16
2024-04-03DebugInfoD issues, take 2 (#86812)Kevin Frei3-16/+58
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 Buch2-40/+45
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 Rupprecht1-26/+22
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 Busse1-2/+2
2024-03-28[LLDB] Add APFloat helper functions to Scalar class. (#86862)cmtice1-0/+42
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 Molenda2-0/+47
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 Devlieghere2-29/+99
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-25Revert "[lldb] Implement coalescing of disjoint progress events (#84854)"Jonas Devlieghere2-91/+26
2024-03-25Add register lookup as another fallback computation for address-expressions (...jimingham1-7/+53
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 Devlieghere2-26/+91
2024-03-23Revert "DebugInfoD tests + fixing issues exposed by tests (#85693)"Muhammad Omair Javaid3-59/+16
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 Frei3-16/+59
2024-03-21[lldb] Add missing initialization in LineEntry ctorJonas Devlieghere1-2/+4
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere23-57/+60
2024-03-20[lldb] Invert relationship between Process and AddressableBits (#85858)Alex Langford4-21/+36
2024-03-20[lldb] Omit --show-globals in `help target var` (#85855)Felipe de Azevedo Piovezan1-14/+12
2024-03-20Silence -Wswitch warningsBenjamin Kramer1-0/+3
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere23-63/+58