Request:
// same as gdbserver, wait gdb remote connect debug.
int main()
{
gdb_init(1234);
// stop
gdb_end();
}
Some time,
- manual command launch program not inconvenient;
- --attach pid also not inconvenient;
I want enable gdbserver debug in source by c/c++ API.
Request:
Some time,
I want enable gdbserver debug in source by c/c++ API.