https://llvm.org/bugs/show_bug.cgi?id=26031
Bug ID: 26031 Summary: Ptrace interface unable to set byte select watchpoints on arm-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.jav...@linaro.org CC: llvm-b...@lists.llvm.org Classification: Unclassified Following tests fail on arm-linux: TestWatchLocationWithWatchSet.py TestStepOverWatchpoint.py Ptrace interface fails to set read/write watchpoints on single byte variables which are not word aligned. Following commands fail, in case of TestStepOverWatchpoint: watchpoint set variable -w read g_watch_me_write Following commands fail, in case of TestWatchLocationWithWatchSet: watchpoint set expression -w write -s 1 -- g_char_ptr + 7 Need to do further investigation on how to make sure we can select individual bytes while setting watchpoints on arm. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev