Active debugger config: GDB/CDB debugger:Default
Selecting target:
Debug
Adding source dir: C:\MinGW\bin\fonction 1 tp 2 m1s2\
Adding source dir: C:\MinGW\bin\fonction 1 tp 2 m1s2\
Adding file: C:\MinGW\bin\fonction 1 tp 2 m1s2\bin\Debug\fonction 1 tp 2 m1s2.exe
Changing directory to: C:/MinGW/bin/FONCTI~1/.
Set variable: PATH=.;C:\MinGW\bin;C:\MinGW;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS;C:\Windows\System32;C:\Windows;C:\Windows\System32\wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\QuickTime\QTSystem;C:\Users\zoebu\AppData\Local\Microsoft\WindowsApps
[debug]Command-line: C:\MinGW\bin\gdb.exe -nx -fullname -quiet -args C:/MinGW/bin/FONCTI~1/bin/Debug/FONCTI~1.EXE
[debug]Working dir : C:\MinGW\bin\FONCTI~1
Starting debugger: C:\MinGW\bin\gdb.exe -nx -fullname -quiet -args C:/MinGW/bin/FONCTI~1/bin/Debug/FONCTI~1.EXE
done
[debug]> set prompt >>>>>>cb_gdb:
Setting breakpoints
[debug]Reading symbols from C:\MinGW\bin\FONCTI~1\bin\Debug\FONCTI~1.EXE...done.
[debug](gdb) >>>>>>cb_gdb:
[debug]> show version
[debug]GNU gdb (GDB) 7.6.1
[debug]Copyright (C) 2013 Free Software Foundation, Inc.
[debug]License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[debug]This is free software: you are free to change and redistribute it.
[debug]There is NO WARRANTY, to the extent permitted by law. Type "show copying"
[debug]and "show warranty" for details.
[debug]This GDB was configured as "mingw32".
[debug]For bug reporting instructions, please see:
[debug]<http://www.gnu.org/software/gdb/bugs/>.
[debug]>>>>>>cb_gdb:
[debug]> set confirm off
Debugger name and version: GNU gdb (GDB) 7.6.1
[debug]>>>>>>cb_gdb:
[debug]> set width 0
[debug]>>>>>>cb_gdb:
[debug]> set height 0
[debug]>>>>>>cb_gdb:
[debug]> set breakpoint pending on
[debug]>>>>>>cb_gdb:
[debug]> set print asm-demangle on
[debug]>>>>>>cb_gdb:
[debug]> set unwindonsignal on
[debug]>>>>>>cb_gdb:
[debug]> set print elements 200
[debug]>>>>>>cb_gdb:
[debug]> set new-console on
[debug]>>>>>>cb_gdb:
[debug]> set disassembly-flavor att
[debug]>>>>>>cb_gdb:
[debug]> catch throw
[debug]Function "__cxa_throw" not defined.
[debug]Catchpoint 1 (throw)
[debug]>>>>>>cb_gdb:
[debug]> directory C:/MinGW/bin/FONCTI~1/
[debug]Source directories searched: C:/MinGW/bin/FONCTI~1;$cdir;$cwd
[debug]>>>>>>cb_gdb:
[debug]> break "C:/Users/zoebu/Documents/BTS SN/Année 1/TC + SPE/Untitled1.c:7"
[debug]No source file named C:/Users/zoebu/Documents/BTS SN/Année 1/TC + SPE/Untitled1.c.
[debug]Breakpoint 2 ("C:/Users/zoebu/Documents/BTS SN/Année 1/TC + SPE/Untitled1.c:7") pending.
[debug]>>>>>>cb_gdb:
[debug]> break "C:/MinGW/bin/fonction 1 tp 2 m1s2/main.c:10"
[debug]No source file named C:/MinGW/bin/fonction 1 tp 2 m1s2/main.c.
[debug]Breakpoint 3 ("C:/MinGW/bin/fonction 1 tp 2 m1s2/main.c:10") pending.
[debug]>>>>>>cb_gdb:
[debug]> run
[debug]Starting program: C:/MinGW/bin/FONCTI~1/bin/Debug/FONCTI~1.EXE
Child process PID: 15740
[debug][New Thread 15740.0x191c]
[debug][New Thread 15740.0x3654]
[debug][New Thread 15740.0x43a8]
[debug][New Thread 15740.0x23d0]
[debug][Inferior 1 (process 15740) exited normally]
[debug]>>>>>>cb_gdb:
[Inferior 1 (process 15740) exited normally]
[debug]> quit
Debugger finished with status 0
Partager