Given that, how do we debug the C compiler? The easier way is to add -wrapper gdb,--args to the gcc command-line: # Invoke "cc1" (and "as", etc) under gdb: ...
確定! 回上一頁