summaryrefslogtreecommitdiff
path: root/lldb/source/ValueObject
AgeCommit message (Expand)Author
2025-11-19[NFC][lldb] move DiagnosticsRendering to Host (#168696)Charles Zablit
2025-11-14Re-land [lldb][NFC] Mark ValueObject library with NO_PLUGIN_DEPENDENCIES (#16...Alex Langford
2025-11-13Revert "[lldb][NFC] Mark ValueObject library with NO_PLUGIN_DEPENDENCIES" (#1...Krzysztof Parzyszek
2025-11-12[lldb][NFC] Mark ValueObject library with NO_PLUGIN_DEPENDENCIES (#167794)Alex Langford
2025-10-31[lldb][TypeSystem] Remove count parameter from TypeSystem::GetEncoding (#165702)Michael Buch
2025-09-16[LLDB] Add boolean literals to DIL. (#157992)cmtice
2025-08-27Reapply "[LLDB] Add `ScalarLiteralNode` and literal parsing in DIL" (#155610)Ilia Kuklin
2025-08-27Revert "[LLDB] Add `ScalarLiteralNode` and literal parsing in DIL" (#155605)Ilia Kuklin
2025-08-27[LLDB] Add `ScalarLiteralNode` and literal parsing in DIL (#152308)Ilia Kuklin
2025-08-26[LLDB] Re-land 'Update DIL handling of array subscripting' (#154269)cmtice
2025-08-15Revert "[LLDB] Update DIL handling of array subscripting. (#151605)"Shubham Sandeep Rastogi
2025-08-15[LLDB] Update DIL handling of array subscripting. (#151605)cmtice
2025-08-06[lldb] Add `ValueObject::CreateValueObjectFromScalar` and fix `Scalar::GetDat...Ilia Kuklin
2025-07-31[lldb] Add support for displaying `__float128` variables (#98369)beetrees
2025-07-23[lldb][SBType] GetBasicType to unwrap canonical type (#149112)Michael Buch
2025-07-15[LLDB] Switch to using DIL as default implementation for 'frame var'. (#147887)cmtice
2025-07-10[LLDB] Check comp_unit before accessing it in DIL (#147955)Ilia Kuklin
2025-07-07[lldb] Rename files ValueObjectSyntheticFilter to ValueObjectSynthetic (NFC) ...Dave Lee
2025-07-03[LLDB] Optimize identifier lookup in DIL (#146094)Ilia Kuklin
2025-07-01[LLDB] Update DIL to pass current 'frame var' tests. (#145055)cmtice
2025-06-27[LLDB] Update DIL to handle smart pointers; add more tests. (#143786)cmtice
2025-06-19[LLDB] Add negative number parsing to DIL (#144557)Ilia Kuklin
2025-06-13[LLDB] Add bit extraction to DIL (#141422)Ilia Kuklin
2025-06-10[lldb/cmake] Use ADDITIONAL_HEADER(_DIR)?S (#142587)Pavel Labath
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-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal
2025-05-25[LLDB] Add array subscription and integer parsing to DIL (#141102)Ilia Kuklin
2025-05-23[LLDB] Add field member operators to DIL (#138093)cmtice
2025-05-22Revert "[LLDB] Add array subscription and integer parsing to DIL" (#141059)Ilia Kuklin
2025-05-22[LLDB] Add array subscription and integer parsing to DIL (#138551)Ilia Kuklin
2025-05-20[lldb][core] Fix getting summary of a variable pointing to r/o memory (#139196)Igor Kudrin
2025-05-12[lldb] Restore ObjC incomplete type dereferencing fix (#139567)Ilia Kuklin
2025-05-12[lldb][TypeSystemClang] Allow arrays to be dereferenced in C/C++. (#135843)Ilia Kuklin
2025-05-05[LLDB] Fix `ValueObject::AddressOf()` return value (#137688)Ilia Kuklin
2025-04-30[lldb] Upgrade `GetIndexOfChildWithName` to use `llvm::Expected` (#136693)Charles Zablit
2025-04-29[LLDB] Add unary operators Dereference and AddressOf to DIL (#134428)Ilia Kuklin
2025-04-29[lldb] Make ValueObject::Dereference less aggressive (#137311)Pavel Labath
2025-04-16[lldb][DataFormatter] Surface CalculateNumChildren errors in std::vector summ...Michael Buch
2025-04-08[LLDB] Fix warnings in DIL. (#134778)cmtice
2025-04-03[LLDB] Add DIL code for handling plain variable names. (#120971)cmtice
2025-03-16[lldb] Remove use of comma operator (NFC) (#131233)Dave Lee
2025-03-09[lldb] Add missing converstion to optionalAdrian Prantl
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2025-02-21[lldb] Fix GCC's `-Wreturn-type` warnings (#127974)foxtran
2025-02-19[lldb] Store the return SBValueList in the CommandReturnObject (#127566)Jonas Devlieghere
2025-02-07[lldb][NFC] Replace GetLocalBufferSize() with GetLocalBuffer() (#126333)Augusto Noronha
2025-02-06[lldb] Make ValueObjectDynamicValue::UpdateValue() point to a host b… (#12...Augusto Noronha
2025-02-05[LLDB] Add Lexer (with tests) for DIL (Data Inspection Language). (#123521)cmtice
2025-01-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath