| Subject: | [svn:parrot] r30559 - trunk/src |
|---|---|
| From: | |
| Date: | Mon, 25 Aug 2008 23:24:40 -0700 PDT |
| Newsgroups: | perl.cvs.parrot |
Author: julianalbo
Date: Mon Aug 25 23:24:39 2008
New Revision: 30559
Modified:
trunk/src/debug.c
Log:
[PDB] allow debugger commands without delimiting whitespace
Modified: trunk/src/debug.c
==============================================================================
--- trunk/src/debug.c (original)
+++ trunk/src/debug.c Mon Aug 25 23:24:39 2008
@@ -1203,11 +1203,6 @@
TRACEDEB_MSG("PDB_run_command");
- if (cmdline)
- cmdline = skip_command(cmdline);
- else
- return 0;
-
cmd= get_command(c);
if (cmd) {
(* cmd->func)(pdb, cmdline);
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [svn:parrot] r30558 - trunk/src, julianalbo |
|---|---|
| Next by Date: | [svn:parrot] r30560 - trunk/languages/pipp/t/pmc, cotto |
| Previous by Thread: | [svn:parrot] r30558 - trunk/src, julianalbo |
| Next by Thread: | [svn:parrot] r30560 - trunk/languages/pipp/t/pmc, cotto |
| Indexes: | [Date] [Thread] [Top] [All Lists] |