[perl #56346] [PATCH] Check for valid conditions in debug opcodes

2008-07-01 Thread chromatic via RT
Thanks, both patches applied as r28880.

Re: [perl #56346] [PATCH] Check for valid conditions in debug opcodes

2008-06-26 Thread NotFound
More refactor: in addition to the changes in the previous, this also moves the PDB_extend_const_table from src/debug.c to compilers/imcc/pbc.c, because is the only file that uses it and seems to not be related to the debugger (historical reasons?), renames it and makes it static, and add a few auxi

Re: [perl #56346] [PATCH] Check for valid conditions in debug opcodes

2008-06-25 Thread NotFound
This is a bigger patch that in addition to the checks does some refactor in the debugger system: moves all acces to debugger internals out of debug.ops, and moves the constants used only by debug.c out of debug.h, converting them from macros to enum values at the same time. The long term goal is t

[perl #56346] [PATCH] Check for valid conditions in debug opcodes

2008-06-25 Thread via RT
# New Ticket Created by NotFound # Please include the string: [perl #56346] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56346 > Some debug opcodes assumes that the debugger is already inited or that a file to debug is lo