gecko-dev/js/jsd
neil%parkwaycc.co.uk 6b3d137802 Followup patch to bug 207327 to move the "service" string from the name to the value of the category entry where it is interpreted to belong r=timeless sr=bz 2006-02-28 17:36:58 +00:00
..
classes Bug 106386 Correct misspellings in source code 2006-02-23 09:36:43 +00:00
corba Bug 106386 Correct misspellings in source code 2006-02-23 09:36:43 +00:00
idl Bug 281137 Add profiling column for functions excluding other functions running 2005-08-02 15:53:59 +00:00
java Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-31 12:14:46 +00:00
javawrap
jsdb Bug 106386 Correct misspellings in source code 2005-11-25 21:57:13 +00:00
.cvsignore
Makefile.in Static build bustage from bug 288955 - MODULE_NAME is incompatible with FORCE_SHARED_LIB in static builds. 2005-04-05 18:26:06 +00:00
README
jsd.h Bug 106386 Correct misspellings in source code 2006-02-23 09:36:43 +00:00
jsd.mak Purge XP_PC. 2003-04-03 22:42:02 +00:00
jsd.pkg Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
jsd1640.def Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
jsd1640.rc Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
jsd3240.rc Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
jsd_atom.c Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
jsd_high.c Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
jsd_hook.c Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
jsd_java.c remove XP_MAC stuff from js. b=281889 r=brendan a=brendan 2005-07-07 22:35:40 +00:00
jsd_lock.c Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
jsd_lock.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
jsd_obj.c Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
jsd_scpt.c Bug 266208 [@ js_PCToLineNumber] because of crash due to infinite recursion 2006-02-09 05:47:55 +00:00
jsd_stak.c Bug 240521 Crash [@ jsd_NewThreadState] when script is null 2004-08-08 19:56:49 +00:00
jsd_step.c Visual Age properly complained about C++ comments in a C file 2005-08-02 18:46:14 +00:00
jsd_text.c Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
jsd_val.c Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
jsd_xpc.cpp Followup patch to bug 207327 to move the "service" string from the name to the value of the category entry where it is interpreted to belong r=timeless sr=bz 2006-02-28 17:36:58 +00:00
jsd_xpc.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
jsdebug.c Bug 281137 Add profiling column for functions excluding other functions running 2005-08-02 15:53:59 +00:00
jsdebug.h Bug 106386 Correct misspellings in source code 2005-11-25 08:16:51 +00:00
jsdshell.mak Purge XP_PC. 2003-04-03 22:42:02 +00:00
jsdstubs.c remove XP_MAC stuff from js. b=281889 r=brendan a=brendan 2005-07-07 22:35:40 +00:00
mkshell.bat
resource.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00

README

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.