summaryrefslogtreecommitdiff
path: root/lldb/source/Expression/IRExecutionUnit.cpp
AgeCommit message (Expand)Author
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-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-01[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (#148877)Michael Buch
2025-07-18[lldb][Expression][NFC] Make LoadAddressResolver::m_target a reference (#149490)Michael Buch
2025-06-27[lldb][NFC] Switch IRMemoryMap::Malloc to return llvm::Expected (#146016)Igor Kudrin
2025-03-06[lldb][Expression] Allow specifying a preferred ModuleList for lookup during ...Michael Buch
2025-01-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere
2024-10-07Remove redundant symbol lookups in IRExecutionUnit::FindInSymbols (#102835)Dmitrii Galimzianov
2024-10-02[lldb][RISCV] function calls support in lldb expressions (#99336)dlav-sc
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-05-16[lldb] Use operator==(StringRef, StringRef) instead of StringRef::equals (NFC...Kazu Hirata
2024-04-19[lldb] Provide a better error message for missing symbols (#89433)Adrian Prantl
2024-04-19Revert "[lldb] Provide a better error message for missing symbols (#89433)"Adrian Prantl
2024-04-19[lldb] Provide a better error message for missing symbols (#89433)Adrian Prantl
2024-04-18Revert "[lldb] Fix evaluation of expressions with static initializers (#89063)"Pavel Labath
2024-04-17[lldb] Fix evaluation of expressions with static initializers (#89063)Pavel Labath
2024-03-13Avoid a potential exit(1) in LLVMContext::diagnose() (#84992)Adrian Prantl
2024-03-11Turn off instruction flow control annotations by default (#84607)Jason Molenda
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks
2023-08-24[lldb] Fix grammar in error message emitted by IRExecutionUnitJonas Devlieghere
2023-03-31[lldb] Move ObjectFileJIT to lldbExpressionAlex Langford
2023-02-14Recommit: [NFC][IR] Make Module::getGlobalList() privateVasileios Porpodas
2023-02-14Revert "[NFC][IR] Make Module::getGlobalList() private"Vasileios Porpodas
2023-02-14[NFC][IR] Make Module::getGlobalList() privateVasileios Porpodas
2023-02-13Recommit: [NFC][IR] Make Module::getAliasList() privateVasileios Porpodas
2023-02-13Revert "[NFC][IR] Make Module::getAliasList() private"Vasileios Porpodas
2023-02-13[NFC][IR] Make Module::getAliasList() privateVasileios Porpodas
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-07-12[trace] Add a flag to the decoder to output the instruction typeWalter Erquinigo
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2022-03-07Change "target.save-jit-objects" to "target.save-jit-objects-dir".Jim Ingham
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-12-24Remove redundant return and continue statements (NFC)Kazu Hirata
2021-09-29[lldb] Remove Expression's dependency on CPlusPlusLanguagePluginAlex Langford
2021-09-22[lldb] Remove IRExecutionUnit::CollectFallbackNamesAlex Langford
2021-09-16[lldb] Refactor and rename CPlusPlusLanguage::FindAlternateFunctionManglingsAlex Langford
2021-09-08[lldb] Delete IRExecutionUnit::SearchSpecAlex Langford
2021-08-05[lldb] Refactor IRExecutionUnit::FindInSymbols (NFC)Jonas Devlieghere
2021-08-05[lldb] Use a struct to pass function search options to Module::FindFunctionJonas Devlieghere
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-03-01[Diagnose] Unify MCContext and LLVMContext diagnosingYuanfang Chen
2020-10-29Use !hasLocalLinkage instead of listing the symbol typesJim Ingham