-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to the Disassembly View
- Manual disassembly “file names” will now match automatic ones - preventing you from possibly having two copies of the same disassembly opened at once. - If there are multiple functions with the same name (two static functions with the same name in two different compilation units) you can now chose between them when manually opening a disassembly view. - Stepping mode will now reflect your currently focused editor for manually disassembled functions; if the currently focused editor is the disassembly for the current frame then instruction level stepping is used - otherwise source line level stepping is used. (If you are disassembly because it was unable to locate source or you set forced disassembly mode instruction level stepping will also be used.)
- Loading branch information
Showing
3 changed files
with
149 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters