summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.cpp
AgeCommit message (Expand)Author
2025-01-03[ORC] Fix bug in source file name finding in DebuggerSupportPlugin.Lang Hames
2024-12-06[JITLink] Switch to SymbolStringPtr for Symbol names (#115796)Jared Wyles
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-11-30[llvm] Stop including llvm/ADT/StringSet.h (NFC)Kazu Hirata
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-10-10[llvm] Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-10-01[ExecutionEngine] Fix the call to DWARFContext::createKazu Hirata
2023-09-29[ORC] Fix heap-use-after-free error in MachODebugObjectSynthesizer.cppMogball
2023-09-28Re-apply "[ORC] Add N_SO and N_OSO stabs entries to MachO debug..." with fixes.Lang Hames