Skip to content

Commit

Permalink
Try again inline GDB pretty printer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Aug 14, 2024
1 parent 35ae3cb commit 60147ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/outcome/experimental/status-code
5 changes: 2 additions & 3 deletions include/outcome/outcome_gdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

Expand Down

0 comments on commit 60147ab

Please sign in to comment.