From 4dfc7e5e394f84866cc6c1a49b6cd6b371038cab Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Mon, 12 Aug 2024 21:56:09 +0100 Subject: [PATCH] More improvements to GDB pretty printer script --- include/outcome/detail/revision.hpp | 6 +++--- include/outcome/experimental/status-code | 2 +- include/outcome/outcome_gdb.h | 9 ++++----- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/include/outcome/detail/revision.hpp b/include/outcome/detail/revision.hpp index b63128589a..5851cb72be 100644 --- a/include/outcome/detail/revision.hpp +++ b/include/outcome/detail/revision.hpp @@ -22,6 +22,6 @@ Distributed under the Boost Software License, Version 1.0. */ // Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time -#define OUTCOME_PREVIOUS_COMMIT_REF 271fc9cf0693edb87d52fb496deb2baf54d4ebaa -#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-07-18 14:03:54 +00:00" -#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 271fc9cf +#define OUTCOME_PREVIOUS_COMMIT_REF 4b3414a84ac179cc6ce8ff196ac623329dd77ad9 +#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-08-12 20:56:28 +00:00" +#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 4b3414a8 diff --git a/include/outcome/experimental/status-code b/include/outcome/experimental/status-code index a6689afceb..9d03628702 160000 --- a/include/outcome/experimental/status-code +++ b/include/outcome/experimental/status-code @@ -1 +1 @@ -Subproject commit a6689afceb19ed127ec4a828dcf1597102e6c02d +Subproject commit 9d036287020e6230f56542a874638433a933c7ca diff --git a/include/outcome/outcome_gdb.h b/include/outcome/outcome_gdb.h index c60b524bfb..759bdd6240 100644 --- a/include/outcome/outcome_gdb.h +++ b/include/outcome/outcome_gdb.h @@ -21,8 +21,7 @@ // (See accompanying file Licence.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) - -// Generated on 2024-08-08T21:42:04 +// Generated on 2024-08-12T20:54:21 #ifndef OUTCOME_INLINE_GDB_PRETTY_PRINTER_H #define OUTCOME_INLINE_GDB_PRETTY_PRINTER_H @@ -34,7 +33,7 @@ #pragma clang diagnostic ignored "-Woverlength-strings" #endif __asm__(".pushsection \".debug_gdb_scripts\", \"MS\",@progbits,1\n" - ".byte 4 /* Python Text */\n" + ".ascii \"\\4OUTCOME_INLINE_GDB_PRETTY_PRINTER_H\\n\"\n" ".ascii \"gdb.inlined-script\\n\"\n" ".ascii \"import gdb.printing\\n\"\n" ".ascii \"import os\\n\"\n" @@ -159,6 +158,6 @@ __asm__(".pushsection \".debug_gdb_scripts\", \"MS\",@progbits,1\n" #pragma clang diagnostic pop #endif #endif // defined(__ELF__) -#endif // !defined(OUTCOME_GDB_DISABLE_INLINE) +#endif // !defined(OUTCOME_DISABLE_INLINE_GDB_PRETTY_PRINTERS) -#endif // !defined(OUTCOME_GDB_INLINE_H) +#endif // !defined(OUTCOME_INLINE_GDB_PRETTY_PRINTER_H)