[Bug 16171] New: thread step-over and step-in do not function properly with multiple threads on Linux

Bug ID 16171
Summary thread step-over and step-in do not function properly with multiple threads on Linux
Product lldb
Version unspecified
Hardware PC
OS Linux
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@cs.uiuc.edu
Reporter andrew.kaylor@intel.com
Classification Unclassified

There are variants of the CreateDuringStepCase which attempt to use the 'thread
step-over -m all-threads' and 'thread step-over -m all-threads' commands to
step until an event occurs in another thread.  For some reason the stepping
does not work properly in these cases.

Andy Kaylor changed bug 16171

What | Removed | Added |

  • | - | - |
    Status | NEW | RESOLVED |
    Resolution | — | FIXED |

Comment # 1 on bug 16171 from Andy Kaylor

This problem was fixed by r182809.  The fact that stepping was working
correctly was obscured by some errors in the test that had previously shown the
problem.  The test errors are fixed by r182888.