|
sock-raw.org/projects/pknf/pknf.c.html
|
62 static int exec_sshd(void); 63 static inline int time_expired(void); 64 #ifdef DEBUG 65 static inline void print_flags(void); /* debugging routine */ 66 #endif 67 ...
|
|
developer.apple.com/library/mac/#documentation/IDEs/Con...
developer.apple.com/library/mac/#documentation/IDEs/Conceptual/Xcode4TransitionGuide/Debugging/Debugging.html
|
Aug 10, 2011 ... Xcode 4 provides all the facilities you need to analyze and debug your ... Use static analysis to examine the syntax of your code for bugs. .... Step in; that is, execute the current line of code and, if the current line is a routine, ...
|
|
developer.apple.com/library/ios/#technotes/tn2010/tn223...
developer.apple.com/library/ios/#technotes/tn2010/tn2239.html
|
Jan 22, 2011 ... Listing 1 shows an example of how to call a debugging routine from GDB; ... cause a static routine to deviate from the standard function call ABI.
|
|
www.gnu.org/software/gsl/manual/gsl-ref.html
|
The GNU Scientific Library (GSL) is a collection of routines for numerical computing. ..... To compile a statically linked version of the program, use the - static flag in gcc .... can be set that will catch library errors when running under the debugger.
|
|
dynamorio.org/docs-drmemory/page_using.html
|
Nov 16, 2011 ... It is recommended that the release version of the heap routines be used. Additionally, when using static debug versions of msvcrt (the "/MTd" ...
|
|
|
|
msdn.microsoft.com/en-us/library/2kzt1wy3(v=vs.71).aspx
|
Applications compiled with this option are statically linked to MSVCRT.lib. ... _DLL so that debug multithread- and DLL-specific versions of the run-time routines ...
|
|
idlastro.gsfc.nasa.gov/idl_html_help/The_Pre-IDL_5.5_Ke...
idlastro.gsfc.nasa.gov/idl_html_help/The_Pre-IDL_5.5_Keyword_API.html
|
IDL_VPTR IDL_someroutine(int argc, IDL_VPTR *argv, char *argk) { static IDL_VPTR count_var; static IDL_LONG debug; static IDL_STRING name; static ...
|
|
www.itec.suny.edu/scsys/vms/ovmsdoc073/V73/4538/4538pro...
www.itec.suny.edu/scsys/vms/ovmsdoc073/V73/4538/4538pro_007.html
|
To watch a static variable, the debugger write-protects the page containing the ... It traces every instruction in the variable's defining routine and checks the value ...
|
|
software.intel.com/en-us/articles/migrating-from-compaq...
software.intel.com/en-us/articles/migrating-from-compaq-visual-fortran/
|
All CVF library routines are supported, including those from the QuickWin and ... This caused the compiler to allocate local variables in static storage, which had the .... Debugging with Intel Visual Fortran is similar to using CVF, but some of the ...
|