Comment 3 for bug 1275210

Revision history for this message
Eldar Khayrullin (eldar) wrote :

Ubuntu 14.10

GNU gdb (Ubuntu 7.8-1ubuntu4) 7.8.0.20141001-cvs
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".

┌──main.cpp─────────────────────────────────────────────────────────────────────────────────────┐
   │1 #include <stdio.h> │
   │2 │
   │3 int main() │
   │4 { │
   │5 printf("M-P~_M-Q~@M-PM-8M-PM-2M-PM-5M-Q~B M-P~\M-PM-8M-Q~@\n"); │
   │6 return 0; │
   │7 }