Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 369 Bytes

gdb-refactoring-scripts

Miscellaneous GDB refactoring scripts.

Currently you'll find here scripts used to rewrite GDB in C++, originally based on Tromey's.

  • cxx-rewrite.el

    Rewrites C++ keywords in the gdb source.

  • insert-casts.el

    Insert casts for -Wc++-compat.

  • tc-rewrite.el

    This rewrites TRY_CATCH into TRY+CATCH+END_CATCH.