aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests
AgeCommit message (Expand)AuthorFilesLines
2024-06-13[lldb] Move DWARFDeclContext functions from DWARFDebugInfoEntry to DW… (#95...Pavel Labath1-0/+5
2024-06-12[lldb][ConstString] Prevent GetString from constructing a std::string with a ...Michael Buch1-0/+1
2024-06-11Fix type lookup bug where wrong decl context was being used for a DIE. (#94846)Greg Clayton1-0/+107
2024-06-11[lldb] Add a test for lea_rsp_pattern_p to x86 unwinder (NFC) (#94852)Shivam Gupta1-1/+23
2024-06-05[lldb] Return an llvm::Expected from DWARFExpression::Evaluate (NFCI) (#94420)Jonas Devlieghere1-40/+38
2024-06-04[lldb] Support reading DW_OP_piece from file address (#94026)Jonas Devlieghere1-0/+69
2024-06-04[lldb][test] Disable MD5 test for old versions of Visual Studio (#94325)David Spickett1-0/+5
2024-05-31[lldb] Fix Dlang symbol test breakage (#94046)Dave Lee1-2/+2
2024-05-29[lldb/DWARF] Refactor DWARFDIE::Get{Decl,TypeLookup}Context (#93291)Pavel Labath1-0/+71
2024-05-28Revert "Fix the EditLine unittest build on Darwin after PR 92865"Jim Ingham2-4/+1
2024-05-28Fix the EditLine unittest build on Darwin after PR 92865Jim Ingham2-1/+4
2024-05-28[lldb][Test] Add C++ tests for DumpValueObjectOptions and enums (#93158)David Spickett3-0/+187
2024-05-25[lldb] Revise IDE folder structure (#89748)Michael Kruse2-2/+2
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani1-30/+20
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani1-20/+30
2024-05-21[lldb/dwarf] Fix DW_IDX_parent processing for split dwarf (#92745)Pavel Labath1-12/+12
2024-05-21Reapply "[lldb/aarch64] Fix unwinding when signal interrupts a leaf f… (#92...Pavel Labath1-4/+20
2024-05-13Revert "[lldb/aarch64] Fix unwinding when signal interrupts a leaf function (...Muhammad Omair Javaid1-20/+4
2024-05-10[lldb] Improve type name parsing (#91586)Pavel Labath1-32/+30
2024-05-09[lldb] Unify CalculateMD5 return types (#91029)Anthony Ha1-7/+6
2024-05-09[lldb][enums] Remove broadcast bits from debugger (#91618)Chelsea Cassanova2-14/+11
2024-05-09[lldb/aarch64] Fix unwinding when signal interrupts a leaf function (#91321)Pavel Labath1-4/+20
2024-05-03[lldb] Add TeeLogHandler to log to 2 handlers (#90984)Jonas Devlieghere1-0/+12
2024-05-03[lldb] Create a single Severity enum in lldb-enumerations (#90917)Jonas Devlieghere1-36/+22
2024-05-03[lldb] Fix Scalar::GetData for non-multiple-of-8-bits values (#90846)Pavel Labath1-0/+30
2024-04-30[lldb] Fix a warningKazu Hirata1-2/+2
2024-04-30[PAC][lldb][Dwarf] Support `__ptrauth`-qualified types in user expressions (#...Daniil Kovalev1-0/+135
2024-04-26[lldb] Fix typo in CumulativeSystemTimeIsValid check (#89680)Marc Auberer1-0/+21
2024-04-25[lldb] Reenable test HostTest.GetProcessInfo with relaxed constraints. (#89637)Fred Grim1-6/+10
2024-04-19Apply modernize-use-starts-ends-with on llvm-project (#89140)Nicolas van Kempen1-1/+1
2024-04-18[lldb] Skip remote PutFile when MD5 hashes equal (#88812)Anthony Ha1-0/+23
2024-04-18this test is flakey on arm in linux because I got too clever (#89267)Fred Grim1-1/+5
2024-04-18adds additional information to the ProcessInfo object for elf processes (#88995)Fred Grim1-0/+23
2024-04-16[lldb] Fix nullptr dereference on running x86 binary with x86-disabled llvm (...Daniil Kovalev3-0/+117
2024-04-15[lldb] Skip lldb-server unit tests when building with ASanJonas Devlieghere1-1/+3
2024-04-12[lldb] Fix test build failureJan Svoboda1-1/+1
2024-03-28[LLDB] Add APFloat helper functions to Scalar class. (#86862)cmtice1-0/+58
2024-03-26[lldb] Implement coalescing of disjoint progress events (#84854)Jonas Devlieghere1-2/+37
2024-03-25Revert "[lldb] Implement coalescing of disjoint progress events (#84854)"Jonas Devlieghere1-37/+2
2024-03-25[lldb] Implement coalescing of disjoint progress events (#84854)Jonas Devlieghere1-2/+37
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere1-1/+1
2024-03-19Revert "[lldb] Update SymbolFilePDBTests for LineEntry change (d5a277d309e9)"Jonas Devlieghere1-1/+1
2024-03-15[lldb] Update SymbolFilePDBTests for LineEntry change (d5a277d309e9)Jonas Devlieghere1-1/+1
2024-03-16[lldb][test] Fix -Wctad-maybe-unsupported in AlarmTest.cpp (NFC)Jie Fu1-4/+4
2024-03-15[lldb] Add an Alarm class for coalescing progress reports (#85329)Jonas Devlieghere2-0/+160
2024-03-12Fix MSVC build issues (#84362)Hiroshi Yamauchi1-1/+0
2024-03-07[lldb] Do some gardening in ProgressReportTest (NFC) (#84278)Jonas Devlieghere1-103/+96
2024-03-07[lldb] Don't report all progress event as completed. (#84281)Jonas Devlieghere1-2/+2
2024-03-04[lldb/Test] Fix oversight in ProcessEventDataTest::SetUp (NFC) (#83895)Med Ismail Bennani1-0/+3
2024-03-01[lldb][progress] Hook up new broadcast bit and progress manager (#83069)Chelsea Cassanova1-1/+92