feat(gdb): Make gdb code mostly platform/architecture-independent#1315
Open
fogti wants to merge 14 commits intohermit-os:mainfrom
Open
feat(gdb): Make gdb code mostly platform/architecture-independent#1315fogti wants to merge 14 commits intohermit-os:mainfrom
fogti wants to merge 14 commits intohermit-os:mainfrom
Conversation
74beebd to
41ba7d8
Compare
f37bf70 to
a2f888d
Compare
790dcba to
f273035
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1315 +/- ##
==========================================
+ Coverage 76.39% 76.79% +0.39%
==========================================
Files 29 29
Lines 4266 4292 +26
==========================================
+ Hits 3259 3296 +37
+ Misses 1007 996 -11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3305c62 to
8c1c72c
Compare
Contributor
Author
|
Should something be done about the integration test |
8c1c72c to
aa90cfc
Compare
Contributor
Author
|
The main reason I didn't squash this yet is because we might need to undo parts of this later (e.g. the part that messes with the |
aa90cfc to
03eb026
Compare
This is a squash of many intermediate, quite experimental steps, which made rebasing essentially impossible. Co-authored-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
- Use macOS-specific KickSignal - Fix some XhyveCpu implementations - Stub out/exclude unused gdb portions - Use explicit allow(dead_code) to show warnings/what's missing - Add placeholder AllBreakpoints for macOS - Add placeholder DebugExitInfo (may need to be replaced)
… to see missing parts
03eb026 to
09a31e2
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.
This is a squash of many intermediate, quite experimental steps, which made rebasing essentially impossible.
Supersedes fogti#1