DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(gdb.info.gz) Altering

Info Catalog (gdb.info.gz) Symbols (gdb.info.gz) Top (gdb.info.gz) GDB Files
 
 Altering Execution
 ******************
 
    Once you think you have found an error in your program, you might
 want to find out for certain whether correcting the apparent error
 would lead to correct results in the rest of the run.  You can find the
 answer by experiment, using the GDB features for altering execution of
 the program.
 
    For example, you can store new values into variables or memory
 locations, give your program a signal, restart it at a different
 address, or even return prematurely from a function.
 

Menu

 
* Assignment                  Assignment to variables
* Jumping                     Continuing at a different address
* Signaling                   Giving your program a signal
* Returning                   Returning from a function
* Calling                     Calling your program's functions
* Patching                    Patching your program
 
Info Catalog (gdb.info.gz) Symbols (gdb.info.gz) Top (gdb.info.gz) GDB Files
automatically generated byinfo2html