I start gdb in emacs with 'gdb' command. Is there a way to hide certain lines from being shown in gud buffer? For example, when I do C-c C-c on a running program, I see the following in the buffer:
Program received signal SIGINT, Interrupt. 0x0000555555555182 in main (argc=1, argv=0x7fffffffdf58) at test.cpp:6 6 for ( i=0;i<2000000000;++i){ Is there any way I can configure emacs to show a shorter string instead, for example "Interrupt test.cpp:6"?