aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2023-04-06 16:34:17 +0100
committerAndrew Burgess <aburgess@redhat.com>2023-04-06 16:34:17 +0100
commita52aeef9237096bbde1c3092a4860d12c3778ffb (patch)
tree8afa6cb7721a4ff5a0acf6226a1ee25c9b15a9b3 /gdb
parentd344cef4bf500f01ae326c2bd844a736de50fa41 (diff)
downloadgdb-a52aeef9237096bbde1c3092a4860d12c3778ffb.zip
gdb-a52aeef9237096bbde1c3092a4860d12c3778ffb.tar.gz
gdb-a52aeef9237096bbde1c3092a4860d12c3778ffb.tar.bz2
gdb: run black code formatter on gdbarch_components.py
The following commit changed gdbarch_components.py but failed to format it with black: commit cf141dd8ccd36efe833aae3ccdb060b517cc1112 Date: Wed Feb 22 12:15:34 2023 +0000 gdb: fix reg corruption from displaced stepping on amd64 This commit just runs black on the file and commits the result. The change is just the addition of an extra "," -- there will be no change to the generated source files after this commit. There will be no user visible changes after this commit.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/gdbarch_components.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch_components.py b/gdb/gdbarch_components.py
index d30c537..9f0430c 100644
--- a/gdb/gdbarch_components.py
+++ b/gdb/gdbarch_components.py
@@ -1804,7 +1804,7 @@ see the comments in infrun.c.
("CORE_ADDR", "from"),
("CORE_ADDR", "to"),
("struct regcache *", "regs"),
- ("bool", "completed_p")
+ ("bool", "completed_p"),
],
predicate=False,
predefault="NULL",