⟩ Which command sets up shorthand for command or command line? a) set b) alias c) new d) echo
b) alias
b) alias
In GDB hardware-dependent information about the floating point unit can be displayed by the command a) info float b) display float c) show float d) none of the mentioned
The result of an expression can be assigned to an environment variable with the command a) assign b) set c) env d) none of the mentioned
Which one of the following GDB command deletes any break-point at the next instruction to be executed in the selected stack frame? a) clear b) delete c) disable d) none of the mentioned
Which one of the following GDB command allows to move from one stack frame to another without printing the frame? a) select-frame b) frame c) frame move d) none of the mentioned
The GDB text user interface uses the ____ library to show the source file. a) curses b) YUI c) JUI d) none of the mentioned
By default the GDB automatically executes the command from its a) init files b) start files c) begin files d) none of the mentioned
The user can define a command for GDB with the command a) define b) command c) assign d) none of the mentioned
The GDB command "show output-radix" a) sets the default base for numeric display b) displays the current default base for numeric display c) both (a) and (b) d) none of the mentioned
The command "show commands" of GDB a) displays the last 10 commands in the command history b) displays all commands of the command history c) displays all the commands available in GDB d) none of the mentioned
In GDB, a trace-point can be set by the command a) trace b) set c) break trace d) none of the mentioned