On MIPS architecture, it is possible to use same hardware register for 2 different variables with same watch mask(address & ~7).
wp_addr passed by server is sometime of other same masked variable, so we always rely on wp_hit_addr to search the
correct watchpoint.
Details
Details
- Reviewers
clayborg jingham brucem - Commits
- rG5df85cebfb7f: [LLDB][MIPS] fix watchpoint searched on client side for same masked variables
rLLDB249837: [LLDB][MIPS] fix watchpoint searched on client side for same masked variables
rL249837: [LLDB][MIPS] fix watchpoint searched on client side for same masked variables
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | ||
---|---|---|
2108 ↗ | (On Diff #36838) | Missing a space between if and (. |