...

/

Quiz: Using GDB With Multi-Threaded Applications

Quiz: Using GDB With Multi-Threaded Applications

Test your knowledge of using GDB with multi-threaded applications.

We'll cover the following...
Technical Quiz
1.

(Select all that apply.) What does the -se flag do in the gdb -c <file1> -se <file2> command?

A.

Specifies that <file2> contains the symbol table

B.

Specifies that <file2> contains the stack trace at the time of crash

C.

Specifies that <file2> is the executable file that generated the core dump

D.

Specifies that <file2> should be used to save the logs


1 / 4