public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb: run black code formatter on gdbarch_components.py
@ 2023-04-06 15:36 Andrew Burgess
  0 siblings, 0 replies; only message in thread
From: Andrew Burgess @ 2023-04-06 15:36 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a52aeef9237096bbde1c3092a4860d12c3778ffb

commit a52aeef9237096bbde1c3092a4860d12c3778ffb
Author: Andrew Burgess <aburgess@redhat.com>
Date:   Thu Apr 6 16:34:17 2023 +0100

    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.

Diff:
---
 gdb/gdbarch_components.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/gdbarch_components.py b/gdb/gdbarch_components.py
index d30c537ee1c..9f0430c7770 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",

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-06 15:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-06 15:36 [binutils-gdb] gdb: run black code formatter on gdbarch_components.py Andrew Burgess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).