summaryrefslogtreecommitdiff
path: root/lib/perl5db
Commit message (Expand)AuthorAgeFilesLines
* don't taint $DB::subDavid Mitchell2010-08-251-0/+17
* Do not use a regex in DB::subBram2009-07-251-0/+36
* Add test case for [perl #61222] + a test case for proxy constant subroutinesBram2009-07-252-0/+19
* Add the debugger script which tests for undefs in the symbol tableDuke Leto2009-06-031-0/+11
* Add TODO test for :lvalue under -d.Florian Ragwitz2008-11-141-0/+9
* Move the test files for the debugger in a t/ subdirectory, so theyRafael Garcia-Suarez2006-11-151-0/+0
* A first regression test for the debugger, by Shlomi FishRafael Garcia-Suarez2006-11-141-0/+24
* I claim that the debugger is untestable until proven otherwise.Jarkko Hietaniemi2003-09-091-84/+0
* There's no particular reason to have the dumpvar.tJarkko Hietaniemi2003-09-091-189/+0
* The IPC::Open3 is just too unreliable for this task.Jarkko Hietaniemi2003-09-081-16/+9
* Try to make the de0.t test more robust.Jarkko Hietaniemi2003-09-081-7/+10
* Win32 is playing to hard to get but I do not haveJarkko Hietaniemi2003-09-081-20/+27
* In Win32 IPC::Open3 + IO::Select does not work that wellJarkko Hietaniemi2003-09-081-22/+16
* In Win32 the cmd.exe console output doesn't seem toJarkko Hietaniemi2003-09-081-10/+20
* Move Config test.Jarkko Hietaniemi2003-09-081-3/+3
* Let's require fork for this test.Jarkko Hietaniemi2003-09-081-4/+1
* Re: [PATCH] Test skeleton for debugger commandsAndreas König2003-09-081-13/+22
* de0.t: use Test::More, add some tests.Jarkko Hietaniemi2003-09-081-14/+23
* More dumpvar testing.Jarkko Hietaniemi2003-09-081-1/+115
* An empty test.Jarkko Hietaniemi2003-09-081-1/+0
* dumpvar.t: use Test::More;Jarkko Hietaniemi2003-09-081-19/+20
* The in-memory files require PerlIO::scalar.Jarkko Hietaniemi2003-09-081-0/+4
* Test skeleton for debugger commandsAndreas König2003-09-072-0/+133