summaryrefslogtreecommitdiffstats
path: root/winsup/utils/strace.cc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'cygwin-cygwin-1_7_12-releasecvs2svn2012-08-101-8/+2
* * Makefile.in (cygcheck.exe): Link against psapi.dll.Corinna Vinschen2012-07-111-2/+8
* * strace.cc (proc_child): Don't right-shift exit value.Christopher Faylor2012-01-311-4/+3
* Clean up whitespace.Christopher Faylor2011-12-171-22/+22
* * strace.cc (attach_process): Use NT_SUCCESS to figure out ifChristopher Faylor2011-11-241-3/+7
* * strace.cc (handle_output_debug_string): Disable code which attempted to addChristopher Faylor2011-11-141-0/+4
* * Align usage output, version output, as well as usage and versionCorinna Vinschen2011-10-101-30/+21
* * strace.cc (attach_process): Try to turn off DEBUG_ONLY_THIS_PROCESSJon TURNEY2011-09-151-3/+21
* * loadlib.h: New header implementing safe LoadLibrary calls.Corinna Vinschen2010-08-281-0/+1
* * strace.cc (mnemonic_table): Add "special" mask option.Christopher Faylor2010-02-221-19/+22
* Update copyrightChristopher Faylor2010-02-191-1/+1
* utils/ChangeLog:Christopher Faylor2010-02-191-0/+2
* * cygcheck.cc (cygwin_dll_path): New global variable.Corinna Vinschen2009-11-041-0/+2
* * strace.cc (main): Open trace output file in UNIX mode.Corinna Vinschen2009-07-151-2/+3
* * strace.cc (create_child): Set CYGWIN=noglob when starting new process so thatChristopher Faylor2009-04-221-1/+11
* * cygcheck.cc (dump_sysinfo): Fix compiler warning in printf.Corinna Vinschen2009-03-241-1/+1
* * cygcheck.cc (pathlike::check_existence): Remove class name from declaration.Christopher Faylor2008-09-121-3/+3
* * strace.cc (create_child): Don't convert a path from cygwin format unless itChristopher Faylor2007-07-231-1/+2
* * strace.cc (usage): Add missing description for -q.Christopher Faylor2007-07-101-1/+2
* * strace.cc (proc_child): Propagate return code from child process.Christopher Faylor2006-05-241-5/+10
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-42/+69
* * strace.cc (show_usecs): Renamed from 'usecs'.Christopher Faylor2005-12-051-4/+6
* revert erroneous checkinChristopher Faylor2005-10-111-5/+2
* * Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing.Christopher Faylor2005-10-111-2/+5
* * cygcheck.cc (load_cygwin): Make half-hearted attempt to work with older DLLs.Christopher Faylor2005-05-271-1/+1
* * cygcheck.cc (cygwin_internal): Define as a "C" function.Christopher Faylor2005-05-171-1/+3
* * cygcheck.cc (load_cygwin): Don't touch $PATH for now.Corinna Vinschen2005-05-151-1/+1
* * strace.cc (attach_process): Don't call load_cygwin(). Assume that it'sChristopher Faylor2005-05-091-3/+9
* * strace.cc (handle_output_debug_string): Fix compiler warning.Corinna Vinschen2005-03-071-2/+2
* * kill (getsig): Avoid buffer overflow when generating a signal name.Christopher Faylor2005-02-271-2/+2
* * ps.cc (main): Eliminate use of PID_ZOMBIE.Christopher Faylor2005-01-161-2/+13
* * strace.cc (_impure_ptr): Remove.Corinna Vinschen2004-10-061-6/+0
* * Makefile.in (build_dumper): Detect missing iconv library.Christopher Faylor2004-02-211-1/+1
* * strace.cc (opts): Add leading '+' to force posixly correctCorinna Vinschen2004-02-111-6/+1
* * strace.cc (main): Guard against previous setting of POSIXLY_CORRECT.Christopher Faylor2004-02-111-1/+5
* * strace.cc: Update copyrights.Christopher Faylor2004-02-101-2/+2
* * strace.cc (main): Ensure POSIXLY_CORRECT argument ordering.Christopher Faylor2004-02-101-0/+1
* * cygcheck.cc (usage) Add description output.Joshua Daniel Franklin2003-04-261-0/+2
* * Makefile.in (strace.exe): Include mingw_getopt.o in link line.Christopher Faylor2003-03-041-3/+5
* * mount.cc (usage): Correctly report default mode.Christopher Faylor2002-10-191-2/+2
* Add final newlines to utilsJoshua Daniel Franklin2002-09-151-1/+2
* * strace.cc (main): Make toggle a local variable.Christopher Faylor2002-06-071-1/+1
* * strace.cc (toggle): New global variable.Christopher Faylor2002-06-071-18/+48
* * strace.cc (version): New global variable.Christopher Faylor2002-06-061-20/+43
* * strace.cc (forkdebug): Make true by default.Christopher Faylor2002-06-021-8/+10
* * strace.cc (attach_process): Don't tell process to start stracing here.Christopher Faylor2002-05-271-3/+8
* * strace.cc (add_child): Use calloc since new requires working libstdc++.a.Christopher Faylor2002-05-181-2/+2
* update copyrightChristopher Faylor2002-02-251-2/+2
* * strace.cc (attach_process): Change CW_STRACE_ON to CW_STRACE_TOGGLE.Christopher Faylor2002-02-141-1/+1
* * Makefile.in (MINGW_INCLUDES): Change cygwin include.Christopher Faylor2002-01-291-34/+90