aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Expression
AgeCommit message (Expand)AuthorFilesLines
20 hoursRevert "[lldb] Add FP conversion instructions to IR interpreter (#175292)"Igor Kudrin1-86/+0
21 hours[lldb] Add FP conversion instructions to IR interpreter (#175292)Igor Kudrin1-0/+86
41 hours[lldb][NFC] Module, ModuleSpec, GetSectionData use DataExtractorSP (#178347)Jason Molenda1-1/+1
4 days[lldb][UserExpression] Delay deletion of failed user expression (#177921)Michael Buch1-13/+8
12 daysUse AllocaInst::getAllocationSize instead of manual size calculations (#176486)Jameson Nash1-5/+6
2026-01-17[llvm][Support] Move llvm::createStringErrorV to a new ErrorExtras.h header (...Michael Buch2-0/+2
2026-01-16[lldb][NFC] Replace createStringError/llvm::formatv pairs with createStringEr...Michael Buch2-15/+15
2026-01-06[lldb] Don't trim expression in progress event (#174609)Jonas Devlieghere1-8/+3
2025-12-17Revert "Make result variables obey their dynamic values in subsequent express...Dave Lee3-106/+35
2025-12-11Make result variables obey their dynamic values in subsequent expressions (#1...jimingham3-35/+106
2025-12-11[lldb][NFC] Change ObjectFile argument type (#171574)Jason Molenda1-2/+3
2025-12-02[lldb] Handle deref of register and implicit locations (#169419)David Peixotto1-9/+30
2025-12-01[lldb][NFC] Change ObjectFile's DataExtractor to a shared ptr (#170066)Jason Molenda1-4/+6
2025-12-01[lldb] Unify DW_OP_deref and DW_OP_deref_size implementations (#169587)David Peixotto1-169/+111
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere1-1/+1
2025-11-14Re-land [lldb][NFC] Mark ValueObject library with NO_PLUGIN_DEPENDENCIES (#16...Alex Langford1-0/+1
2025-11-05[lldb] Mark single-argument SourceLanguage constructors explicit (#166527)Michael Buch1-1/+1
2025-10-01[lldb][IRExecutionUnit] Return error on failure to resolve function address (...Michael Buch1-1/+6
2025-09-17Reland "Revert "[lldb] Fix OP_deref evaluation for large integer resu… (#15...Felipe de Azevedo Piovezan1-2/+0
2025-09-17Revert "[lldb] Fix OP_deref evaluation for large integer results (#159460)"Felipe de Azevedo Piovezan1-0/+2
2025-09-17[lldb] Fix OP_deref evaluation for large integer results (#159460)Felipe de Azevedo Piovezan1-2/+0
2025-09-12[lldb] Track CFA pointer metadata in StackID (#157498)Felipe de Azevedo Piovezan1-1/+1
2025-09-09[lldb][nfc] Rename WritePointerToMemory argument's name (#157566)Felipe de Azevedo Piovezan1-5/+5
2025-09-09[lldb][Expression] Add structor variant to LLDB's function call labels (#149827)Michael Buch2-13/+18
2025-09-05[lldb] Replace IRExecutionUnit::GetSectionTypeFromSectionName with Ob… (#15...Adrian Prantl1-56/+1
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere2-2/+2
2025-09-04[lldb] Call FixUpPointer in WritePointerToMemory (try 2) (#153585)Felipe de Azevedo Piovezan1-0/+9
2025-08-28Stateful variable-location annotations in Disassembler::PrintInstructions() (...Abdullah Mohammad Amin1-4/+4
2025-08-15[lldb] Print ValueObject when GetObjectDescription fails (#152417)Dave Lee1-1/+1
2025-08-13[lldb] Convert registers values into target endian for expressions (#148836)David Spickett1-14/+11
2025-08-12Revert "[lldb] Call FixUpPointer in WritePointerToMemory"Felipe de Azevedo Piovezan1-3/+0
2025-08-11[lldb] Call FixUpPointer in WritePointerToMemory (#152798)Felipe de Azevedo Piovezan1-0/+3
2025-08-08[lldb][SymbolFileDWARF][NFC] Add FindFunctionDefinition helper (#152733)Michael Buch1-1/+1
2025-08-06[lldb] Treat address found via function name as a callable address (#151973)David Spickett1-2/+3
2025-08-04[lldb] Zero extend APInt when piece size is bigger than the bitwidth (#150149)satyanarayana reddy janga1-8/+7
2025-08-01[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (#148877)Michael Buch3-1/+117
2025-07-30[lldb] Fix updating persistent variables without JIT (#149642)Igor Kudrin1-10/+11
2025-07-30[lldb] Support DW_OP_WASM_location in DWARFExpression (#151010)Jonas Devlieghere1-4/+6
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere1-1/+1
2025-07-18[lldb][Expression][NFC] Make LoadAddressResolver::m_target a reference (#149490)Michael Buch1-8/+8
2025-07-12[lldb] Add DWARFExpressionEntry and GetExpressionEntryAtAddress() to … (#14...Abdullah Mohammad Amin1-1/+34
2025-07-03[lldb] Extract DW_OP_deref evaluation code (NFC) (#146801)Jonas Devlieghere1-70/+69
2025-06-27[lldb] Fix evaluating expressions without JIT in an object context (#145599)Igor Kudrin2-31/+32
2025-06-27[lldb][NFC] Switch IRMemoryMap::Malloc to return llvm::Expected (#146016)Igor Kudrin4-85/+77
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine1-2/+3
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine1-3/+2
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine1-2/+3
2025-06-10[lldb/cmake] Use ADDITIONAL_HEADER(_DIR)?S (#142587)Pavel Labath1-0/+2
2025-06-09[NFC] Separate high-level-dependent portions of DWARFExpression (revised) (#1...Sterling-Augustine1-2/+2
2025-06-09[lldb] Use llvm::find (NFC) (#143338)Kazu Hirata1-2/+1