From 60147ab3146f0418b10a6a4671ea0802cb514432 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Mon, 12 Aug 2024 22:46:10 +0100 Subject: [PATCH] Try again inline GDB pretty printer. --- include/outcome/experimental/status-code | 2 +- include/outcome/outcome_gdb.h | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/include/outcome/experimental/status-code b/include/outcome/experimental/status-code index 9d03628702..85a75b7c00 160000 --- a/include/outcome/experimental/status-code +++ b/include/outcome/experimental/status-code @@ -1 +1 @@ -Subproject commit 9d036287020e6230f56542a874638433a933c7ca +Subproject commit 85a75b7c00f8a0e9501c985d928786d65babb981 diff --git a/include/outcome/outcome_gdb.h b/include/outcome/outcome_gdb.h index 759bdd6240..c44412af11 100644 --- a/include/outcome/outcome_gdb.h +++ b/include/outcome/outcome_gdb.h @@ -21,7 +21,7 @@ // (See accompanying file Licence.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -// Generated on 2024-08-12T20:54:21 +// Generated on 2024-08-12T21:44:07 #ifndef OUTCOME_INLINE_GDB_PRETTY_PRINTER_H #define OUTCOME_INLINE_GDB_PRETTY_PRINTER_H @@ -33,8 +33,7 @@ #pragma clang diagnostic ignored "-Woverlength-strings" #endif __asm__(".pushsection \".debug_gdb_scripts\", \"MS\",@progbits,1\n" - ".ascii \"\\4OUTCOME_INLINE_GDB_PRETTY_PRINTER_H\\n\"\n" - ".ascii \"gdb.inlined-script\\n\"\n" + ".ascii \"\\4gdb.inlined-script.OUTCOME_INLINE_GDB_PRETTY_PRINTER_H\\n\"\n" ".ascii \"import gdb.printing\\n\"\n" ".ascii \"import os\\n\"\n"