summaryrefslogtreecommitdiff
path: root/view/sharedcache/core
AgeCommit message (Expand)Author
2025-04-14[SharedCache] Bubble up errors in `CacheEntry::FromFile` to the userMason Reed
2025-04-14[SharedCache] Fix project folder comparison crashMason Reed
2025-04-14[SharedCache] Expose cache entry name in the APIMason Reed
2025-04-14[SharedCache] Apply .symbols file information when applying an imageMason Reed
2025-04-10[SharedCache] Fix building on some toolchainsMason Reed
2025-04-10[SharedCache] Make the shared cache file lookup more straightforwardMason Reed
2025-04-08[SharedCache] Fix exception message causing an exceptionMason Reed
2025-04-08[SharedCache] Fix older BNDBs not updating workflow to use new workflow nameMason Reed
2025-04-08[SharedCache] Apply demangled names and types more broadlyMason Reed
2025-04-08Remove notion of image name from objective-c processorMason Reed
2025-04-07[SharedCache] Include segment in image section nameMason Reed
2025-04-07[SharedCache] Respect workflow override on shared cache databasesMason Reed
2025-04-07[SharedCache] Don't process shared cache when view is not file backedMason Reed
2025-04-07[SharedCache] Allow the user to select the original shared cache file on diskMason Reed
2025-04-07[SharedCache] Resolve original file path and name from project database fileMason Reed
2025-04-06[SharedCache] Add mutex to guard `m_namedSymbols`Mason Reed
2025-04-06[SharedCache] Prevent some unneeded copies when processingMason Reed
2025-04-06[SharedCache] Replace write log with callback registration for reapplying sli...Mason Reed
2025-04-06[SharedCache] Prevent all functions from being queued up for reanalysis when ...Mason Reed
2025-04-06[SharedCache] Add a named symbol mapMason Reed
2025-04-03[SharedCache] Log the time it takes to load initial images in the viewMason Reed
2025-04-03[SharedCache] Fix detection of the class name of categoriesMark Rowe
2025-04-02[SharedCache] Misc fixes and commentsMason Reed
2025-04-02[SharedCache] Fix old slide info mapping format not getting the mapped addres...Mason Reed
2025-04-02[SharedCache] Improve FileAccessorWriteLog performanceMason Reed
2025-04-02[SharedCache] Misc formattingMason Reed
2025-04-02[SharedCache] Fix loading entries on linuxMason Reed
2025-04-02[SharedCache] Fix not adding type libraries in the macho processorMason Reed
2025-04-02[SharedCache] Fix metadata not being loadedMason Reed
2025-04-02[SharedCache] Consistent logger naming and misc changesMason Reed
2025-04-02[SharedCache] Fix __auth_got section not having read only section semanticsMason Reed
2025-04-02[SharedCache] Fix linear sweep picking up basically every function and removi...Mason Reed
2025-04-02[SharedCache] Fix some bugsMason Reed
2025-04-02[SharedCache] Fix some issues with project loadingMason Reed
2025-04-02[SharedCache] Refactor Shared CacheMason Reed
2025-04-02[SharedCache] Use DefineAutoUserSymbol instead of DefineAutoSymbolMason Reed
2025-04-02[SharedCache] Make error about invalid metadata a warning, we recover sorta g...Mason Reed
2025-04-02[SharedCache] Optimize parsing of slide infoMark Rowe
2025-04-02[SharedCache] Stop crashing if we don't have a valid dyld in PerformInitialLoadMason Reed
2025-04-02[SharedCache] Remove warning which is unlikely to be usefulMason Reed
2025-04-02[ObjC] Create a shared ObjC processor for Macho and DSC viewsWeiN76LQh
2025-04-02[SharedCache] Don't serialize state twiceGlenn Smith
2025-04-02[SharedCache] Make it faster to look up which image contains an addressMark Rowe
2025-04-02[SharedCache] Demangle relevant symbolsMason Reed
2025-04-02[SharedCache] Remove some dead code and misc lintsMason Reed
2025-04-02[SharedCache] Don't crash if we have a different metadata versionMason Reed
2025-04-02[SharedCache] Warn when loading BNDB with different shared cache metadata ver...Mason Reed
2025-03-18[SharedCache] Limit sections being added in `SharedCache::InitializeHeader` t...WeiN76LQh
2025-03-18[SharedCache] Resolve x86_64h binaries not being recognizedkat
2025-02-26[SharedCache] Fix loading DSC BNDB from a local project crashingGlenn Smith