Questions tagged as 'gdb'

1
answer

Segmentation Fault when redirecting input, but it works when it is by console

I have the following code: #include <stdio.h> #define WLEN 32 /* word length */ #define LOGWLEN 50016 /* log word length -- round(LOG2(WLEN) */ #define SMAX 50016 /* maximum string length -- multiple of WLEN */ #define BI...
asked by 12.01.2018 / 18:19
0
answers

GDB: pass a file containing the arguments to the gsb

How can I do in GDB when I call an executable <fichero? where file contains the arguments of the executable? My program without using GDB works correctly, it's like this: c:\Users\usuario\workspace\tema1\Sales_item> c:\Users\u...
asked by 13.06.2018 / 21:10