Skip to content
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.

Branches

* x86_software_single_step

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.

* force_software_single_step_all_the_way

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).

* many more ...

Non-rebase branches

* itsets-v1

* itsets-v2

Contacts

Clone this wiki locally