gecko/js/jsd
Luke Wagner c06e3b9b0b Bug 772285 - rm JSPD_ARGUMENT/JSPD_VARIABLE (r=sfink)
--HG--
extra : rebase_source : 7be9ea3e5e90be9abd65f7d5268741e453cc717b
2012-07-10 15:34:12 -07:00
..
idl Bug 772285 - rm JSPD_ARGUMENT/JSPD_VARIABLE (r=sfink) 2012-07-10 15:34:12 -07:00
test Bug 370750 - consolidate mochitest files installation; r=glandium 2012-07-03 16:49:02 -04:00
jsd1640.def
jsd1640.rc
jsd3240.rc
jsd_atom.c
jsd_high.c Bug 755186 - s/JS_NewCompartmentAndGlobalObject/JS_NewGlobalObject/ (r=jorendorff) 2012-06-20 08:57:29 -07:00
jsd_hook.c
jsd_java.c
jsd_lock.c
jsd_lock.h
jsd_obj.c
jsd_scpt.c
jsd_stak.c
jsd_step.c
jsd_text.c
jsd_val.c Bug 772285 - rm JSPD_ARGUMENT/JSPD_VARIABLE (r=sfink) 2012-07-10 15:34:12 -07:00
jsd_xpc.cpp Bug 772285 - rm JSPD_ARGUMENT/JSPD_VARIABLE (r=sfink) 2012-07-10 15:34:12 -07:00
jsd_xpc.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (jsd parts); r=Waldo 2012-06-12 23:45:08 -04:00
jsd.h Bug 772285 - rm JSPD_ARGUMENT/JSPD_VARIABLE (r=sfink) 2012-07-10 15:34:12 -07:00
jsdebug.c Bug 772285 - rm JSPD_ARGUMENT/JSPD_VARIABLE (r=sfink) 2012-07-10 15:34:12 -07:00
jsdebug.h Bug 772285 - rm JSPD_ARGUMENT/JSPD_VARIABLE (r=sfink) 2012-07-10 15:34:12 -07:00
jsdstubs.c
Makefile.in
mkshell.bat
README
resource.h

js/jsd contains code for debugging support for the C-based JavaScript engine 
in js/src.  jsd_xpc.cpp provides an XPCOM binding for the library.

js/jsd/jsdb is a console debugger using only native code (see README in that 
directory.)  This debugger is no longer being actively developed, though it
should work.