help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Remote Debugging Interface for GUD


From: Nordlöw
Subject: Remote Debugging Interface for GUD
Date: Thu, 1 Oct 2009 09:27:09 -0700 (PDT)
User-agent: G2/1.0

Has anybody written any interactive functions for starting a remote
debugging session with gud/gdb?

It should interactively ask for and send the following commands to gdb
interpreter
- Target: gdb> target ip
- Port: gdb> target gdbserver port
- Program to run: gdb> file ELF-FILE
- Program Arguments: run ARGS

If nobody has written such an interface I could write it. I only need
to know how to send the gdb-commands to the inferior gdb process.

/Nordlöw


reply via email to

[Prev in Thread] Current Thread [Next in Thread]