Skip to content

enable gdbserver debug in c/c++ source #6

@1637664504

Description

@1637664504

Request:

// same as gdbserver, wait gdb remote connect debug.
int main()
{
gdb_init(1234);


// stop
gdb_end();
}

Some time,

  1. manual command launch program not inconvenient;
  2. --attach pid also not inconvenient;

I want enable gdbserver debug in source by c/c++ API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions