Debug: sync apps on attach, makes it possible to debug already started app that has crashed (#2778)
This commit is contained in:
parent
5334a0ab92
commit
4ddfe05a59
@ -188,6 +188,7 @@ class FlipperAppStateHelper:
|
|||||||
)
|
)
|
||||||
self.app_type_ptr = gdb.lookup_type("FlipperApplication").pointer()
|
self.app_type_ptr = gdb.lookup_type("FlipperApplication").pointer()
|
||||||
self.app_list_entry_type = gdb.lookup_type("struct FlipperApplicationList_s")
|
self.app_list_entry_type = gdb.lookup_type("struct FlipperApplicationList_s")
|
||||||
|
self._sync_apps()
|
||||||
|
|
||||||
def handle_stop(self, event) -> None:
|
def handle_stop(self, event) -> None:
|
||||||
self._sync_apps()
|
self._sync_apps()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user