| Age | Commit message (Collapse) | Author |
|
|
|
The down and enter keys now preserve an existing selection in the
associated list or table views, rather than unconditionally selecting or
activating the first item.
|
|
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.
|
|
|
|
Required adding an API to determine if an image is loaded.
|
|
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
|
|
One day, these will share more code, but today is not quite that day.
|
|
- Fix the inconsistent column sizing
- Stop trying to show cross reference at 0
|
|
Also addresses some lints that I thought were possibly worth it.
|
|
|
|
|
|
|
|
In absence of a better name, this commit refactors the shared cache code.
|
|
|
|
|
|
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.
|