-
Notifications
You must be signed in to change notification settings - Fork 588
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instead of having
ReplayCommand
stash a pointer to the GdbServer
…
…for use by the signal handler, have it store the `stop_replaying_to_target` boolean flag directly and point the `GdbServer` at it. This will make it easier to refactor further so that `ReplayCommand` never needs to see the `GdbServer` object at all.
- Loading branch information
1 parent
4e33cad
commit bc64818
Showing
3 changed files
with
16 additions
and
24 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