Gdbserver: Difference between revisions

Content deleted Content added
Proposing article for deletion per WP:PROD. (TW)
m clean up, typos fixed: developper → developer, added orphan tag using AWB
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}}
{{unreferenced}}
'''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 developperdeveloper (with also a copy of the binary file).
 
== How It Works ==
Line 18 ⟶ 20:
target remote 192.168.0.11:2345
 
== See Alsoalso ==
 
* [[GNU Debugger]]
* [[KGDB]]
 
=== External Linkslinks ===
* [http://www.gnu.org/software/gdb/ GDB homepage]