aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Expression
AgeCommit message (Expand)AuthorFilesLines
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
2025-06-06Fix forward for new DWARF DW_OP enum to address warning in lldbDavid Blaikie1-0/+1
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-5/+4
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath1-3/+1
2025-05-19[lldb] Use llvm::is_contained (NFC) (#140466)Kazu Hirata1-3/+1
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata1-1/+0
2025-03-26[LLDB][NFC] Replace DWARFUnit with DWARFExpression::Delegate in DWARFExpressi...Dmitry Vasilyev1-1/+0
2025-03-24[LLDB][NFC] Added the interface DWARFExpression::Delegate to break dependenci...Dmitry Vasilyev1-92/+38
2025-03-06[lldb][Expression] Allow specifying a preferred ModuleList for lookup during ...Michael Buch1-5/+26
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl2-31/+48
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere1-4/+6
2025-01-30[NFC][lldb] Document a few ivars on the value object system. (#124971)Augusto Noronha1-0/+3
2025-01-23[lldb] Add missing operations to GetOpcodeDataSize (#120163)Jonas Devlieghere1-13/+63
2025-01-16[lldb] Improve user expression diagnostics (#123242)Jonas Devlieghere1-20/+28
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-2/+2