Gdbserver: Difference between revisions

Content deleted Content added
m External links: clean up; http->https or pr-URI, per VPP using AWB
Momergil (talk | contribs)
m Alternatives: Text improvement; same information
Line 34:
 
== Alternatives ==
Another technique for debugging programs remotely is to use a ''remote stub''.<ref>[http://davis.lbl.gov/Manuals/GDB/gdb_17.html#SEC140 Debugging with GDB]</ref>{{Clarify|date=February 2010}} In this case, the program to be debugged is linked with a few special-purpose subroutines that implement the GDB remote serial protocol. The file containing these subroutines is called a "debugging stub".
 
In this case, the program to be debugged is linked with a few special-purpose subroutines that implement the GDB remote serial protocol. The file containing these subroutines is called a debugging stub.
 
== See also ==