| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-19 | Fix leaks due to missing parenting of Qt objects | Mark Rowe | |
| 2026-02-06 | Add regex and case sensitivity options to FilterEdit | Josh Ferrell | |
| 2025-09-25 | Sort table views in the shared cache / kernel cache triage views by address ↵ | Mark Rowe | |
| by default The table views previously visually suggested they were being sorted by address, but in practice they were not sorted until the user set an explicit sort order by clicking on a column header. | |||
| 2025-07-15 | Added search placeholder for DSCView and KCView. | Hongyu Chen | |
| 2025-07-04 | [SharedCache] Enqueue pointer sweep on image/region load | Mason Reed | |
| This is enabled as is, there might need to be some restrictions later on, does not seem to have an unreasonable impact analysis time | |||
| 2025-06-25 | Fix cxx20 compiler warnings. | Alexander Taylor | |
| 2025-05-06 | [SharedCache]"Fix" possible deadlock when loading images from the UI | Mason Reed | |
| This disables the filter for already added images, there is another check when we go to apply so that it fails early but the real issue is the fact this happened at all. Within the Objective-C processor there is a call to `BeginUndoActions` which calls `ExecuteOnMainThreadAndWait`, while the objective-c processor is holding the lock to the controller. To fix this we really need to make the undo action system not call `ExecuteOnMainThreadAndWait` which is deadlock city, to do that really the only solution is to make the `UndoBuffer` thread-safe and remove the calls to execute undo related stuff on the main thread, this will make it so that when a call to `BeginUndoActions` there is no requirement to wait on pending undo actions as they are all submitted immediately. | |||
| 2025-04-26 | [SharedCache] Fix possible crash when closing view with images still being ↵ | Mason Reed | |
| added in the background through the UI We set some model data after the fact that didn't exist because the qt object was destructed on tab close. | |||
| 2025-04-21 | [SharedCache] Always load image dependencies | WeiN76LQh | |
| Simple change that means an image's dependencies can be loaded via the DSC triage view whether the primary image has already been loaded or not. Sometimes I've already loaded an image and then later on decide I want to load its dependencies. Currently there is no easy way to do that in the UI. | |||
| 2025-04-16 | Clean up navigable views and priorities | Glenn Smith | |
| 2025-04-16 | Better column sizing for DSC and KC triage views. | Alexander Taylor | |
| 2025-04-16 | Add loaded column for kernel cache view. | Alexander Taylor | |
| Required adding an API to determine if an image is loaded. | |||
| 2025-04-16 | Glenn wanted this. | Alexander Taylor | |
| 2025-04-14 | Fixes for multiple issues in DSC/KC Triage views. | Alexander Taylor | |
| 1. Crash on kernel cache image load 2. Duplicate Load Image buttons in kernel cache view 3. Improper selection behavior in both views 4. Address column should no longer resize to be smaller than contents 5. Symbol tables should now be properly sortable | |||
| 2025-04-14 | [SharedCache] Expose cache entry name in the API | Mason Reed | |
| Allows us to display the user friendly name of the cache entry in the triage view | |||
| 2025-04-09 | Shared cache and kernel cache UI cleanup. | Alexander Taylor | |
| One day, these will share more code, but today is not quite that day. | |||
| 2025-04-03 | [SharedCache] Misc triage view bug fixes | Mason Reed | |
| - Fix the inconsistent column sizing - Stop trying to show cross reference at 0 | |||
| 2025-04-02 | Add context menu for shared cache view. | Alexander Taylor | |
| Also addresses some lints that I thought were possibly worth it. | |||
| 2025-04-02 | Styling for data in shared cache view. | Alexander Taylor | |
| 2025-04-02 | Use standard buttons in shared cache view. | Alexander Taylor | |
| 2025-04-02 | Add filtering for mappings in shared cache view. | Alexander Taylor | |
| 2025-04-02 | [SharedCache] Fix multi-row image selection not respecting the visibility of ↵ | Mason Reed | |
| rows Before this we would load all images between the end and beginning because the model is does not have a filter proxy, but just hides the rows instead, we should move to a proxy | |||
| 2025-04-02 | [SharedCache] Fix some bugs | Mason Reed | |
| 2025-04-02 | [SharedCache] Refactor Shared Cache | Mason Reed | |
| In absence of a better name, this commit refactors the shared cache code. | |||
| 2025-04-02 | [SharedCache] Don't show DSCTriage when not in shared cache view | Mason Reed | |
| 2025-03-28 | Fix initial navigation to DSCTriage view | Peter LaFosse | |
| 2025-03-18 | dyld_shared_cache: Resolve issue where Cache info tables were mistakenly ↵ | kat | |
| editable | |||
| 2025-03-18 | [SharedCache] Improvements to triage view; Fix double-click double-load ↵ | kat | |
| issue, dont prompt on loading from symbol, auto-navigate to symbol when clicked, loading first if required | |||
| 2025-02-28 | [SharedCache] Fix symbol view navigation away from DSCTriage into Linear/Graph | kat | |
| 2025-02-13 | [SharedCache] Use StringRef for performance | Glenn Smith | |
| 2024-11-13 | make abbreviation match longer name for DSC plugin info | Jordan Wiens | |
| 2024-11-12 | [SharedCache] Better failure state for triage view | kat | |
| 2024-11-09 | fix DSC first-popup dialog | Jordan Wiens | |
| 2024-11-06 | reorder DSC triage tabs and small text changes | Jordan Wiens | |
| 2024-11-05 | [SharedCache] Fix .bndb save/load outside of projects | kat | |
| 2024-11-05 | [SharedCache] Changes to the alpha popup/info tab | kat | |
| 2024-11-05 | [SharedCache] Implement LoadedImage API, Fix serialized image names, more ↵ | kat | |
| robust system for out-of-date databases | |||
| 2024-10-28 | [SharedCache] Warnings Cleanup | kat | |
| 2024-10-28 | [SharedCache] Fix UI causing BV leaks | kat | |
| 2024-10-23 | Initial commit of the alpha dyld_shared_cache view API Plugin. | kat | |
| This is an early release of our DSC processing plugin. We're still hard at work improving this feature. You should be able to just drop in a dyld_shared_cache and use the 'Shared Cache Triage' view to load and analyze images. | |||
