summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp
AgeCommit message (Expand)Author
2024-11-19[ExecutionEngine] Remove unused includes (NFC) (#116749)Kazu Hirata
2024-02-06[ExecutionEngine] Fix a couple of typos (NFC)Fraser Cormack
2023-03-15[llvm] Use *{Map,Set}::contains (NFC)Kazu Hirata
2022-07-10ManagedStatic: remove from GDBRegistrationListenerNicolai Hähnle
2022-07-10Revert "ManagedStatic: remove many straightforward uses in llvm"Nicolai Hähnle
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle
2022-02-10Cleanup LLVMObject headersserge-sans-paille
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2022-01-07[llvm] Remove redundant member initialization (NFC)Kazu Hirata
2022-01-03Revert "[llvm] Remove redundant member initialization (NFC)"Kazu Hirata
2022-01-01[llvm] Remove redundant member initialization (NFC)Kazu Hirata
2021-03-02[lli] Add JITLink in-process debug supportStefan Gränitz
2019-08-07Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-04[ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API.Lang Hames
2018-05-24[C-API] Add functions to create GDB, Intel, Oprofile event listeners.Andres Freund
2016-10-20Do a sweep over move ctors and remove those that are identical to the default.Benjamin Kramer
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-11-27[MCJIT] Replace JITEventListener::anchor (temporarily removed in r222861), andLang Hames