gecko-dev/js/jsd
crowder@fiverocks.com d6e8b9586d Bug 428128 - Removal of legacy JSLL_ routines, r=brendan, a=mtschrep 2008-04-25 11:40:05 -07:00
..
idl Bug 378261: Replacing GC_MARK_DEBUG by DumpHeap. r=brendan 2007-04-25 06:43:18 -07:00
Makefile.in Bug 78081 - Don't export intermediate libraries, r=luser 2007-02-21 15:13:36 +00:00
README
jsd.h More nukage of private API usage. 2006-04-27 01:33:45 +00:00
jsd.mak
jsd.pkg
jsd1640.def
jsd1640.rc
jsd3240.rc
jsd_atom.c
jsd_high.c Checking in Ben Turner <bent.mozilla@gmail.com> and timeless's patch to make Gecko use the JS engine's request model to help multithreaded embedders avoid GC races and crashes. bug 176182, r=mrbkap assumed-rs=brendan 2006-06-12 22:39:55 +00:00
jsd_hook.c
jsd_java.c
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
jsd_scpt.c Bug 416293 unbalanced locking in jsd_SetExecutionHook r=crowder a=mtschrep 2008-02-09 20:16:54 -08:00
jsd_stak.c Bug 343511 - Don't assert more than necessary. r=rginda 2006-07-20 15:25:32 +00:00
jsd_step.c Bug 428128 - Removal of legacy JSLL_ routines, r=brendan, a=mtschrep 2008-04-25 11:40:05 -07:00
jsd_text.c
jsd_val.c Bug 342573 - "Fix accidental return value switch from bug 176182". r=mrbkap. 2006-06-23 22:29:51 +00:00
jsd_xpc.cpp [bug 423874] backing out as a simpler patch would do the job with less code. 2008-03-29 03:34:29 -07:00
jsd_xpc.h Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07: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
jsdstubs.c
mkshell.bat
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.