summaryrefslogtreecommitdiff
path: root/lldb/source/Expression
AgeCommit message (Expand)Author
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere
2025-11-14Re-land [lldb][NFC] Mark ValueObject library with NO_PLUGIN_DEPENDENCIES (#16...Alex Langford
2025-11-05[lldb] Mark single-argument SourceLanguage constructors explicit (#166527)Michael Buch
2025-10-01[lldb][IRExecutionUnit] Return error on failure to resolve function address (...Michael Buch
2025-09-17Reland "Revert "[lldb] Fix OP_deref evaluation for large integer resu… (#15...Felipe de Azevedo Piovezan
2025-09-17Revert "[lldb] Fix OP_deref evaluation for large integer results (#159460)"Felipe de Azevedo Piovezan
2025-09-17[lldb] Fix OP_deref evaluation for large integer results (#159460)Felipe de Azevedo Piovezan
2025-09-12[lldb] Track CFA pointer metadata in StackID (#157498)Felipe de Azevedo Piovezan
2025-09-09[lldb][nfc] Rename WritePointerToMemory argument's name (#157566)Felipe de Azevedo Piovezan
2025-09-09[lldb][Expression] Add structor variant to LLDB's function call labels (#149827)Michael Buch
2025-09-05[lldb] Replace IRExecutionUnit::GetSectionTypeFromSectionName with Ob… (#15...Adrian Prantl
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere
2025-09-04[lldb] Call FixUpPointer in WritePointerToMemory (try 2) (#153585)Felipe de Azevedo Piovezan
2025-08-28Stateful variable-location annotations in Disassembler::PrintInstructions() (...Abdullah Mohammad Amin
2025-08-15[lldb] Print ValueObject when GetObjectDescription fails (#152417)Dave Lee
2025-08-13[lldb] Convert registers values into target endian for expressions (#148836)David Spickett
2025-08-12Revert "[lldb] Call FixUpPointer in WritePointerToMemory"Felipe de Azevedo Piovezan
2025-08-11[lldb] Call FixUpPointer in WritePointerToMemory (#152798)Felipe de Azevedo Piovezan
2025-08-08[lldb][SymbolFileDWARF][NFC] Add FindFunctionDefinition helper (#152733)Michael Buch
2025-08-06[lldb] Treat address found via function name as a callable address (#151973)David Spickett
2025-08-04[lldb] Zero extend APInt when piece size is bigger than the bitwidth (#150149)satyanarayana reddy janga
2025-08-01[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (#148877)Michael Buch
2025-07-30[lldb] Fix updating persistent variables without JIT (#149642)Igor Kudrin
2025-07-30[lldb] Support DW_OP_WASM_location in DWARFExpression (#151010)Jonas Devlieghere
2025-07-22[lldb] Eliminate namespace lldb_private::dwarf (NFC) (#150073)Jonas Devlieghere
2025-07-18[lldb][Expression][NFC] Make LoadAddressResolver::m_target a reference (#149490)Michael Buch
2025-07-12[lldb] Add DWARFExpressionEntry and GetExpressionEntryAtAddress() to … (#14...Abdullah Mohammad Amin
2025-07-03[lldb] Extract DW_OP_deref evaluation code (NFC) (#146801)Jonas Devlieghere
2025-06-27[lldb] Fix evaluating expressions without JIT in an object context (#145599)Igor Kudrin
2025-06-27[lldb][NFC] Switch IRMemoryMap::Malloc to return llvm::Expected (#146016)Igor Kudrin
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine
2025-06-10[lldb/cmake] Use ADDITIONAL_HEADER(_DIR)?S (#142587)Pavel Labath
2025-06-09[NFC] Separate high-level-dependent portions of DWARFExpression (revised) (#1...Sterling-Augustine
2025-06-09[lldb] Use llvm::find (NFC) (#143338)Kazu Hirata
2025-06-06Fix forward for new DWARF DW_OP enum to address warning in lldbDavid Blaikie
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath
2025-05-19[lldb] Use llvm::is_contained (NFC) (#140466)Kazu Hirata
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata
2025-03-26[LLDB][NFC] Replace DWARFUnit with DWARFExpression::Delegate in DWARFExpressi...Dmitry Vasilyev
2025-03-24[LLDB][NFC] Added the interface DWARFExpression::Delegate to break dependenci...Dmitry Vasilyev
2025-03-06[lldb][Expression] Allow specifying a preferred ModuleList for lookup during ...Michael Buch
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere
2025-01-30[NFC][lldb] Document a few ivars on the value object system. (#124971)Augusto Noronha
2025-01-23[lldb] Add missing operations to GetOpcodeDataSize (#120163)Jonas Devlieghere
2025-01-16[lldb] Improve user expression diagnostics (#123242)Jonas Devlieghere
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton