Conversation
Collaborator
jdupak
commented
Jan 1, 2026
- Machine: Fix start address
- GUI: Move assembler integration out of the main window
- ASM: Refactor address name
- Debuginfo support
- Debuginfo tests and CLI tracing
Code can start ad 0x0.
Adds support for mapping addresses to source file locations (line numbers) for both integrated assembler and DWARF. Add functionality to follow the execution in source files (automatically opening source files) ad well double click mapping from program dock.
d083d97 to
94be0df
Compare
Member
|
Thanks a lot for the effort. I have tried to build the branch with next confguration and there seems to be problem in the linking of the As for the address to locate in the sources, it seems to focus on next PC address. It would be better to focuss on the address selected in program windows, i.e. Follow fetch, Follow decode, Follow execute etc. The integrated assembler mapping to source line seems to be working but for GCC compiled program I receive Tested program: https://gitlab.fel.cvut.cz/b35apo/stud-support/-/tree/master/seminaries/qtrvsim/os-emu-example?ref_type=heads GCC version: Debian 14.2.0-19 binutils: Debian 2.44 Have you tested with GCC or LLVM compiled code? |
db46777 to
cbb398d
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.