summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
Commit message (Collapse)AuthorAgeFilesLines
* debugger stomps on $. (from M.J.T. Guy)Gurusamy Sarathy2000-04-301-2/+1
| | | p4raw-id: //depot/perl@6023
* various minor tweaks seen on p5pGurusamy Sarathy2000-04-281-1/+1
| | | p4raw-id: //depot/perl@5993
* default warnLevel and dieLevel to 0 in debugger (from TomGurusamy Sarathy2000-03-191-7/+7
| | | | | | Christiansen); make dumpvar.pl safe against non-glob entries in stashes p4raw-id: //depot/perl@5818
* fixes for alias handling in debugger (from Tom Christiansen)Gurusamy Sarathy2000-03-191-20/+49
| | | p4raw-id: //depot/perl@5814
* make noTTY debugger option work again (from Paul Marquess)Gurusamy Sarathy2000-03-171-1/+1
| | | p4raw-id: //depot/perl@5788
* patches for many bugs in the debugger; documentation updates forGurusamy Sarathy2000-03-141-144/+527
| | | | | | perldelta; split perldebug.pod into perldeb{ug,guts}.pod (from Tom Christiansen) p4raw-id: //depot/perl@5723
* provide support for deleting actions etc. (from Ronald J KimballGurusamy Sarathy2000-03-091-25/+41
| | | | | <rjk@linguist.dartmouth.edu>) p4raw-id: //depot/perl@5624
* patch to provide more informative names for evals and anonymousGurusamy Sarathy2000-02-041-5/+36
| | | | | subroutines (from Ilya Zakharevich) p4raw-id: //depot/perl@4975
* fixes for switching files in the debugger (from Ilya Zakharevich)Gurusamy Sarathy2000-02-021-3/+15
| | | p4raw-id: //depot/perl@4955
* avoid leaking lexicals into program being debugged (from IlyaGurusamy Sarathy2000-01-281-4/+4
| | | | | Zakharevich) p4raw-id: //depot/perl@4923
* cygwin update (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-071-1/+1
| | | p4raw-id: //depot/perl@4769
* rudimentary support for remote debugging, from aeons ago (somewhatGraham TerMarsch1999-12-011-16/+50
| | | | | | | modified) Message-ID: <35FAB38F.EA9AAC50@activestate.com> Subject: Re: Patches to perl5db.pl to allow for remote debugging p4raw-id: //depot/perl@4601
* debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)Gurusamy Sarathy1999-10-131-1/+1
| | | p4raw-id: //depot/perl@4364
* better debugger help output (from Ilya Zakharevich)Gurusamy Sarathy1999-09-121-5/+7
| | | p4raw-id: //depot/perl@4128
* Re: [PATCH 5.005_60] fix @DB::typeaheadIlya Zakharevich1999-08-291-2/+2
| | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4049
* EPOC port to Psion5.Olaf Flebbe1999-06-271-0/+4
| | | | | | | | To: Jarkko Hietaniemi <jhi@iki.fi> Cc: perl5-porters@perl.org Subject: Re: Psion5 Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de> p4raw-id: //depot/cfgperl@3555
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-101-1/+4
| | | | | | Message-ID: <37230365.5F68B460@turnhere.com> Subject: [PATCH]5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3358
* debugger tweak (wasn't printing a newline after recalled commands)Gurusamy Sarathy1999-03-241-2/+2
| | | p4raw-id: //depot/perl@3139
* Debugger 'v' commandIlya Zakharevich1998-12-011-7/+1
| | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@2424
* Minor debugger tweaksIlya Zakharevich1998-10-281-3/+8
| | | | | Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2118
* Protect debugger from nonlocal exitsIlya Zakharevich1998-09-231-27/+28
| | | | | Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1824
* fix bug in display of watched expressionsIlya Zakharevich1998-08-021-1/+2
| | | | | | Message-Id: <199807310002.UAA21681@monk.mps.ohio-state.edu> Subject: Re: Bug? in perl5db.pl [PATCH] p4raw-id: //depot/maint-5.005/perl@1691
* fixes for overloading bugs and docs, tweaked someIlya Zakharevich1998-08-011-2/+4
| | | | | | Message-Id: <199807260128.VAA10543@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_76] better overloading p4raw-id: //depot/maint-5.005/perl@1677
* Minor debugger fixTye McQueen1998-07-191-2/+2
| | | | | Message-Id: <199807151846.AA12653@metronet.com> p4raw-id: //depot/perl@1552
* improve 'frame' handling in debuggerIlya Zakharevich1998-07-191-10/+20
| | | | | | Message-Id: <199807150452.AAA06685@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Better debugger trace p4raw-id: //depot/perl@1546
* added patch, tweaked per Ilya's suggestionM. J. T. Guy1998-07-091-1/+1
| | | | | | Message-Id: <E0yttQo-0002aH-00@taurus.cus.cam.ac.uk> Subject: [PATCH] perl5db.pl complains about non-integer condition p4raw-id: //depot/perl@1390
* [PATCH 5.004_64] anydbm.tIlya Zakharevich1998-05-141-1/+11
| | | | | | | | | | | | | | | Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST) Subject: [PATCH 5.004_64] threads on OS/2 Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST) Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2 Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST) Subject: [PATCH 5.004_64] Immediate stop in debugger Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT) Subject: [PATCH 5.005_64] ptags broken Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT) Subject: [PATCH 5.004_64] Document switch syntax via RE Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT) p4raw-id: //depot/perl@941
* [5.004_5* PATCH] Make ornaments default in Term::ReadLineIlya Zakharevich1998-02-251-6/+21
| | | | | | | | | Date: Fri, 20 Feb 1998 00:09:52 -0500 (EST) Subject: [PATCH 5.004_5*] Fix debugger messages and the default package Date: Fri, 20 Feb 1998 00:12:28 -0500 (EST) Subject: Re: Continued presence of segmentation violation in study_chunk()[PATCH] Date: Sat, 21 Feb 1998 15:32:29 -0500 (EST) p4raw-id: //depot/perl@576
* Fix saving of STDOUT during system() in lib/perl5db.pl:Jason A. Smith1998-02-121-1/+1
| | | | | Subject: Perl debugger. p4raw-id: //depot/perl@501
* [win32] Add a tweaked version of:Tye McQueen1998-01-041-5/+7
| | | | | | Message-Id: <199801040630.AA29298@metronet.com> Subject: New patch for $^E==GetLastError() under Win32 p4raw-id: //depot/win32/perl@392
* Major changes to the DOS/djgpp port (including threading):Molnar Laszlo1997-12-171-1/+1
| | | | | Subject: Re: dos-djgpp port not in perl 5.004_54 p4raw-id: //depot/perl@373
* Add 'W'atch command to debugger and improve help:Ilya Zakharevich1997-11-271-122/+177
| | | | | Subject: 5.004_55: Debugger patch again p4raw-id: //depot/perl@317
* [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-26/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [editor's note: this one imported like a charm!] TESTS - Subject: Improve pragma/locale test 102 - and don't fail, just warn From: Jarkko Hietaniemi <jhi@anna.in-berlin.de> Files: t/pragma/locale.t Subject: Invalid test output in t/op/taint.t in trial 1 From: Dan Sugalski <sugalsd@lbcc.cc.or.us> Files: t/op/taint.t t/op/taint.t prints out invalid ok messages for tests it skips. Rather than printing "ok 136" it prints "136 ok". p5p-msgid: 3.0.3.32.19970919160918.00857a50@stargate.lbcc.cc.or.us UTILITIES - Subject: Perldoc tiny patch to avoid $0 From: Ilya Zakharevich <ilya@math.ohio-state.edu> Files: utils/perldoc.PL Msg-ID: 199709122141.RAA16846@monk.mps.ohio-state.edu (applied based on p5p patch as commit 0b166b6635cf199f072db516b2a523ee659394d5) Subject: h2ph broken in 5.004_02 From: David Mazieres <dm@reeducation-labor.lcs.mit.edu> Files: utils/h2ph.PL Msg-ID: 199708201700.KAA02621@www.chapin.edu (applied based on p5p patch as commit 4a8e146e38ec2045f1f817a7cb578e1b1f80f39f) Subject: add key_t caddr_t to h2ph From: Tony Sanders <sanders@bsdi.com> Files: eg/sysvipc/ipcsem utils/h2ph.PL Msg-ID: 199708272301.RAA12803@austin.bsdi.com (applied based on p5p patch as commit 0806a92ffc3a74ca70aa81051cdf2a306cd0a8af) Subject: perldoc search ., lib and blib/* if -f 'Makefile.PL' From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perldoc.PL Subject: perldoc finds wrong pod2man (from perldoc source) # We must look both in @INC for library modules and in PATH # for executables, like h2xs or perldoc itself. Unfortunately, searching PATH for installed perl executables like pod2man is INCORRECT. perldoc should start by searching the directory it was executed from, which might not be in the PATH at all. Credited: Joseph "Moof-in'" Hall <joseph@cscaper.com> p5p-msgid: 199708251732.KAA19299@gadget.cscaper.com Subject: 5.004m4t1: perlbug: NIS domainname gets into wrong places From: Andreas J. Koenig <koenig@anna.mind.de> Files: utils/perlbug.PL Msg-ID: sfcg1qy38as.fsf@anna.in-berlin.de (applied based on p5p patch as commit 41f926b844140b7f7eaa9302113e45df3a9f9ff4) Subject: add better local patch info to perlbug From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perlbug.PL Subject: perldoc - suggest modules if requested module not found From: Anthony David <adavid@netinfo.com.au> Files: utils/perldoc.PL private-msgid: 3439CD83.6969@netinfo.com.au Subject: perldoc mail::foo tries to read binary /usr/ucb/mail From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perldoc.PL Subject: perldoc weirdness perldoc mail::imap yields: {joseph}:79% perldoc mail::foo can't open /usr/ucb/mail: Permission denied at ./pod2man line 362. Credited: Joseph "Moof-in'" Hall <joseph@cscaper.com> p5p-msgid: 199710082014.NAA00808@gadget.cscaper.com Subject: perldoc -f setpwent (for example) returns no descriptive text From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perldoc.PL Subject: perldoc diffs: don't search auto - much faster From: "Joseph N. Hall" <joseph@5sigma.com> Files: utils/perldoc.PL Msg-ID: MailDrop1.2d7dPPC.971012211957@screechy.cscaper.com (applied based on p5p patch as commit 62b753c6ae4ab9bf22fbb6ec7ceac820bcef8fe4)
* perl debugger, win32, and emacsJay Rogers1997-08-071-0/+4
| | | | | | | | The following patch is necessary for the perl debugger to run under emacs on a win32 machine. The "or defined $ENV{EMACS}" is necessary for the debugger to run under emacs shell-mode as well. p5p-msgid: 199707311759.NAA13276@crooked-i.mitre.org
* Repost of fork() debugger patchIlya Zakharevich1997-08-071-3/+40
| | | | | | | | | Here is the repost of what was apparently lost during some turmoil on p5-p. Enjoy, p5p-msgid: 199707252101.RAA11846@monk.mps.ohio-state.edu
* Debugger updateIlya Zakharevich1997-04-151-19/+28
| | | | private-msgid: 199704142115.RAA09923@monk.mps.ohio-state.edu
* [inseparable changes from match from perl-5.003_97c to perl-5.003_97d]perl-5.003_97dPerl 5 Porters1997-04-091-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DOCUMENTATION Subject: more (err, less) doubled words Date: Fri, 11 Apr 1997 22:31:25 +0300 (EET DST) From: Jarkko Hietaniemi <Jarkko.Hietaniemi@cc.hut.fi> Files: ext/DB_File/DB_File.pm ext/DynaLoader/DynaLoader.pm ext/IO/lib/IO/Pipe.pm lib/CGI.pm lib/Exporter.pm lib/ExtUtils/MakeMaker.pm lib/IPC/Open2.pm lib/IPC/Open3.pm lib/vars.pm pod/perlcall.pod pod/perldiag.pod pod/perlfaq1.pod pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq8.pod pod/perlipc.pod private-msgid: 199704111931.WAA24460@alpha.hut.fi LIBRARY AND EXTENSIONS Subject: win32: perl5db patch Date: Thu, 10 Apr 1997 17:42:13 -0400 From: Gurusamy Sarathy <gsar@engin.umich.edu> Files: lib/perl5db.pl Msg-ID: 199704102142.RAA27396@aatma.engin.umich.edu (applied based on p5p patch as commit 56cbacacb6c634a626b06407cbd555bc1519a2d5) Subject: Enhancements to debugger, Term::ReadLine, Term::Cap Date: Thu, 10 Apr 1997 15:48:07 -0400 (EDT) From: Ilya Zakharevich <ilya@math.ohio-state.edu> Files: lib/Term/Cap.pm lib/Term/ReadLine.pm lib/perl5db.pl Msg-ID: 199704101948.PAA01841@monk.mps.ohio-state.edu (applied based on p5p patch as commit 6fb2d361298c4eb5d42f1f63b0f74a60d407e546) OTHER CORE CHANGES Subject: New error msg for low-key failure of C<require> From: Chip Salzenberg <chip@perl.com> Files: pod/perldiag.pod pp_ctl.c t/pragma/strict-subs t/pragma/strict-vars
* Fix C<print $_> in debuggerIlya Zakharevich1997-03-261-3/+7
| | | | private-msgid: 199703312355.SAA01068@monk.mps.ohio-state.edu
* In debugger, don't reference %{$f{$g}} if $f{$g} doesn't existChip Salzenberg1997-03-091-10/+10
|
* Newer ReadLineChip Salzenberg1997-03-011-16/+20
| | | | (this is the same change as commit bcbbe6e503cc1899ede8fc1ac0c1c14e432c4f60, but as applied)
* HP-UX hint updateRaphael Manfredi1997-03-011-20/+16
| | | | | | | | | | | Quoting Chip Salzenberg: :If you have a second, please look them over and see if anything :important is out or anything broken is in. I don't see my hint/hpux.sh patch. Here it is again (in unified format this time): p5p-msgid: 1479.857653838@lyon.grenoble.hp.com
* Newer ReadLineChip Salzenberg1997-03-011-16/+20
| | | | (this is the same change as commit d064f897c983478165072b3747bdb05ee656e1e6, but as applied)
* Don't require() in a signal handlerChip Salzenberg1997-02-251-6/+9
|
* Don't clobber $1 et al in debugger's DB::sub()Ilya Zakharevich1997-02-221-3/+3
|
* Debugger patchIlya Zakharevich1997-02-221-4/+6
| | | | private-msgid: <199702210737.CAA03951@monk.mps.ohio-state.edu>
* Debugger updateIlya Zakharevich1997-02-041-19/+27
| | | | private-msgid: <199702030406.XAA23029@monk.mps.ohio-state.edu>
* Debugger updateIlya Zakharevich1997-01-251-19/+46
| | | | | | Subject: Re: Perl 5.003_21: debugger patches p5p-msgid: <199701190455.XAA02579@monk.mps.ohio-state.edu>
* [inseparable changes from patch from perl5.003_18 to perl5.003_19]Perl 5 Porters1997-01-041-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CORE LANGUAGE CHANGES Subject: Make method cache invisible to user code From: Chip Salzenberg <chip@atlantic.net> Files: dump.c gv.c gv.h hv.c op.c perl.c pp_hot.c pp_sys.c sv.c toke.c Subject: Never parse "{m,s,y,tr,q{,q,w,x}}:{,:}" as package or label From: Chip Salzenberg <chip@atlantic.net> Files: toke.c CORE PORTABILITY Subject: Fix $^X under HP-UX From: Chip Salzenberg <chip@atlantic.net> Files: hints/hpux.sh toke.c Subject: New hints/hpux.sh Date: Tue, 31 Dec 1996 15:09:32 -0800 From: Jeff Okamoto <okamoto@hpcc123.corp.hp.com> Files: hints/hpux.sh private-msgid: <199612312309.AA283393772@hpcc123.corp.hp.com> DOCUMENTATION Subject: Perlguts, version 28 Date: Fri, 3 Jan 1997 13:10:46 -0800 From: Jeff Okamoto <okamoto@hpcc123.corp.hp.com> Files: pod/perlguts.pod private-msgid: <199701032110.AA102535846@hpcc123.corp.hp.com> Subject: Miscellaneous pod patches From: Ralf S. Engelschall <rse@engelschall.com> Files: pod/Makefile pod/perldebug.pod pod/perlfunc.pod pod/perlguts.pod Subject: expanded flock() docs Date: Fri, 03 Jan 1997 19:31:11 -0500 From: Roderick Schertler <roderick@gate.net> Files: pod/perlfunc.pod Msg-ID: <4481.852337871@eeyore.ibcinc.com> (applied based on p5p patch as commit 1fd81fbbe87d964ad1f7dbdce41e36f3781dcf82) Subject: Use Text::Wrap in buildtoc; run buildtoc From: Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de> Files: pod/buildtoc pod/perltoc.pod Subject: Remove obsolete perlovl.pod From: Chip Salzenberg <chip@atlantic.net> Files: MANIFEST plan9/mkfile pod/perlovl.pod vms/Makefile vms/descrip.mms OTHER CORE CHANGES Subject: Fix segv when calling named closures From: Chip Salzenberg <chip@atlantic.net> Files: pp_hot.c Subject: Finish rationalizing "undef value" warnings From: Chip Salzenberg <chip@atlantic.net> Files: doop.c pp.c sv.c t/op/assignwarn.t Subject: Arrange for all "_<file" entries to be in %main:: From: Chip Salzenberg <chip@atlantic.net> Files: gv.c lib/perl5db.pl Subject: Introduce CVf_NODEBUG flag Date: Wed, 01 Jan 1997 15:42:05 -0500 From: Gurusamy Sarathy <gsar@engin.umich.edu> Files: cv.h pp_hot.c Msg-ID: <199701012042.PAA25994@aatma.engin.umich.edu> (applied based on p5p patch as commit a3d90dd510fe5a67ed9b80e603493d285c30aa97) Subject: Reword 'may be "0"' warning per Larry; fix its line number From: Chip Salzenberg <chip@atlantic.net> Files: op.c pod/perldiag.pod Subject: 5.003_18: perl_{con,des}truct fixes Date: Fri, 03 Jan 1997 15:42:04 -0500 From: Doug MacEachern <dougm@osf.org> Files: perl.c perl.h pod/perlembed.pod pod/perltoc.pod t/op/sysio.t Msg-ID: <199701032042.PAA06766@postman.osf.org> (applied based on p5p patch as commit 316c7b3d7b47e3143f94c7f8621e854c519d1e87) Subject: Fix lost value from READLINE after TIEHANDLE From: Gurusamy Sarathy <gsar@engin.umich.edu> Files: pp_hot.c sv.h TESTS Subject: Create t/pragma directory; populate with new and old From: Paul Marquess <pmarquess@bfsec.bt.co.uk> Files: MANIFEST Makefile.SH t/TEST t/comp/use.t t/lib/locale.t t/op/overload.t t/op/use.t t/pragma/locale.t t/pragma/overload.t t/pragma/strict-refs t/pragma/strict-subs t/pragma/strict-vars t/pragma/strict.t t/pragma/subs.t t/pragma/warn-global t/pragma/warning.t Subject: New tests: comp/colon.t and op/assignwarn.t From: Robin Barker <rmb@cise.npl.co.uk> Files: MANIFEST t/comp/colon.t t/op/assignwarn.t
* Newer debuggerIlya Zakharevich1996-12-281-22/+105
| | | | | | | | | | | | Here are the fruits of my spending _days_ trying to understand why MakeMaker did not work on my extension. Docs in the second chunk. Enjoy, p5p-msgid: <199612242305.SAA10757@monk.mps.ohio-state.edu> private-msgid: <199612261954.OAA12999@monk.mps.ohio-state.edu>
* Debugger updateIlya Zakharevich1996-12-191-15/+30
| | | | | | | | | | | | | | | | | | | Subject: Re: Perl 5.003_11 is available This fixes the problems in debugger: a) frame=4 may loop infinitely if some arguments are tied or have "" overloaded b) `f file': better documentation. c) prints correctly arguments with embedded \0 (would put quotes at a wrong place otherwise). d) frame=4 would not clobber $_. e) backtrace save wrt -w and undefs as arguments. e) frame & 8: new feature: print tied and ""-overloaded argumentes in the stringified form. Enjoy, p5p-msgid: <199612111038.FAA24363@monk.mps.ohio-state.edu>