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:
Simon Marchi 2021-06-22 15:07:50 -04:00
parent ac0d67ed1d
commit 224506e95d
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2021-06-22 Simon Marchi <simon.marchi@polymtl.ca>
* python/lib/gdb/__init__.py: Format.
2021-06-22 Simon Marchi <simon.marchi@polymtl.ca>
* infrun.c (do_target_wait): Remove wait_ptid parameter.

View file

@ -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: