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 12, 2024
1 parent 9d03628 commit 85a75b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/status-code/status_code.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -723,8 +723,7 @@ SYSTEM_ERROR2_NAMESPACE_END
#endif
__asm__(
".pushsection \".debug_gdb_scripts\", \"MS\",@progbits,1\n"
".ascii \"\\4SYSTEM_ERROR2_INLINE_GDB_PRETTY_PRINTERS_H\\n\"\n"
".ascii \"gdb.inlined-script\\n\"\n"
".ascii \"\\4gdb.inlined-script.SYSTEM_ERROR2_INLINE_GDB_PRETTY_PRINTERS_H\\n\"\n"
".ascii \"import gdb.printing\\n\"\n"
".ascii \"import gdb\\n\"\n"
".ascii \"import os\\n\"\n"
Expand Down

0 comments on commit 85a75b7

Please sign in to comment.