teak-llvm/lldb/packages/Python
Omair Javaid e94459fa6c Corrected aarch64 register no in TestBreakpointConditions.py
Test uses x1 in breakpoint expression while objdump shows that x1 is never used in the code and may have random values.
Using x0 make sure that we are using a registe that will have a positive value and breakpoint expression will evaluate true atleast once.

llvm-svn: 269164
2016-05-11 09:29:14 +00:00
..
lldbsuite Corrected aarch64 register no in TestBreakpointConditions.py 2016-05-11 09:29:14 +00:00