aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2024-01-15[lldb][ValueObject][NFC] Further remove redundant parameters to ReadPointedSt...Michael Buch2-8/+7
2024-01-15[lldb] Skip part of TestDataFormatterAdv (#72233)Pavel Labath1-1/+6
2024-01-13[lldb][libc++] Adds missing C++20 calendar data formatters. (#77954)Mark de Wever5-0/+231
2024-01-12[lldb][test] Add tests for target.max-string-summary-length setting (#77920)Michael Buch2-2/+31
2024-01-12[lldb-dap] Updating VariableDescription to use GetDescription() as a fallback...John Harrison6-66/+202
2024-01-12[lldb][NFCI] Remove CommandReturnObject from BreakpointIDList (#77858)Alex Langford3-64/+62
2024-01-12[lldb] Move MD5 Checksum from FileSpec to SupportFileJonas Devlieghere5-44/+16
2024-01-12[lldb][ValueObject][NFC] Remove unused parameter to ReadPointedString (#77919)Michael Buch2-3/+2
2024-01-11[lldb] Fix MaxSummaryLength target property type (#72233)dancing-leaves1-1/+1
2024-01-10[lldb] Add color support to StreamString (#77380)Pete Lawrence2-2/+2
2024-01-10[lldb][ClangASTImporter][NFC] Remove redundant do-while loop (#77596)Michael Buch1-27/+24
2024-01-09[lldb] [Mach-O] don't strip the end of the "kern ver str" LC_NOTE (#77538)Jason Molenda3-13/+40
2024-01-09[lldb-dap] Create a typescript extension for lldb-dap (#75515)Walter Erquinigo14-441/+2619
2024-01-09[lldb] Fix a warningKazu Hirata1-1/+1
2024-01-09[lldb] Fix Intel PT plugin compile errors (#77252)Nicholas Mosier9-71/+49
2024-01-09[lldb] DWARFDIE: Follow DW_AT_specification when computing CompilerCo… (#77...Adrian Prantl6-21/+67
2024-01-09[lldb][libc++] Adds some C++20 calendar data formatters. (#76983)Mark de Wever5-0/+221
2024-01-09[lldb][Type] Add TypeQuery::SetLanguages API (#75926)Michael Buch2-0/+8
2024-01-08[lldb] Change interface of StructuredData::Array::GetItemAtIndexAsInteger (#7...Alex Langford4-35/+21
2024-01-08[lldb] Deprecate SBBreakpoint::AddName in favor of AddNameWithErrorHandling (...Alex Langford1-0/+2
2024-01-08[lldb][NFCI] Change return type of BreakpointIDList::GetBreakpointIDAtIndex (...Alex Langford2-7/+4
2024-01-08[lldb][NFCI] Remove BreakpointIDList::InsertStringArray (#77161)Alex Langford3-17/+3
2024-01-08[lldb][DWARFIndex][nfc] Factor out fully qualified name query (#76977)Felipe de Azevedo Piovezan3-7/+36
2024-01-08[lldb][DWARFASTParserClang] GetClangDeclForDIE: don't create VarDecl for stat...Michael Buch3-1/+52
2024-01-08[lldb][test] Skip part of nested expressions test on WindowsDavid Spickett1-0/+2
2024-01-08[lldb][test] Skip DWARF inline source file test on WindowsDavid Spickett1-0/+2
2024-01-05[lldb] Fix expressions that involve nested structs/classes/unions. (#77029)Greg Clayton5-1/+117
2024-01-04Revert "XFAIL test with dsymutil"Jonas Devlieghere1-2/+0
2024-01-04[lldb][nfc] Mark function as const (#76974)Felipe de Azevedo Piovezan2-2/+2
2024-01-04XFAIL test with dsymutilAdrian Prantl1-0/+2
2024-01-04[LLDB][NativePDB] Fix use-after-free error detected by asan.Zequan Wu1-1/+2
2024-01-04Wrap local type declarations in anonymous namespace to fix modules build.Adrian Prantl1-1/+1
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl31-123/+335
2024-01-04[lldb][NFC] Fix compilation issue on windows (#76453)gmh2-4/+4
2024-01-03[lldb] Speculatively fix TestBreakpointSerialization on WindowsAlex Langford1-1/+1
2024-01-03[lldb] Fix breakpoint resolver serialization bug (#76766)Alex Langford2-7/+41
2024-01-03[lldb][test] Skip other Global Module Cache tests on Arm/AArch64 LinuxDavid Spickett1-0/+2
2024-01-03[lldb][Windows] Fix -Wmissing-field-initializers warnings after 54981bb75d374...Nico Weber1-5/+5
2024-01-02Fix builtbotwalter erquinigo1-3/+4
2024-01-02[lldb-dap] Emit more structured info along with variables (#75244)Walter Erquinigo6-150/+225
2023-12-22[lldb] Fix two deprecation warningsNico Weber2-2/+2
2023-12-22[LLDB] Define _BSD_SOURCE globally, to get optreset available in mingw's geto...Martin Storsjö2-4/+4
2023-12-21[LLDB] Fix write permission error in TestGlobalModuleCache.py (#76171)cmtice1-0/+7
2023-12-21[lldb][test] Link to PlatformWindows in thread testsDavid Spickett1-0/+1
2023-12-21[lldb][test] Remove non-existent Windows lib from thread testsDavid Spickett1-1/+0
2023-12-21[lldb][test] Fix missing-braces warnings in unit testsDavid Spickett2-7/+8
2023-12-21[lldb][test] Only link Windows libraries on WindowsDavid Spickett1-2/+6
2023-12-21[lldb] add support for thread names on Windows (#74731)oltolm4-6/+106
2023-12-21[lldb] Add actionable feedback when overwriting a command fails (#76030)Felipe de Azevedo Piovezan2-1/+18
2023-12-20[lldb][DWARF] Search for symbols in all external modules (#75927)David Spickett1-1/+1