Bug ID 15988
Summary thread step over misbehaves after crash
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
After the inferior process crashes, the 'thread step-over' command does not
work as expected on Linux. If this command is executed immediately after a
crash, the process will skip over the step that caused the crash.
I'm adding a test case to test/functionalities/inferior-crashing that
reproduces this behavior.