gdb a.stripped (中略) Reading symbols from /tmp/gdb/a.stripped...(no debugging symbols found)...done. no debugging symbols foundと出ている通り、デバッグシンボルが読み込まれなかった。 下記の通り、ブレークポイントを張ることも出来ない。 (gdb) b a.c:21 No symbol table is loaded. Use the "file" command. Make breakpoint pending on future shared library load? (y or [n])n