Linux - Study Mode
[#221] Which one of the following contains various bits of information about the state of power management?
Correct Answer
(C) both /proc/acpi and /proc/apm
[#222] To put the breakpoint at the current line . . . . . . . . command can be used?
Correct Answer
(C) both b and break
[#223] The execution of the program in GDB can be affected by
Correct Answer
(D) all of the mentioned
[#224] By default the GDB automatically executes the command from its
Correct Answer
(A) init files
[#225] At the time of debugging with GDB, if we just press ENTER
Correct Answer
(A) GDB will repeat the same command you just gave it