aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/ValueObject
AgeCommit message (Expand)AuthorFilesLines
2025-12-02[lldb] Fix GetExpressionPath for vector registers (#169210)Ebuka Ezike1-0/+15
2025-12-01[LLDB] Add type casting to DIL, part 1 of 3. (#165199)cmtice3-4/+179
2025-11-24[LLDB] Add unary plus and minus to DIL (#155617)Ilia Kuklin2-34/+174
2025-11-19[NFC][lldb] move DiagnosticsRendering to Host (#168696)Charles Zablit1-1/+1
2025-11-14Re-land [lldb][NFC] Mark ValueObject library with NO_PLUGIN_DEPENDENCIES (#16...Alex Langford1-3/+1
2025-11-13Revert "[lldb][NFC] Mark ValueObject library with NO_PLUGIN_DEPENDENCIES" (#1...Krzysztof Parzyszek1-1/+3
2025-11-12[lldb][NFC] Mark ValueObject library with NO_PLUGIN_DEPENDENCIES (#167794)Alex Langford1-3/+1
2025-10-31[lldb][TypeSystem] Remove count parameter from TypeSystem::GetEncoding (#165702)Michael Buch1-4/+2
2025-09-16[LLDB] Add boolean literals to DIL. (#157992)cmtice4-3/+48
2025-08-27Reapply "[LLDB] Add `ScalarLiteralNode` and literal parsing in DIL" (#155610)Ilia Kuklin4-15/+223
2025-08-27Revert "[LLDB] Add `ScalarLiteralNode` and literal parsing in DIL" (#155605)Ilia Kuklin4-223/+15
2025-08-27[LLDB] Add `ScalarLiteralNode` and literal parsing in DIL (#152308)Ilia Kuklin4-15/+223
2025-08-26[LLDB] Re-land 'Update DIL handling of array subscripting' (#154269)cmtice1-27/+122
2025-08-15Revert "[LLDB] Update DIL handling of array subscripting. (#151605)"Shubham Sandeep Rastogi1-70/+27
2025-08-15[LLDB] Update DIL handling of array subscripting. (#151605)cmtice1-27/+70
2025-08-06[lldb] Add `ValueObject::CreateValueObjectFromScalar` and fix `Scalar::GetDat...Ilia Kuklin2-0/+34
2025-07-31[lldb] Add support for displaying `__float128` variables (#98369)beetrees1-2/+3
2025-07-23[lldb][SBType] GetBasicType to unwrap canonical type (#149112)Michael Buch1-4/+4
2025-07-15[LLDB] Switch to using DIL as default implementation for 'frame var'. (#147887)cmtice1-1/+1
2025-07-10[LLDB] Check comp_unit before accessing it in DIL (#147955)Ilia Kuklin1-2/+3
2025-07-07[lldb] Rename files ValueObjectSyntheticFilter to ValueObjectSynthetic (NFC) ...Dave Lee3-4/+4
2025-07-03[LLDB] Optimize identifier lookup in DIL (#146094)Ilia Kuklin1-120/+52
2025-07-01[LLDB] Update DIL to pass current 'frame var' tests. (#145055)cmtice2-16/+20
2025-06-27[LLDB] Update DIL to handle smart pointers; add more tests. (#143786)cmtice1-1/+8
2025-06-19[LLDB] Add negative number parsing to DIL (#144557)Ilia Kuklin1-2/+9
2025-06-13[LLDB] Add bit extraction to DIL (#141422)Ilia Kuklin4-6/+60
2025-06-10[lldb/cmake] Use ADDITIONAL_HEADER(_DIR)?S (#142587)Pavel Labath1-0/+2
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-6/+4
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath6-84/+54
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal1-1/+0
2025-05-25[LLDB] Add array subscription and integer parsing to DIL (#141102)Ilia Kuklin4-13/+131
2025-05-23[LLDB] Add field member operators to DIL (#138093)cmtice4-12/+154
2025-05-22Revert "[LLDB] Add array subscription and integer parsing to DIL" (#141059)Ilia Kuklin4-134/+6
2025-05-22[LLDB] Add array subscription and integer parsing to DIL (#138551)Ilia Kuklin4-6/+134
2025-05-20[lldb][core] Fix getting summary of a variable pointing to r/o memory (#139196)Igor Kudrin1-4/+6
2025-05-12[lldb] Restore ObjC incomplete type dereferencing fix (#139567)Ilia Kuklin1-34/+35
2025-05-12[lldb][TypeSystemClang] Allow arrays to be dereferenced in C/C++. (#135843)Ilia Kuklin1-54/+40
2025-05-05[LLDB] Fix `ValueObject::AddressOf()` return value (#137688)Ilia Kuklin1-2/+5
2025-04-30[lldb] Upgrade `GetIndexOfChildWithName` to use `llvm::Expected` (#136693)Charles Zablit3-22/+30
2025-04-29[LLDB] Add unary operators Dereference and AddressOf to DIL (#134428)Ilia Kuklin4-7/+85
2025-04-29[lldb] Make ValueObject::Dereference less aggressive (#137311)Pavel Labath1-132/+72
2025-04-16[lldb][DataFormatter] Surface CalculateNumChildren errors in std::vector summ...Michael Buch1-3/+9
2025-04-08[LLDB] Fix warnings in DIL. (#134778)cmtice1-2/+1
2025-04-03[LLDB] Add DIL code for handling plain variable names. (#120971)cmtice4-0/+520
2025-03-16[lldb] Remove use of comma operator (NFC) (#131233)Dave Lee1-1/+3
2025-03-09[lldb] Add missing converstion to optionalAdrian Prantl1-2/+3
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl9-44/+57
2025-02-21[lldb] Fix GCC's `-Wreturn-type` warnings (#127974)foxtran1-0/+1
2025-02-19[lldb] Store the return SBValueList in the CommandReturnObject (#127566)Jonas Devlieghere1-6/+0
2025-02-07[lldb][NFC] Replace GetLocalBufferSize() with GetLocalBuffer() (#126333)Augusto Noronha2-7/+7