aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/ValueObject
AgeCommit message (Expand)AuthorFilesLines
7 days[lldb][TypeSystemClang] Don't treat float vector types as floating point type...Michael Buch2-12/+21
8 days[lldb][CompilerType] Remove CompilerType::IsFloat (#179212)Michael Buch2-11/+12
12 days[lldb] Move ValueImpl and ValueLocker to ValueObject, NFC. (#178573)Aman LaChapelle1-0/+91
12 days[lldb][windows] fix unchecked Expected<T> (#178681)Charles Zablit1-2/+2
2026-01-22[lldb] Fix crash when there is no compile unit. (#177278)Ebuka Ezike1-0/+3
2026-01-16[lldb] Change bitfield range character from '-' to ':' in DIL (#173410)Ilia Kuklin3-8/+14
2026-01-13Fix typos and spelling errors across codebase (#156270)Austin Jiang1-1/+1
2026-01-09[lldb] fix a problem in the ValueObject::GetExpressionPath method (#171521)Matej Košík1-1/+15
2026-01-07[LLDB] Add type casting to DIL, part 2 or 3 (#170332)cmtice1-8/+194
2025-12-23[lldb][NFC] Assert ASTNodeUPs and pass ASTNodes by reference in DIL (#173240)Ilia Kuklin3-88/+93
2025-12-18[lldb] Use AST nodes as Subscript and BitExtraction arguments in DIL (#169363)Ilia Kuklin2-63/+69
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