-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add exception tables support #6
Comments
82marbag
added a commit
to 82marbag/ktf
that referenced
this issue
Sep 5, 2021
Signed-off-by: 82marbag <[email protected]>
82marbag
added a commit
to 82marbag/ktf
that referenced
this issue
Sep 5, 2021
Signed-off-by: Daniele Ahmed <[email protected]> # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Sun Sep 5 16:58:10 2021 -0400 # # On branch extables # Changes to be committed: # modified: arch/x86/link.ld # modified: arch/x86/traps.c # modified: include/lib.h # modified: include/mm/regions.h # modified: mm/regions.c # modified: tests/test.c # # Changes not staged for commit: # modified: Makefile # # Untracked files: # compile_commands.json # include/extables.h #
82marbag
added a commit
to 82marbag/ktf
that referenced
this issue
Sep 5, 2021
Signed-off-by: Daniele Ahmed <[email protected]>
82marbag
added a commit
to 82marbag/ktf
that referenced
this issue
Sep 6, 2021
Signed-off-by: Daniele Ahmed <[email protected]>
82marbag
added a commit
to 82marbag/ktf
that referenced
this issue
Sep 6, 2021
Add support for exception tables. It is possible to register an address that triggers an exception to call an handler, jump to a fixup address or both. Signed-off-by: Daniele Ahmed <[email protected]>
82marbag
added a commit
to 82marbag/ktf
that referenced
this issue
Sep 6, 2021
Add support for exception tables. It is possible to register an address that triggers an exception to call an handler, jump to a fixup address or both. Signed-off-by: Daniele Ahmed <[email protected]>
82marbag
added a commit
to 82marbag/ktf
that referenced
this issue
Sep 6, 2021
Add support for exception tables. It is possible to register an address that triggers an exception to call an handler, jump to a fixup address or both. Signed-off-by: Daniele Ahmed <[email protected]>
Merged
Merged
82marbag
added a commit
to 82marbag/ktf
that referenced
this issue
Sep 9, 2021
Add support for exception tables. It is possible to register an address that triggers an exception to call an handler, jump to a fixup address or both. Signed-off-by: Daniele Ahmed <[email protected]>
82marbag
added a commit
to 82marbag/ktf
that referenced
this issue
Sep 9, 2021
Add support for exception tables. It is possible to register an address that triggers an exception to call an handler, jump to a fixup address or both. Signed-off-by: Daniele Ahmed <[email protected]>
82marbag
added a commit
to 82marbag/ktf
that referenced
this issue
Sep 10, 2021
Add support for exception tables. It is possible to register an address that triggers an exception to call an handler, jump to a fixup address or both. Signed-off-by: Daniele Ahmed <[email protected]>
wipawel
pushed a commit
that referenced
this issue
Sep 10, 2021
Add support for exception tables. It is possible to register an address that triggers an exception to call an handler, jump to a fixup address or both. Signed-off-by: Daniele Ahmed <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: