Run black to fix this formatting.
gdb/ChangeLog:
* python/lib/gdb/__init__.py: Format.
Change-Id: I68ea306d1991bf7243b2c8aeeb11719d668851e5
+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.
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: