summaryrefslogtreecommitdiffstats
path: root/test/option--debug.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-141-3/+3
* Fix on-disk file matching on case-insensitive systems. Various fixes for win...Steven Knight2005-10-101-52/+1
* Print stacktrace for UserErrors when --debug=stacktrace is used. (Chad Austin)Steven Knight2005-08-111-45/+0
* Refactor Environment/Executor/Node scanner interaction a little. Put --debug...Steven Knight2005-02-131-148/+2
* Improve --debug=count to get an idea of when different objects are created.Steven Knight2005-01-121-39/+0
* Print --debug={tree,dtree,includes} even if the build has an error.Steven Knight2004-12-031-4/+41
* Add a --debug=stree option to show Node status. (Kevin Quick)Steven Knight2004-11-211-0/+41
* Refactor Action/Executor interaction. (Kevin Quick)Steven Knight2004-10-241-30/+38
* Print tracebacks for errors other than UserError and StopError. (Gary Oberbr...Steven Knight2004-09-181-0/+45
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-5/+5
* Add a --debug= option to print commands before substitution. (Gary Oberbrunner)Steven Knight2004-03-231-0/+153
* Add options to investigate object creation and memory consumption.Steven Knight2004-02-071-1/+40
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-1/+1
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-1/+1
* Add --debug-includes. (Anthony Roach)Steven Knight2003-01-141-0/+13
* Refactor action execution so it's controlled by the interface-specific Taskma...Steven Knight2002-12-171-1/+0
* Add MSVC PCH and PDB support. (Anthony Roach)Steven Knight2002-10-031-1/+1
* Remove white-space split of file name lists.Steven Knight2002-06-111-1/+1
* Windows NT portability.Steven Knight2002-05-311-9/+13
* Add --debug=time option. (Anthony Roach)Steven Knight2002-05-231-0/+50
* Add a Platform() method.Steven Knight2002-05-091-2/+0
* Win32 portability fix for the --debug=dtree test.Steven Knight2002-04-171-33/+27
* Add --debug=dtree option (Anthony Roach)Steven Knight2002-04-051-0/+10
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-041-4/+33
* Fix the --debug=pdb option on Windows.Steven Knight2002-02-211-2/+6
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Windows test fixesSteven Knight2001-12-301-6/+8
* Add --debug=tree (print depenency tree) supportSteven Knight2001-12-291-0/+92