CVSROOT:        /home/cvs
Module name:    freesci
Changes by:     cvsuser 01/02/10 18:45:12

Modified files:
        .              : ChangeLog 
        src/engine     : scriptdebug.c vm.c 

Log message:
* Enhanced bpx to match arbitrary selectors in classes

Example:
bpx foo::

will match all sends to foo::.

Note that this will /not/ catch calle (which doesn't change the obj context
anyway) and local (call, pToa...) accesses, or acesses from kernel space.

(bpx is also slightly more verbose now.)

-- Christoph


Reply via email to