From patchwork Fri Nov 18 16:57:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Andrew Burgess X-Patchwork-Id: 60850 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 105A5385222B for ; Fri, 18 Nov 2022 16:58:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 105A5385222B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668790719; bh=YaSdimHe/Z0Gvpd/Mh+bh4FqcfBPkcYt5ZwWmPUs+Dc=; h=To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=b+i7lJPkHUpT34NJ6g/ZLaHeHA928a/Xz1/LXGWHngT6S9mE2rreKeiHPL3LKZZe4 3wEJcf6kkBfRp5IXohxax2X6hhEDB1EUV1LCIFINNELVL10mMOdxub1pAV7dT3UlwZ HxkEcYuxqDUIgLxilxPQWBmn+Z/VEUsGMA/ZIKA8= X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 4A1373854579 for ; Fri, 18 Nov 2022 16:57:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4A1373854579 Received: from mail-wr1-f70.google.com (mail-wr1-f70.google.com [209.85.221.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-630-FWRTM5qlM4Cm6pcGPP1bdw-1; Fri, 18 Nov 2022 11:57:40 -0500 X-MC-Unique: FWRTM5qlM4Cm6pcGPP1bdw-1 Received: by mail-wr1-f70.google.com with SMTP id v12-20020adfa1cc000000b00236eaee7197so1793271wrv.0 for ; Fri, 18 Nov 2022 08:57:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=YaSdimHe/Z0Gvpd/Mh+bh4FqcfBPkcYt5ZwWmPUs+Dc=; b=Gv6RBFEm/g8pJt4tPb9nvn5R6lGpJI7SiFPJeAjjgTa71J8evpwKQ5+bWEahGV3Zvr xQWLqaHiU+wJRHut3P0AHIO8AUHGNDCeuLIAICBTYg/MV0kKlVAkip+TdeD0y0USiL2c cq3Ym0kLsu6Dlm9qIiXJZ8BfLz6GYqOLF/H+wvxUZwLEOUPOM0yt1NXQ6ZQUQ0+Oo4cv 7cfpvu7wwEovx125yQS4S3pes4i+RTkfgTKTpjFtZSNQBLPdepVqVyuXdW49ag941foU KQBS0ZGKjztjYda2gfjsNjeQJJhqu/qrpXz6PtYS5E+h5QWzZ6goMCwpMieIoL3sZeQR 6ZBQ== X-Gm-Message-State: ANoB5plF3wWclX+NxS2dEIIAaX7uvrkzvn0Cwj+s1GLbbtGecs4apcuQ cZuNQOyi5J9CahFNTPMQeNl6I2v6RTmV8/IFYQw4toZLGjIzpq7M/EXSA8Lf4gEUBBEdrd1c6O3 V6esAmnshXNfSJjjmcIqA5YEPGZfDcIZZ4RBl/G4pcALztWdnj3Kkgo1a9VQYIFmwuddf1IFZsw == X-Received: by 2002:a05:600c:2296:b0:3cf:baa6:8ca5 with SMTP id 22-20020a05600c229600b003cfbaa68ca5mr8932793wmf.178.1668790659232; Fri, 18 Nov 2022 08:57:39 -0800 (PST) X-Google-Smtp-Source: AA0mqf5wxKW6ZzQXu88/kTVkMLQH9azz83Se7hVXQr9+Y9E/+dM0+PBPZiSzbySEOX0u6FmI7YrZ/w== X-Received: by 2002:a05:600c:2296:b0:3cf:baa6:8ca5 with SMTP id 22-20020a05600c229600b003cfbaa68ca5mr8932767wmf.178.1668790658730; Fri, 18 Nov 2022 08:57:38 -0800 (PST) Received: from localhost ([31.111.84.238]) by smtp.gmail.com with ESMTPSA id c3-20020adffb43000000b00225307f43fbsm3922488wrs.44.2022.11.18.08.57.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Nov 2022 08:57:38 -0800 (PST) To: gdb-patches@sourceware.org Cc: Andrew Burgess Subject: [PATCHv3 2/3] gdb/disasm: mark functions passed to the disassembler noexcept Date: Fri, 18 Nov 2022 16:57:31 +0000 Message-Id: <2513c776a59b7d7e1446a81c10157bc40e3e8ba3.1668790576.git.aburgess@redhat.com> X-Mailer: git-send-email 2.25.4 In-Reply-To: References: MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-11.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Andrew Burgess via Gdb-patches From: Andrew Burgess Reply-To: Andrew Burgess Errors-To: gdb-patches-bounces+patchwork=sourceware.org@sourceware.org Sender: "Gdb-patches" While working on another patch, Simon pointed out that GDB could be improved by marking the functions passed to the disassembler as noexcept. https://sourceware.org/pipermail/gdb-patches/2022-October/193084.html The reason this is important is the on some hosts, libopcodes, being C code, will not be compiled with support for handling exceptions. As such, an attempt to throw an exception over libopcodes code will cause GDB to terminate. See bug gdb/29712 for an example of when this happened. In this commit all the functions that are passed to the disassembler, and which might be used as callbacks by libopcodes are marked noexcept. Ideally, I would have liked to change these typedefs: using read_memory_ftype = decltype (disassemble_info::read_memory_func); using memory_error_ftype = decltype (disassemble_info::memory_error_func); using print_address_ftype = decltype (disassemble_info::print_address_func); using fprintf_ftype = decltype (disassemble_info::fprintf_func); using fprintf_styled_ftype = decltype (disassemble_info::fprintf_styled_func); which are declared in disasm.h, as including the noexcept keyword. However, when I tried this, I ran into this warning/error: In file included from ../../src/gdb/disasm.c:25: ../../src/gdb/disasm.h: In constructor ‘gdb_printing_disassembler::gdb_printing_disassembler(gdbarch*, ui_file*, gdb_disassemble_info::read_memory_ftype, gdb_disassemble_info::memory_error_ftype, gdb_disassemble_info::print_address_ftype)’: ../../src/gdb/disasm.h:116:3: error: mangled name for ‘gdb_printing_disassembler::gdb_printing_disassembler(gdbarch*, ui_file*, gdb_disassemble_info::read_memory_ftype, gdb_disassemble_info::memory_error_ftype, gdb_disassemble_info::print_address_ftype)’ will change in C++17 because the exception specification is part of a function type [-Werror=noexcept-type] 116 | gdb_printing_disassembler (struct gdbarch *gdbarch, | ^~~~~~~~~~~~~~~~~~~~~~~~~ So I've left that change out. This does mean that if somebody adds a new use of the disassembler classes in the future, and forgets to mark the callbacks as noexcept, this will compile fine. We'll just have to manually check for that during review. --- gdb/disasm-selftests.c | 5 +++-- gdb/disasm.c | 25 +++++++++++++------------ gdb/disasm.h | 22 ++++++++++++++-------- gdb/guile/scm-disasm.c | 2 +- gdb/python/py-disasm.c | 12 ++++++------ 5 files changed, 37 insertions(+), 29 deletions(-) diff --git a/gdb/disasm-selftests.c b/gdb/disasm-selftests.c index db2d1e0ac59..10df1a1980d 100644 --- a/gdb/disasm-selftests.c +++ b/gdb/disasm-selftests.c @@ -234,7 +234,8 @@ print_one_insn_test (struct gdbarch *gdbarch) size_t m_len; static int read_memory (bfd_vma memaddr, gdb_byte *myaddr, - unsigned int len, struct disassemble_info *info) + unsigned int len, + struct disassemble_info *info) noexcept { gdb_disassembler_test *self = static_cast(info->application_data); @@ -296,7 +297,7 @@ memory_error_test (struct gdbarch *gdbarch) static int read_memory (bfd_vma memaddr, gdb_byte *myaddr, unsigned int len, - struct disassemble_info *info) + struct disassemble_info *info) noexcept { /* Always return an error. */ return -1; diff --git a/gdb/disasm.c b/gdb/disasm.c index 60f95c398a9..e64cf69b250 100644 --- a/gdb/disasm.c +++ b/gdb/disasm.c @@ -191,7 +191,7 @@ line_has_code_p (htab_t table, struct symtab *symtab, int line) int gdb_disassembler_memory_reader::dis_asm_read_memory (bfd_vma memaddr, gdb_byte *myaddr, unsigned int len, - struct disassemble_info *info) + struct disassemble_info *info) noexcept { return target_read_code (memaddr, myaddr, len); } @@ -199,8 +199,8 @@ gdb_disassembler_memory_reader::dis_asm_read_memory /* Wrapper of memory_error. */ void -gdb_disassembler::dis_asm_memory_error (int err, bfd_vma memaddr, - struct disassemble_info *info) +gdb_disassembler::dis_asm_memory_error + (int err, bfd_vma memaddr, struct disassemble_info *info) noexcept { gdb_disassembler *self = static_cast(info->application_data); @@ -211,8 +211,8 @@ gdb_disassembler::dis_asm_memory_error (int err, bfd_vma memaddr, /* Wrapper of print_address. */ void -gdb_disassembler::dis_asm_print_address (bfd_vma addr, - struct disassemble_info *info) +gdb_disassembler::dis_asm_print_address + (bfd_vma addr, struct disassemble_info *info) noexcept { gdb_disassembler *self = static_cast(info->application_data); @@ -256,7 +256,7 @@ gdb_printing_disassembler::stream_from_gdb_disassemble_info (void *dis_info) int gdb_printing_disassembler::fprintf_func (void *dis_info, - const char *format, ...) + const char *format, ...) noexcept { ui_file *stream = stream_from_gdb_disassemble_info (dis_info); @@ -272,9 +272,9 @@ gdb_printing_disassembler::fprintf_func (void *dis_info, /* See disasm.h. */ int -gdb_printing_disassembler::fprintf_styled_func (void *dis_info, - enum disassembler_style style, - const char *format, ...) +gdb_printing_disassembler::fprintf_styled_func + (void *dis_info, enum disassembler_style style, + const char *format, ...) noexcept { ui_file *stream = stream_from_gdb_disassemble_info (dis_info); gdb_printing_disassembler *dis = (gdb_printing_disassembler *) dis_info; @@ -1220,8 +1220,8 @@ gdb_insn_length (struct gdbarch *gdbarch, CORE_ADDR addr) /* See disasm.h. */ int -gdb_non_printing_disassembler::null_fprintf_func (void *stream, - const char *format, ...) +gdb_non_printing_disassembler::null_fprintf_func + (void *stream, const char *format, ...) noexcept { return 0; } @@ -1230,7 +1230,8 @@ gdb_non_printing_disassembler::null_fprintf_func (void *stream, int gdb_non_printing_disassembler::null_fprintf_styled_func - (void *stream, enum disassembler_style style, const char *format, ...) + (void *stream, enum disassembler_style style, + const char *format, ...) noexcept { return 0; } diff --git a/gdb/disasm.h b/gdb/disasm.h index b7d16744c20..58c6c623098 100644 --- a/gdb/disasm.h +++ b/gdb/disasm.h @@ -51,7 +51,13 @@ struct gdb_disassemble_info protected: - /* Types for the function callbacks within m_di. */ + /* Types for the function callbacks within m_di. It would be nice if + these function types were all defined to include the noexcept + keyword, as every implementation of these must be noexcept. However, + using noexcept within a function typedef like this is a C++17 + feature, trying to do this for earlier C++ versions results in a + warning from GCC/Clang, and the noexcept isn't checked. After we + move to C++17 these should be updated to add noexcept. */ using read_memory_ftype = decltype (disassemble_info::read_memory_func); using memory_error_ftype = decltype (disassemble_info::memory_error_func); using print_address_ftype = decltype (disassemble_info::print_address_func); @@ -127,7 +133,7 @@ struct gdb_printing_disassembler : public gdb_disassemble_info /* Callback used as the disassemble_info's fprintf_func callback. The DIS_INFO pointer is a pointer to a gdb_printing_disassembler object. Content is written to the m_stream extracted from DIS_INFO. */ - static int fprintf_func (void *dis_info, const char *format, ...) + static int fprintf_func (void *dis_info, const char *format, ...) noexcept ATTRIBUTE_PRINTF(2,3); /* Callback used as the disassemble_info's fprintf_styled_func callback. @@ -135,7 +141,7 @@ struct gdb_printing_disassembler : public gdb_disassemble_info object. Content is written to the m_stream extracted from DIS_INFO. */ static int fprintf_styled_func (void *dis_info, enum disassembler_style style, - const char *format, ...) + const char *format, ...) noexcept ATTRIBUTE_PRINTF(3,4); /* Return true if the disassembler is considered inside a comment, false @@ -187,14 +193,14 @@ struct gdb_non_printing_disassembler : public gdb_disassemble_info /* Callback used as the disassemble_info's fprintf_func callback, this doesn't write anything to STREAM, but just returns 0. */ - static int null_fprintf_func (void *stream, const char *format, ...) + static int null_fprintf_func (void *stream, const char *format, ...) noexcept ATTRIBUTE_PRINTF(2,3); /* Callback used as the disassemble_info's fprintf_styled_func callback, , this doesn't write anything to STREAM, but just returns 0. */ static int null_fprintf_styled_func (void *stream, enum disassembler_style style, - const char *format, ...) + const char *format, ...) noexcept ATTRIBUTE_PRINTF(3,4); }; @@ -208,7 +214,7 @@ struct gdb_disassembler_memory_reader /* Implements the read_memory_func disassemble_info callback. */ static int dis_asm_read_memory (bfd_vma memaddr, gdb_byte *myaddr, unsigned int len, - struct disassemble_info *info); + struct disassemble_info *info) noexcept; }; /* A non-printing disassemble_info management class. The disassemble_info @@ -281,9 +287,9 @@ struct gdb_disassembler : public gdb_printing_disassembler, static bool use_ext_lang_colorization_p; static void dis_asm_memory_error (int err, bfd_vma memaddr, - struct disassemble_info *info); + struct disassemble_info *info) noexcept; static void dis_asm_print_address (bfd_vma addr, - struct disassemble_info *info); + struct disassemble_info *info) noexcept; /* Return true if we should use the extension language to apply disassembler styling. This requires disassembler styling to be on diff --git a/gdb/guile/scm-disasm.c b/gdb/guile/scm-disasm.c index 992a64b9331..c0957559136 100644 --- a/gdb/guile/scm-disasm.c +++ b/gdb/guile/scm-disasm.c @@ -106,7 +106,7 @@ gdbscm_disasm_read_memory_worker (void *datap) static int gdbscm_disasm_read_memory (bfd_vma memaddr, bfd_byte *myaddr, unsigned int length, - struct disassemble_info *dinfo) + struct disassemble_info *dinfo) noexcept { gdbscm_disassembler *self = static_cast (dinfo->application_data); diff --git a/gdb/python/py-disasm.c b/gdb/python/py-disasm.c index 1d460997831..a25252b4306 100644 --- a/gdb/python/py-disasm.c +++ b/gdb/python/py-disasm.c @@ -101,12 +101,12 @@ struct gdbpy_disassembler : public gdb_printing_disassembler /* Callbacks used by disassemble_info. */ static void memory_error_func (int status, bfd_vma memaddr, - struct disassemble_info *info); + struct disassemble_info *info) noexcept; static void print_address_func (bfd_vma addr, - struct disassemble_info *info); + struct disassemble_info *info) noexcept; static int read_memory_func (bfd_vma memaddr, gdb_byte *buff, unsigned int len, - struct disassemble_info *info); + struct disassemble_info *info) noexcept; /* Return a reference to an optional that contains the address at which a memory error occurred. The optional will only have a value if a @@ -513,7 +513,7 @@ disasmpy_info_progspace (PyObject *self, void *closure) int gdbpy_disassembler::read_memory_func (bfd_vma memaddr, gdb_byte *buff, unsigned int len, - struct disassemble_info *info) + struct disassemble_info *info) noexcept { gdbpy_disassembler *dis = static_cast (info->application_data); @@ -658,7 +658,7 @@ disasmpy_result_init (PyObject *self, PyObject *args, PyObject *kwargs) void gdbpy_disassembler::memory_error_func (int status, bfd_vma memaddr, - struct disassemble_info *info) + struct disassemble_info *info) noexcept { gdbpy_disassembler *dis = static_cast (info->application_data); @@ -669,7 +669,7 @@ gdbpy_disassembler::memory_error_func (int status, bfd_vma memaddr, void gdbpy_disassembler::print_address_func (bfd_vma addr, - struct disassemble_info *info) + struct disassemble_info *info) noexcept { gdbpy_disassembler *dis = static_cast (info->application_data);