Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-01-29 | x86: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-10-23 | target-i386: Ensure always-1 bits on DR6 can't be cleared | Eduardo Habkost | 1 | -1/+1 |
2015-10-23 | target-i386: Check CR4[DE] for processing DR4/DR5 | Richard Henderson | 1 | -5/+41 |
2015-10-23 | target-i386: Handle I/O breakpoints | Eduardo Habkost | 1 | -27/+72 |
2015-10-23 | target-i386: Optimize setting dr[0-3] | Richard Henderson | 1 | -3/+8 |
2015-10-23 | target-i386: Move hw_*breakpoint_* functions | Richard Henderson | 1 | -1/+28 |
2015-10-23 | target-i386: Ensure bit 10 on DR7 is never cleared | Eduardo Habkost | 1 | -0/+2 |
2015-10-23 | target-i386: Re-introduce optimal breakpoint removal | Richard Henderson | 1 | -6/+28 |
2015-10-23 | target-i386: Introduce cpu_x86_update_dr7 | Richard Henderson | 1 | -11/+18 |
2015-10-02 | target-i386: Make check_hw_breakpoints static | Richard Henderson | 1 | -1/+1 |
2015-10-02 | target-i386: Move breakpoint related functions to new file | Richard Henderson | 1 | -0/+182 |