-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Pedro Alves edited this page Feb 4, 2016
·
13 revisions
Welcome to Pedro Alves's in-process GDB work home page.
The "upstream" branch is a pristine mirror from upstream; check the other branches.
Most of these branches are rebase branches, meaning I'm rewriting history all the time, getting patches cleaned up for pushing upstream (using stgit). Use "git pull --rebase" if you decide to work on top.
x86 / amd64 software single-step implementation. Useful for testing changes that would affect software single-step targets, like ARM GNU/Linux or MIPS GNU/Linux, right on x86.
This forces single-step for all resumes, even "continue". Running the testsuite with this serves as a cheap strain test for software single-step, and displaced-stepping implementations (like x86's above).