gecko-dev/js/jsd
Malini Das c20b68638f Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only 2011-08-12 12:21:44 -04:00
..
idl Bug 676465 - Replace PRBool with boolean in IDL files, r=bsmedberg 2011-08-06 22:03:32 -07:00
test Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only 2011-08-12 12:21:44 -04:00
Makefile.in Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted 2011-06-12 03:49:00 -04:00
README
jsd.h Bug 586731 jsd_NewSourceText leaks new_url_string ifndef LIVEWIRE 2011-03-28 16:49:16 -04:00
jsd1640.def bug 624880 - renaming JSD public API to reflect the signature change. r=timeless 2011-01-29 22:40:29 +01:00
jsd1640.rc
jsd3240.rc
jsd_atom.c Bug 615361 warning: cast from pointer to integer of different size in jsd 2010-12-04 11:05:45 +01:00
jsd_high.c Bug 613457 - clean up string interfaces (r=njn) 2011-03-14 13:59:53 -07:00
jsd_hook.c Bug 480765 - Scripts compiled before the debugger got activated cannot be debugged; r=timeless 2009-03-14 15:57:31 +01:00
jsd_java.c bug 624880 - renaming JSD public API to reflect the signature change. r=timeless 2011-01-29 22:40:29 +01:00
jsd_lock.c Bug 405025 ASSERT_VALID_LOCK failed r=gijs a=dsicore 2008-02-26 07:07:05 -08:00
jsd_lock.h
jsd_obj.c Bug 630939 - JSD type error fetching construction function name (r=timeless) 2011-02-01 12:44:41 -08:00
jsd_scpt.c Backout 8d39d7a5b85c 2011-05-24 16:53:07 -07:00
jsd_stak.c bug 624880 - renaming JSD public API to reflect the signature change. r=timeless 2011-01-29 22:40:29 +01:00
jsd_step.c Bug 470791 - Remove all users of the long-obsolete JSLL_* macros. r=jimb 2011-06-09 01:13:03 -07:00
jsd_text.c Bug 586731 jsd_NewSourceText leaks new_url_string ifndef LIVEWIRE 2011-03-28 16:49:16 -04:00
jsd_val.c Bug 646380 - jsd_GetValueString needs to null out 'call' after leaving the cross compartment call (r=sphink) 2011-03-31 15:29:44 -04:00
jsd_xpc.cpp Back out 66845f1a3aad (bug 672893) for debug startup crashes 2011-08-06 15:31:30 -07:00
jsd_xpc.h Bug 610793 - Add a per-script enableSingleStepInterrupts() to JSD [r=dmandelin] 2010-11-16 15:18:35 -08:00
jsdebug.c Backout 8d39d7a5b85c 2011-05-24 16:53:07 -07:00
jsdebug.h Bug 586731 jsd_NewSourceText leaks new_url_string ifndef LIVEWIRE 2011-03-28 16:49:16 -04:00
jsdstubs.c
mkshell.bat Fixing bug 442399. Remove LiveConnect from the tree. r=joshmoz@gmail.com, bclary@bclary.com, sr=brendan@mozilla.org 2009-06-30 15:55:16 -07:00
resource.h

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.