summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-04-22 10:00:23 +0000
committerTamas Berghammer <tberghammer@google.com>2015-04-22 10:00:23 +0000
commite7708688baff20eb8ed64c9bb7142ac0bd67081e (patch)
tree292ec085b7316a6fbc25370aa643e2eeb1928dd8 /llvm/lib
parent701db3674497f3a2d91613feee805cf01922c054 (diff)
downloadbcm5719-llvm-e7708688baff20eb8ed64c9bb7142ac0bd67081e.tar.gz
bcm5719-llvm-e7708688baff20eb8ed64c9bb7142ac0bd67081e.zip
Fix signle stepping on arm when multiple thread is involved
On linux-arm we use software single stepping where setting the new breakpoint is only possible while the process is in stopped state. This CL moves the setup code for single stepping form the SigneStep operation into the Resum method to avoid an error when the process already started when we want to step one of the thread. Differential revision: http://reviews.llvm.org/D9108 llvm-svn: 235494
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud