gecko/js/jsd
2013-02-04 15:13:14 +00:00
..
idl
test
jsd1640.def
jsd1640.rc
jsd3240.rc
jsd_atom.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsd_high.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsd_hook.cpp Bug 833817 part 3 - Replace JSStackFrame with JSAbstractFramePtr. r=luke 2013-01-25 09:49:29 +01:00
jsd_java.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsd_lock.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsd_lock.h Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsd_obj.cpp Bug 833817 part 3 - Replace JSStackFrame with JSAbstractFramePtr. r=luke 2013-01-25 09:49:29 +01:00
jsd_scpt.cpp Bug 833817 part 3 - Replace JSStackFrame with JSAbstractFramePtr. r=luke 2013-01-25 09:49:29 +01:00
jsd_stak.cpp Bug 833817 part 3 - Replace JSStackFrame with JSAbstractFramePtr. r=luke 2013-01-25 09:49:29 +01:00
jsd_step.cpp Bug 833817 part 3 - Replace JSStackFrame with JSAbstractFramePtr. r=luke 2013-01-25 09:49:29 +01:00
jsd_text.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsd_val.cpp Bug 831076 - Enter a compartment in jsd. r=mrbkap 2013-02-04 15:13:14 +00:00
jsd_xpc.cpp Bug 751618 - Add js/GCAPI.h (r=terrence) 2013-01-27 12:35:12 -08:00
jsd_xpc.h
jsd.h Bug 833817 part 3 - Replace JSStackFrame with JSAbstractFramePtr. r=luke 2013-01-25 09:49:29 +01:00
jsdebug.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsdebug.h Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jsdstubs.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jshash.cpp
jshash.h
Makefile.in Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
mkshell.bat
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.