gecko/js/jsd
Steve Fink 457647eddb Test for bug 638178 - new feature getExecutableLines (r=timeless)
--HG--
extra : rebase_source : d29194bf998a6dfcb2fadd5e2186d4d64396bd6f
2011-03-03 10:11:54 -08:00
..
idl Test for bug 638178 - new feature getExecutableLines (r=timeless) 2011-03-03 10:11:54 -08:00
test Test for bug 638178 - new feature getExecutableLines (r=timeless) 2011-03-03 10:11:54 -08: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
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 624880 - renaming JSD public API to reflect the signature change. r=timeless 2011-01-29 22:40:29 +01: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 Backout 8d39d7a5b85c 2011-05-24 16:53:07 -07:00
jsd_xpc.h Bug 610793 - Add a per-script enableSingleStepInterrupts() to JSD [r=dmandelin] 2010-11-16 15:18:35 -08:00
jsd.h Backout 8d39d7a5b85c 2011-05-24 16:53:07 -07:00
jsdebug.c Backout 8d39d7a5b85c 2011-05-24 16:53:07 -07:00
jsdebug.h Backout 8d39d7a5b85c 2011-05-24 16:53:07 -07:00
jsdstubs.c
Makefile.in Bug 539378 - Remove MOZ_BITS macro from tree. r=ted 2010-01-19 14:12:09 +09:00
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
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.