Is it possible in gdb to go to a line before the currently executing line. e.g:
void my_fun( somePtrType** arr,int start,int end) { // arr is an array of p
According to the GDB docs, and "if the target environment supports it", yes.