diff options
author | Tamas Berghammer <tberghammer@google.com> | 2015-04-22 10:00:23 +0000 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2015-04-22 10:00:23 +0000 |
commit | e7708688baff20eb8ed64c9bb7142ac0bd67081e (patch) | |
tree | 292ec085b7316a6fbc25370aa643e2eeb1928dd8 /llvm/lib/Bitcode | |
parent | 701db3674497f3a2d91613feee805cf01922c054 (diff) | |
download | bcm5719-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/Bitcode')
0 files changed, 0 insertions, 0 deletions