exit debugging log:
Breakpoint 1, main () at 1.cpp:6
6 cout << "hello world" << endl;
(gdb) n
hello world
7 return 0;
(gdb) n
9 }
(gdb) n
__libc_start_call_main (main=main@entry=0x5555555551a9 <main()>, argc=argc@entry=1, argv=argv@entry=0x7fffffffe348) at ../sysdeps/nptl/libc_start_call_main.h:74
74 ../sysdeps/nptl/libc_start_call_main.h: No such file or directory.
Hope to solve this problem "No such file or directory".
Hope to solve this problem
libc
implementation to start with, but ...dir
command).