mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-30 21:34:42 +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:
@ -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>
|
2021-06-22 Simon Marchi <simon.marchi@polymtl.ca>
|
||||||
|
|
||||||
* infrun.c (do_target_wait): Remove wait_ptid parameter.
|
* infrun.c (do_target_wait): Remove wait_ptid parameter.
|
||||||
|
@ -94,10 +94,10 @@ def _execute_unwinders(pending_frame):
|
|||||||
Returns:
|
Returns:
|
||||||
Tuple with:
|
Tuple with:
|
||||||
|
|
||||||
[0] gdb.UnwindInfo instance
|
[0] gdb.UnwindInfo instance
|
||||||
[1] Name of unwinder that claimed the frame (type `str`)
|
[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 objfile in objfiles():
|
||||||
for unwinder in objfile.frame_unwinders:
|
for unwinder in objfile.frame_unwinders:
|
||||||
|
Reference in New Issue
Block a user