Bonjour à tous,

J'essaie d'utiliser gdb de mingw

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
(gdb) run <half.txt
 
Starting program: C:\cygwin\home\Jean Pierre\2phrases/ttt.exe <half.txt
 
Error: dll starting at 0x76c31000 not found.
Error: dll starting at 0x769c1000 not found.
Error: dll starting at 0x76c31000 not found.
Error: dll starting at 0x76b61000 not found.
Loaded symbols for C:\Windows\system32\ntdll.dll
Loaded symbols for C:\Windows\syswow64\kernel32.dll
Loaded symbols for C:\Windows\syswow64\msvcrt.dll
Loaded symbols for C:\Windows\syswow64\user32.dll
Loaded symbols for C:\Windows\syswow64\gdi32.dll
Loaded symbols for C:\Windows\syswow64\advapi32.dll
Loaded symbols for C:\Windows\syswow64\rpcrt4.dll
Loaded symbols for C:\Windows\syswow64\secur32.dll
=================
 
==Je tape Ctrl+C
 
Program received signal SIGINT, Interrupt.
[Switching to thread 5784.0x1574]
0x76a02c99 in ?? ()
(gdb) continue
Continuing.
tdump
tstart
trace *inligne
trace *intexte
trace
trace 36
loopi
tdump
continue
 
Program exited normally.
(gdb) tdump
Trace can only be run on remote targets.
(gdb)
Pourquoi ais-je 'Error: dll starting at 0x76c31000 not found.'?

Pourquoi n'ais-je pas de dump file?

Comment puis-je voir le résultat de mes traces?
Comment avoir plus d'infos sur '0x76a02c99 in ?? ()'

Que veut dire 'Trace can only be run on remote targets.'???


Je suis null.