Content deleted Content added
Supertouch (talk | contribs) |
|||
Line 1:
{{orphan|date=February 2010}}
{{dated prod|concern = non-notable and written like a how to.|month = February|day = 11|year = 2010|time = 23:55|timestamp = 20100211235555}}
<!-- Do not use the "dated prod" template directly; the above line is generated by "subst:prod|reason" -->
{{Unreferenced|date=February 2010}}
'''gdbserver''' is a program that allows to remotely debug with the [[GNU Debugger]]. It runs as a command-line tool on many [[Unix-like]] systems.{{clarify}}
It only needs the presence of the executable on the target, while the source code stays in the computer used by the
== How It Works ==
Line 18 ⟶ 20:
target remote 192.168.0.11:2345
== See
* [[GNU Debugger]]
* [[KGDB]]
=== External
* [http://www.gnu.org/software/gdb/ GDB homepage]
|