mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-28 14:08:09 +08:00
gdb: fix python/lib/gdb/__init__.py formatting
Run black to fix this formatting. gdb/ChangeLog: * python/lib/gdb/__init__.py: Format. Change-Id: I68ea306d1991bf7243b2c8aeeb11719d668851e5
This commit is contained in:
@ -94,10 +94,10 @@ def _execute_unwinders(pending_frame):
|
||||
Returns:
|
||||
Tuple with:
|
||||
|
||||
[0] gdb.UnwindInfo instance
|
||||
[1] Name of unwinder that claimed the frame (type `str`)
|
||||
[0] gdb.UnwindInfo instance
|
||||
[1] Name of unwinder that claimed the frame (type `str`)
|
||||
|
||||
or None, if no unwinder has claimed the frame.
|
||||
or None, if no unwinder has claimed the frame.
|
||||
"""
|
||||
for objfile in objfiles():
|
||||
for unwinder in objfile.frame_unwinders:
|
||||
|
Reference in New Issue
Block a user