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 14, 2024
1 parent 8d7af14 commit 35ae3cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
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 35ae3cb

Please sign in to comment.