Skip to content

Commit

Permalink
More improvements to GDB pretty printer script
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Aug 12, 2024
1 parent dd2b611 commit 4dfc7e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions include/outcome/detail/revision.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion include/outcome/experimental/status-code
9 changes: 4 additions & 5 deletions include/outcome/outcome_gdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down Expand Up @@ -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)

0 comments on commit 4dfc7e5

Please sign in to comment.