summaryrefslogtreecommitdiff
path: root/Source/Core/Common/SymbolDB.h
AgeCommit message (Expand)Author
2026-05-07Core: Implement automatic symbol demanglingAmber Brault
2025-07-27PPCSymbolDB: Don't return non-const pointersJosJuice
2025-07-27PPCSymbolDB: Add missing lockingJosJuice
2025-07-27PPCSymbolDB: Reduce lock contention in LoadMap/LoadMapOnBootJosJuice
2025-06-25PPCSymbolDB: Move loading map on boot logic from boot.cpp into PPCSymbolDB, a...TryTwo
2025-06-19Debugger symbols: Add new symbol type: Notes.. Notes are for naming single ...TryTwo
2024-11-11Core: Store object name separately for symbolsAmber Brault
2023-06-20Rename Symbol constructor parameter to prevent shadowingNicolas van Kempen
2023-05-02SymbolDB: Add constructors to SymbolLioncash
2023-02-12DolphinQt: Properly lock CPU before accessing emulated memoryJosJuice
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2019-06-16Common/SymbolDB: Use std::string_view where applicableLioncash
2019-05-01Call Host_NotifyMapLoaded when clearing g_symbolDBJosJuice
2018-05-27SymbolDB: Namespace code under the Common namespaceLioncash
2018-05-27SymbolDB: Default constructor and destructor within the cpp fileLioncash
2018-05-27SymbolDB: Convert typedefs into using aliasesLioncash
2018-05-27SymbolDB: Normalize variable namesLioncash
2018-04-10PPCSymbolDB: Do not truncate fixed size symbolsSepalani
2017-08-16SymbolDB: Blank stripped symbol name fixedSepalani
2016-12-19SymbolDB: Use set to map hash with symbolsSepalani
2016-12-19SymbolDB: GetSymbolsFromHash addedSepalani
2016-12-19SymbolDB: GetSymbolsFromName addedSepalani
2016-09-26SymbolDB: Only match against the function nameLéo Lam
2016-09-13SymbolDB: Change Symbol's 'analyzed' member into a booleanLioncash
2016-09-13SymbolDB: Use an enum class for representing symbol typeLioncash
2016-09-13SymbolDB: In-class initialize Symbol class variablesLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-21Correct ampersands as wellmathieui
2016-01-21More asterisksmathieui
2016-01-21Common: asterisks go against the type namemathieui
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-13Turn loops into range-based formTillmann Karras
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
2014-02-09Cleanup enum indentations.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre