You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When stepping on any CPU breakpoint instruction, the PC does not progress. Instead, you have to progress with a continue to a breakpoint. This is inconvenient and breaks with intuition.
Expected Behavior
Single step should work from a CPU breakpoint instruction.
## Description
Improvements to the core for:
1. Add windbg workaround PCD to allow disabling for native GDB systems.
2. Add break reason for debugger initiated breakpoints
3. Add workaround for #10
4. Fix `.reboot` not working
Improvements to UEFI Extension:
1. Cleaned up help function
2. Added crude implementation for adv logger parser
- [x] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [x] Includes documentation?
## How This Was Tested
Local tests on QEMU
## Integration Instructions
N/A
I worked around this, the real fix went in with #23 but this will require an update from windbgx in microsoft/WinDbg-Samples#108 before the workaround can be removed.
Leaving this open until the work-around can be removed.
## Description
1. Remove workaround where windbgx wasn't able to step when broken on
debug breakpoints for #10. This is fixed in windbgx version
1.2405.3001.0
2. Minor improvements to the info monitor command.
- [x] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?
## How This Was Tested
Tested locally with Q35
## Integration Instructions
N/A
Is there an existing issue for this?
Current Behavior
When stepping on any CPU breakpoint instruction, the PC does not progress. Instead, you have to progress with a continue to a breakpoint. This is inconvenient and breaks with intuition.
Expected Behavior
Single step should work from a CPU breakpoint instruction.
Steps To Reproduce
Break on initial breakpoint.
step
Build Environment
Version Information
Urgency
Medium
Are you going to fix this?
I will fix it
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response
The text was updated successfully, but these errors were encountered: