summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
Commit message (Expand)AuthorAgeFilesLines
* bump version on perl5db.plRicardo Signes2013-03-181-1/+1
* lib/perl5db.pl: Workaround rt#116771 by putting DB::Obj inside BEGIN { }Kent Fredric2013-03-181-0/+14
* lib/perl5db.pl: refactor all calls to IO::Handle via ->autoflush to a short l...Kent Fredric2013-03-181-5/+14
* Fix various minor pod issuesKarl Williamson2013-01-241-2/+2
* bump $VERSION for lib/perl5db.plTony Cook2013-01-021-1/+1
* Fix perl -d's 'w $my_lexical_variable'.Shlomi Fish2013-01-021-33/+33
* Start refactoring "sub restart".Shlomi Fish2013-01-021-20/+24
* Extract _dump_trace_calc_saved_single_arg.Shlomi Fish2013-01-021-31/+35
* Extract _dump_trace_calc_save_args.Shlomi Fish2013-01-021-35/+43
* Avoid pre-declarations.Shlomi Fish2013-01-021-2/+2
* Extract _cmd_L_handle_postponed_breakpoints.Shlomi Fish2013-01-021-18/+28
* Add empty lines and an explicit return.Shlomi Fish2013-01-021-0/+4
* Remove a no-longer needed comment.Shlomi Fish2013-01-021-1/+1
* Extract a subroutine.Shlomi Fish2013-01-021-36/+44
* Extract some duplicate code into a closure.Shlomi Fish2013-01-021-21/+18
* Some refactoring.Shlomi Fish2013-01-021-23/+40
* Start refactoring cmd_L.Shlomi Fish2013-01-021-13/+20
* Remove an unused parameter.Shlomi Fish2013-01-021-2/+1
* Remove a redundant line.Shlomi Fish2013-01-021-1/+0
* Rename vars to remove ambiguity.Shlomi Fish2013-01-021-10/+9
* [perl5db] Extract.Shlomi Fish2013-01-021-6/+12
* Got rid of passing $cmd to subs that don't use it.Shlomi Fish2013-01-021-6/+4
* Extract _cmd_l_calc_initial_end_and_i .Shlomi Fish2013-01-021-11/+12
* Extract a subroutine.Shlomi Fish2013-01-021-9/+31
* More refactoring.Shlomi Fish2013-01-021-14/+8
* Extract _cmd_l_range .Shlomi Fish2013-01-021-68/+77
* [perl5db] Extract some subroutines.Shlomi Fish2013-01-021-75/+90
* Extract a subroutine.Shlomi Fish2013-01-021-17/+24
* Got rid of a $1 reference.Shlomi Fish2013-01-021-4/+2
* Add explicit returns.Shlomi Fish2013-01-021-4/+7
* [perl5db] Refactoring.Shlomi Fish2013-01-021-16/+43
* fix the debugger t expr command regressionTony Cook2012-12-171-0/+3
* Remove the BeOS port.Nicholas Clark2012-12-141-2/+1
* Remove the EPOC port.Nicholas Clark2012-11-191-7/+1
* Small cleanups.Shlomi Fish2012-11-121-5/+12
* Convert to a lexical file handle.Shlomi Fish2012-11-121-2/+4
* [perl5db] unless+eq --> ne.Shlomi Fish2012-11-121-5/+10
* [perl5db] Refactored cmd_b_sub.Shlomi Fish2012-11-121-15/+21
* perl5db: extract some subroutines.Shlomi Fish2012-11-121-33/+36
* Extract a closure.Shlomi Fish2012-11-121-25/+25
* Convert DB::system to _db_system.Shlomi Fish2012-11-121-12/+14
* Remove some declared but unused lexicals.Shlomi Fish2012-11-121-3/+0
* Convert from DB::warn to _db_warn.Shlomi Fish2012-11-121-36/+40
* Got rid of leading ampersands in sub calls.Shlomi Fish2012-11-121-35/+35
* Finish the refactoring into cmd_verb and cmd_args.Shlomi Fish2012-11-121-12/+8
* Convert up to _DB__handle_y_command to cmd_args.Shlomi Fish2012-11-121-6/+10
* Convert more to the ->cmd_args() method.Shlomi Fish2012-11-121-2/+3
* Extract _is_full().Shlomi Fish2012-11-121-8/+18
* More refactoring into cmd_args.Shlomi Fish2012-11-121-6/+7
* Refactor some more command-handlers.Shlomi Fish2012-11-121-16/+18