summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/how-to-debug-cygwin.txt
Commit message (Collapse)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-1/+1
| | | | | | | | | | | | | | Bump GPLv2+ to GPLv3+ for some files, clarify BSD 2-clause. Everything else stays under GPLv3+. New Linking Exception exempts resulting executables from LGPLv3 section 4. Add CONTRIBUTORS file to keep track of licensing. Remove 'Copyright Red Hat Inc' comments. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
* Put an underscore in front of the "active" in "strace.active".Christopher Faylor2006-05-281-1/+1
|
* fix breakpoint exampleChristopher Faylor2005-05-061-2/+2
|
* * how-to-debug-cygwin.txt: Fix typo.Joshua Daniel Franklin2005-04-251-2/+2
|
* add initial informationChristopher Faylor2002-07-131-1/+3
|
* cleanup a tadChristopher Faylor2002-07-131-8/+18
|
* * dcrt0.cc (dll_crt0_1): Delay closing of some handles until cygheap has beenChristopher Faylor2002-07-131-0/+13
| | | | | | | | | | set up. (break_here): New function, for debugging. (initial_env): Add program name to "Sleeping" message. Implement new "CYGWIN_DEBUG" environment variable option. * exceptions.cc (debugger_command): Add argument to dumper call. * strace.cc (strace::hello): Use winpid if cygwin pid is unavailable. (strace::vsprntf): Ditto.
* add more wordsChristopher Faylor2002-01-301-65/+72
|
* whitespace cleanupChristopher Faylor2001-12-101-1/+1
|
* Add strace debugging section.Christopher Faylor2001-11-051-6/+29
|
* fix typosEgor Duda2001-10-091-6/+6
|
* minor typo fixes.Christopher Faylor2001-09-161-3/+3
|
* Hints and tips on debugging cygwinEgor Duda2001-09-141-0/+73