$linuxcli.in _    [commands]    [tips & tricks]    [manpage]    [ESXi CLi]    [what is my ip?]    [pingme!]    [BIOS lock code]    [Code repo]




gdbserver -


    
    Usage:	gdbserver [OPTIONS] COMM PROG [ARGS ...]
    	gdbserver [OPTIONS] --attach COMM PID
    	gdbserver [OPTIONS] --multi COMM
    COMM may either be a tty device (for serial debugging), or 
    HOST:PORT to listen for a TCP connection.
    Options:
      --debug               Enable general debugging output.
      --debug-format=opt1[,opt2,...]
                            Specify extra content in debugging output.
                              Options:
                                all
                                none
                                timestamp
      --remote-debug        Enable remote protocol debugging output.
      --version             Display version information and exit.
      --wrapper WRAPPER --  Run WRAPPER to start new programs.
      --once                Exit after the first connection has closed.
    Report bugs to "".