LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 16172 - Continue after process interrupt does not work correctly
Summary: Continue after process interrupt does not work correctly
Status: RESOLVED FIXED
Alias: None
Product: lldb
Classification: Unclassified
Component: All Bugs (show other bugs)
Version: unspecified
Hardware: PC All
: P normal
Assignee: LLDB commit list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-28 17:26 PDT by Andy Kaylor
Modified: 2016-06-07 17:14 PDT (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Kaylor 2013-05-28 17:26:16 PDT
When an inferior has been interrupted with the "process interrupt" command, the process cannot be restarted because lldb doesn't recognize that the process has been stopped.

This is demonstrated on Linux and Darwin by ThreadStateTestCase.test_process_interrupt_with_[dsym|dwarf] (test/functionalities/thread/state).
Comment 1 labath 2016-06-07 17:14:44 PDT
This should be working now.