You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading symbols from /usr/libexec/gcc/x86_64-redhat-linux/4.8.2/cc1...Reading symbols from /usr/lib/debug/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/cc1.debug...done.
255
+
done.
256
+
(gdb) run
257
+
[...etc...]
258
+
259
+
Another way to do it is to add "-v" to the gcc command line
260
+
(verbose), so that it outputs the commands that it's running. You can then use
0 commit comments