gecko/js/jsd
Luke Wagner b844e5f326 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 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd1640.rc Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd3240.rc Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_atom.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_high.c Bug 755186 - s/JS_NewCompartmentAndGlobalObject/JS_NewGlobalObject/ (r=jorendorff) 2012-06-20 08:57:29 -07:00
jsd_hook.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_java.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_lock.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_lock.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_obj.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_scpt.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_stak.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_step.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd_text.c Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
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 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Makefile.in Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
mkshell.bat Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
README
resource.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00

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.