Skip to content
Snippets Groups Projects
Commit 7ffc3733 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Debugger/CDB: Fix stack view when attaching to crashed app.


The timer for event-delivery time-out checking when attaching to a
crashed process in the case of not being spawned by the handler
(such as via single-application remote command) triggered too
early. Add a 'moduleLoaded()' signal to CoreEngine and trigger
from there (due to lack of a proper "engine up/attached"
notification.
Emit moduleLoaded() from the first timed-out debug event handler when
modules no longer change.
Reviewed-by: default avatarRobert Loehning <robert.loehning@nokia.com>
parent 7f2dea7c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment