Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting a breakpoint on the entry point of an interrupt handler didn't work #225

Open
wants to merge 260 commits into
base: master
Choose a base branch
from

Conversation

marcelachim
Copy link

Added a check for a breakpoint once an interrupt is raised and the PC is set to the entry point.

privat added 30 commits August 17, 2023 21:26
in 64bit mode, argc and pointers in argv are 64 bit wide in memory.

This change makes the argc/argv more consistent with the expected memory handling in 64 bit.

It also makes assembly code compatible with the Linux-RV64 ABI

Signed-off-by: Jean Privat <[email protected]>
Same code can run in RARS/bare metal/qemu
ElTitoDG and others added 30 commits August 16, 2024 13:17
Added the conversion tool to the right of the speed slider. It consists of 4 fields for each format: Decimal, Hex, Binary and Ascii, and is automatically updated when the user types in any of the fields.
Consolidate and update LICENSE file
Fix 32 bit mode reading long in readInt syscall
…Subnormal

Fix minor bugs in the way FloatRepresentation tool displays subnormal numbers
Fix "call" pseudo instruction that uselessly modified register "t1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants