Bug ID 27710
Summary Ptrace interface doesnt allow un-aligned watchpoints on aarch64 linux
Product lldb
Version unspecified
Hardware PC
OS Linux
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter omair.javaid@linaro.org
CC llvm-bugs@lists.llvm.org
Classification Unclassified
watchpoint tests fail on aarch64 linux because we lack support for installing
unalligned watchpoint.
Following Tests Failing on aarch64-linux target:
functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandLLDB.py
functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py
python_api/watchpoint/condition/TestWatchpointConditionAPI.py
functionalities/watchpoint/watchpoint_events/TestWatchpointEvents.py
functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py
LLDB Revision: 269168