gecko-dev/js/jsd
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
..
classes
corba
idl Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
java
javawrap
jsdb bug 117907, patch=joerg.schaible@gmx.de (J�rg Schaible), r=me 2002-01-04 19:24:14 +00:00
macbuild Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:10:45 +00:00
.cvsignore
MANIFEST
Makefile.in Do not define MODULE_NAME for components which are shareable even in 2002-04-02 13:36:56 +00:00
README - not built - 2001-09-30 08:52:04 +00:00
jsd.h part of bug 109652, "Venkman needs to profile" r=peterv,r=a=shaver 2002-02-27 09:24:14 +00:00
jsd.mak
jsd1640.def
jsd1640.rc Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd3240.rc Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd_atom.c Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd_high.c part of bug 109652, "Venkman needs to profile" r=peterv,r=a=shaver 2002-02-27 09:24:14 +00:00
jsd_hook.c bug 99601, add filter support to js/jsd, r=jband sr=brendan 2001-10-30 13:41:32 +00:00
jsd_java.c Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd_lock.c Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd_lock.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd_obj.c Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd_scpt.c part of bug 109652, "Venkman needs to profile" r=peterv,r=a=shaver 2002-02-27 09:24:14 +00:00
jsd_stak.c part of bug 109652, "Venkman needs to profile" r=peterv,r=a=shaver 2002-02-27 09:24:14 +00:00
jsd_step.c part of bug 109652, "Venkman needs to profile" r=peterv,r=a=shaver 2002-02-27 09:24:14 +00:00
jsd_text.c Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jsd_val.c bug 129519, "JS_GetPropertyDesc gives up too easily", r=jband, sr=shaver, a=bren 2002-03-16 01:58:36 +00:00
jsd_xpc.cpp bug 155838, "Infinite loop caused by strange code", r=peterv, sr=brendan, a=roc+moz@cs.cmu.edu 2002-07-12 21:28:29 +00:00
jsd_xpc.h Bug 151803, "Debugger is leaking JSDValues", r=peterv, sr=jst 2002-06-19 21:56:23 +00:00
jsdebug.c part of bug 109652, "Venkman needs to profile" r=peterv,r=a=shaver 2002-02-27 09:24:14 +00:00
jsdebug.h bug 129519, "JS_GetPropertyDesc gives up too easily", r=jband, sr=shaver, a=bren 2002-03-16 01:58:36 +00:00
jsdshell.mak
jsdstubs.c Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
mkshell.bat
resource.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +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.