aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-20[lldb][test] Skip global module cache on Arm/AArch64 Linux (again)David Spickett2-17/+4
2023-12-20[lldb][test] Skip runlocker test on AArch64 LinuxDavid Spickett1-0/+2
2023-12-20[lldb][test] Remove Arm/AArch64 Linux skip for global modules testDavid Spickett1-4/+0
2023-12-20[lldb][test] Add extra logging for module cache testDavid Spickett2-7/+21
2023-12-20[lldb][test] Try a workaround for module cache test on Arm/AArch64 LinuxDavid Spickett1-4/+7
2023-12-19[lldb] Remove unused GetChildAtIndexPath(...) methods from ValueObject.cpp (#...Pete Lawrence2-48/+0
2023-12-19Remove unused FileSPec::IsResolved() functionality. (#75840)Adrian Prantl2-20/+0
2023-12-19[lldb] Add issue link for TestUniqueTypes4.py Windows skipDavid Spickett1-2/+2
2023-12-19[lldb] Fix TestSBValueSynthetic on windows (#75908)Pavel Labath3-9/+38
2023-12-19[lldb][PDB] Update max matches test for type queries (#75813)David Spickett1-13/+3
2023-12-18[lldb] Fix a quirk in SBValue::GetDescription (#75793)Pavel Labath4-3/+41
2023-12-17[lldb] Use StringRef::starts_with (NFC)Kazu Hirata1-1/+1
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata5-13/+13
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata62-128/+132
2023-12-15[lldb][NFCI] Remove unused parameter from BreakpointResolver*::CreateFromStru...Alex Langford11-32/+23
2023-12-15[lldb] Trying to fix windows buildbots after #74786 (#75566)Greg Clayton3-7/+18
2023-12-14Add option to pass thread ID to thread select command (#73596)Michael Christensen7-52/+176
2023-12-14[LLDB] Add more helper functions to CompilerType class (second try). (#73472)cmtice2-0/+240
2023-12-14[lldb-dap] Implement command directives (#74808)Walter Erquinigo10-60/+287
2023-12-14[lldb] Remove PopPlan asserts and skip test on Arm/AArch64 LinuxDavid Spickett2-19/+4
2023-12-14Fix a crash from character type confusion interaction with libedit (#75388)Kevin Frei2-2/+10
2023-12-14Revert "lldb: Cache string hash during ConstString pool queries/insertions"David Blaikie1-28/+22
2023-12-14[lldb] Fixup PopPlan assertDavid Spickett1-3/+4
2023-12-14[lldb] Assert immediately prior to calling PopPlanDavid Spickett1-1/+13
2023-12-14Reland "Add a test for evicting unreachable modules from the global module ca...David Spickett5-0/+191
2023-12-13[lldb] Skip 2 newly introduced tests from running on DWARF2 and clang 11 (#75...Augusto Noronha2-1/+3
2023-12-13[lldb] Return index of element in ValueObject path instead of the element's v...Pete Lawrence2-4/+11
2023-12-13[lldb][PDB] TypeQuery parameter should be ConstStringDavid Spickett1-3/+4
2023-12-13[lldb][PDB] Fix more issues with PDB testsDavid Spickett1-3/+3
2023-12-13Revert "Add a test for evicting unreachable modules from the global module ca...David Spickett4-185/+0
2023-12-13[lldb][PDB] Attempt to fix tests on WindowsDavid Spickett1-1/+0
2023-12-13[lldb] Fix buildbots after PR 74786 (#75272)Greg Clayton2-46/+47
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton52-907/+1135
2023-12-12Add a test for evicting unreachable modules from the global module cache (#74...jimingham4-0/+185
2023-12-12[lldb] Correctly check and report error states in StackFrame.cpp (#74414)Pete Lawrence1-12/+10
2023-12-12lldb: Cache string hash during ConstString pool queries/insertionsDavid Blaikie1-22/+28
2023-12-11[lldb] Disable new TestLocationListLookup when clang version is <= 11 (#75102)Augusto Noronha1-0/+1
2023-12-11[lldb-dap] Emit declarations along with variables (#74865)Walter Erquinigo2-2/+49
2023-12-11[lldb-dap] Include [opt] in the frame name only if a custom frame format is n...Walter Erquinigo1-2/+4
2023-12-11[lldb][NFC] Simplify DWARRFDeclContext::GetQualifiedName (#74788)Felipe de Azevedo Piovezan1-20/+21