371,135 2-gdb-version 371,143 ~"GNU gdb (GDB) 7.6.1\n" 371,143 ~"Copyright (C) 2013 Free Software Foundation, Inc.\n" 371,143 ~"License GPLv3+: GNU GPL version 3 or later \nThis is fre\ e software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitt\ ed by law. Type \"show copying\"\nand \"show warranty\" for details.\n" 371,143 ~"This GDB was configured as \"mingw32\".\nFor bug reporting instructions, please see:\n" 371,143 ~".\n" 371,143 2^done 371,144 (gdb) 371,144 3-environment-cd E:/Programming/Repository/git/game/Game 371,153 3^done 371,153 (gdb) 371,153 4-gdb-set breakpoint pending on 371,163 4^done 371,163 (gdb) 371,163 5-gdb-set detach-on-fork on 371,173 5^done 371,173 (gdb) 371,173 6-enable-pretty-printing 371,183 6^done 371,183 (gdb) 371,183 7-gdb-set python print-stack none 371,193 7^done 371,193 (gdb) 371,193 8-gdb-set print object on 371,203 8^done 371,203 (gdb) 371,203 9-gdb-set print sevenbit-strings on 371,206 10-list-thread-groups 371,213 9^done 371,213 (gdb) 371,213 10^done,groups=[{id="i1",type="process"}] 371,213 (gdb) 371,213 11-gdb-set host-charset UTF-8 371,223 11^done 371,223 (gdb) 371,223 12-gdb-set target-charset WINDOWS-1251 371,233 12^done 371,233 (gdb) 371,233 13-gdb-set target-wide-charset UTF-16 371,243 13^done 371,243 (gdb) 371,243 14source .gdbinit 371,253 &"source .gdbinit\n" 371,253 &".gdbinit: No such file or directory.\n" 371,253 14^error,msg=".gdbinit: No such file or directory." 371,253 (gdb) 371,254 15-gdb-set target-async off 371,263 15^done 371,263 (gdb) 371,263 16-gdb-set auto-solib-add on 371,273 16^done 371,273 (gdb) 371,275 17-file-exec-and-symbols --thread-group i1 E:/Programming/Repository/git/game/Game/Debug/Gam\ e.exe 371,497 17^done 371,497 (gdb) 371,498 18-gdb-show --thread-group i1 language 371,507 18^done,value="auto" 371,507 (gdb) 371,507 19-gdb-set --thread-group i1 language c 371,517 19^done 371,517 (gdb) 371,517 20-interpreter-exec --thread-group i1 console "p/x (char)-1" 371,610 ~"$1 = 0xff\n" 371,610 20^done 371,610 (gdb) 371,611 21-data-evaluate-expression --thread-group i1 "sizeof (void*)" 371,620 21^done,value="4" 371,621 (gdb) 371,621 22-gdb-set --thread-group i1 language auto 371,631 22^done 371,631 (gdb) 371,631 23-interpreter-exec --thread-group i1 console "show endian" 371,641 ~"The target endianness is set automatically (currently little endian)\n" 371,641 23^done 371,641 (gdb) 371,642 24-break-insert -t -f main 371,652 24^done,bkpt={number="1",type="breakpoint",disp="del",enabled="y",addr="0x0043e17e",func="ma\ in(int, char**)",file="..\\main.cpp",fullname="E:\\Programming\\Repository\\git\\game\\Game\\main.cp\ p",line="16",thread-groups=["i1"],times="0",original-location="main"} 371,652 (gdb) 371,655 25-exec-run --thread-group i1 371,690 =thread-group-started,id="i1",pid="13104" 371,691 =thread-created,id="1",group-id="i1" 371,691 ~"[New Thread 13104.0x4adc]\n" 371,694 25^running 371,694 *running,thread-id="all" 371,694 (gdb) 371,759 =thread-exited,id="1",group-id="i1" 371,759 =thread-group-exited,id="i1" 371,759 25^error,msg="During startup program exited with code 0xc0000139." 371,759 (gdb) 371,765 26-gdb-exit 371,769 26^exit