diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2024-02-12 11:47:27 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2024-02-12 12:10:34 -0500 |
commit | b9885796f8a732a5e2ddb9569f887ea44844c736 (patch) | |
tree | cd298d94bd0764fbff98afbecc82d984b636c2df /gdb/python | |
parent | d86205c3ec49b0edadfa2b3e568b3d852f0a6e1f (diff) | |
download | binutils-b9885796f8a732a5e2ddb9569f887ea44844c736.zip binutils-b9885796f8a732a5e2ddb9569f887ea44844c736.tar.gz binutils-b9885796f8a732a5e2ddb9569f887ea44844c736.tar.bz2 |
gdb: re-format Python files with black 24.1.1
New year, new black version.
Change-Id: I664601e6dd255358063e15f6d73bc5f02c8f2b9d
Diffstat (limited to 'gdb/python')
-rw-r--r-- | gdb/python/lib/gdb/FrameDecorator.py | 1 | ||||
-rw-r--r-- | gdb/python/lib/gdb/command/prompt.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gdb/python/lib/gdb/FrameDecorator.py b/gdb/python/lib/gdb/FrameDecorator.py index 8278146..82412de 100644 --- a/gdb/python/lib/gdb/FrameDecorator.py +++ b/gdb/python/lib/gdb/FrameDecorator.py @@ -251,7 +251,6 @@ class SymValueWrapper(object): class FrameVars(object): - """Utility class to fetch and store frame local variables, or frame arguments.""" diff --git a/gdb/python/lib/gdb/command/prompt.py b/gdb/python/lib/gdb/command/prompt.py index d828374..2cfb25d 100644 --- a/gdb/python/lib/gdb/command/prompt.py +++ b/gdb/python/lib/gdb/command/prompt.py @@ -21,7 +21,6 @@ import gdb.prompt class _ExtendedPrompt(gdb.Parameter): - """Set the extended prompt. Usage: set extended-prompt VALUE |