Gdbserver: Difference between revisions

Content deleted Content added
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
m Alternatives: more authoritative reference
Line 34:
 
== Alternatives ==
Another technique for debugging programs remotely is to use a ''remote stub''.<ref>[httphttps://davissourceware.lbl.govorg/gdb/Manualsonlinedocs/GDBgdb/gdb_17Remote-Stub.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".
 
== See also ==