aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/Variable.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-11[lldb][nfc] Factor out code checking if Variable is in scope (#143572)Felipe de Azevedo Piovezan1-22/+24
2025-01-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath1-5/+3
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere1-2/+2
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-7/+7
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl1-1/+5
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer1-5/+1
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl1-1/+5
2024-02-29[LLDB] Fix crash when using tab completion on class variables (#83234)Sudharsan Veeravalli1-3/+5
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-2/+2
2023-12-08[lldb][Symbol] Make sure we decrement PC before checking location list (#74772)Michael Buch1-1/+2
2023-07-11[lldb][NFCI] Avoid construction of temporary std::strings in VariableAlex Langford1-7/+5
2022-09-12Add the ability to show when variables fails to be available when debug info ...Greg Clayton1-2/+3
2022-09-12Revert "Add the ability to show when variables fails to be available when deb...Stella Stamenova1-3/+2
2022-09-09Add the ability to show when variables fails to be available when debug info ...Greg Clayton1-2/+3
2022-07-12Reland "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Zequan Wu1-18/+12
2022-07-07Revert "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Jonas Devlieghere1-13/+56
2022-07-07[LLDB][NFC] Decouple dwarf location table from DWARFExpression.Zequan Wu1-56/+13
2022-03-10[LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD...Zequan Wu1-0/+8
2022-03-02[LLDB] Dump valid ranges of variablesZequan Wu1-40/+19
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-1/+1
2020-10-13Move initialization of Variable::m_loc_is_const_data into constructor (NFC)Adrian Prantl1-2/+3
2020-03-31Replace std::string::find == 0 with StringRef::startswithBenjamin Kramer1-1/+1
2020-01-30[lldb][NFCI] Remove unused LanguageType parametersAlex Langford1-6/+3
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2020-01-01[lldb][NFC] Make some checks more readable in Variable::PrivateAutoCompleteRaphael Isemann1-3/+3
2019-12-04[lldb] Remove some (almost) unused Stream::operator<<'sPavel Labath1-1/+1
2019-11-28[lldb][NFC] Remove forward declaration of PrivateAutoCompleteMembersRaphael Isemann1-7/+0
2019-11-26[lldb] remove unsigned Stream::operator<< overloadsPavel Labath1-1/+1
2019-11-25[lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann1-11/+6
2019-09-20Doxygenify comments.Adrian Prantl1-9/+6
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann1-6/+2
2019-08-19[lldb][NFC] Use CompletionRequest in Variable::AutoCompleteRaphael Isemann1-43/+32
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere1-9/+3
2019-07-24[Symbol] Fix some botched logic in Variable::GetLanguageAlex Langford1-5/+5
2019-07-22[Symbol] Improve Variable::GetLanguageAlex Langford1-4/+13
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-4/+0
2019-03-06Pass ConstString by value (NFC)Adrian Prantl1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-11Fix undefined behavior in Variable.hZachary Turner1-1/+2
2018-11-15Fix a use-after-free of the ABI plugin.Zachary Turner1-8/+9
2018-11-05Fix (and improve) the support for C99 variable length array typesAdrian Prantl1-1/+1
2018-07-27Add missing boundary checks to variable completion.Raphael Isemann1-3/+4
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann1-2/+4
2018-07-13Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann1-6/+6
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-14/+11
2017-12-07Variable: Fix usage of uninitialised valuePavel Labath1-7/+1
2017-06-29Change the ABI class to have a weak pointer to its Process;Jason Molenda1-2/+2
2017-05-12Rename Error -> Status.Zachary Turner1-4/+4
2017-02-02Move classes from Core -> Utility.Zachary Turner1-2/+2