summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/interpreter
diff options
context:
space:
mode:
authorSagar Thakur <sagar.thakur@imgtec.com>2015-12-01 05:44:18 +0000
committerSagar Thakur <sagar.thakur@imgtec.com>2015-12-01 05:44:18 +0000
commitd4eb7cc3f3d3c4c6dad711221bb2a86f5dc03eb6 (patch)
treec998f64640c0b1b5777e587c0fab5e7dec9fa55c /lldb/packages/Python/lldbsuite/test/python_api/interpreter
parent05402671b89e66447876ba7c2d345e86a2e88b1a (diff)
downloadbcm5719-llvm-d4eb7cc3f3d3c4c6dad711221bb2a86f5dc03eb6.tar.gz
bcm5719-llvm-d4eb7cc3f3d3c4c6dad711221bb2a86f5dc03eb6.zip
[LLDB][MIPS] Clear bug 25194 - LLDB-Server Assertion raised when single stepping on MIPS
This patch will clear bug 25194 - LLDB-Server Assertion raised when single stepping on MIPS. The problem was that while emulating instructions, old and new pc values would have garbage value in their upper 32 bits. Therefore checking if pc was changed (old_pc == new_pc) would always return false, because of which pc was not getting updated. /* If we haven't changed the PC, change it here */ if (old_pc == new_pc) { new_pc += 4; Context context; return false; } Reviewers: tberghammer, clayborg Subscribers: dsanders, lldb-commits, mohit.bhakkad, bhushan, jaydeep, nitesh.jain Differential: http://reviews.llvm.org/D14633 llvm-svn: 254379
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud