gecko-dev/js/jsd
Gregory Szorc 89e86f9b21 Bug 844654 - Part 3: Remove now empty Makefile.in files; rs=khuey
--HG--
extra : rebase_source : 8de9c7f68a953e574dda22f8c14c2b2ca60444f9
2013-03-19 18:49:07 -07:00
..
idl Bug 844654 - Part 3: Remove now empty Makefile.in files; rs=khuey 2013-03-19 18:49:07 -07:00
test Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
Makefile.in Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
README
jsd.h Bug 838014 - More rooting in Debugger, plus some minor rooting in JSD and xpconnect for some should-be-private JSAPI changes. r=terrence 2013-02-12 12:27:02 -08:00
jsd1640.def Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd1640.rc Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jsd3240.rc Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
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 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence 2013-03-06 16:41:43 +00:00
jsd_step.cpp Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence 2013-03-06 16:41:43 +00: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 845374 - Part r: Stop including nsTArray.h in nsReadableUtils.h; r=khuey 2013-03-17 08:55:16 +01:00
jsd_xpc.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
jsdebug.cpp Bug 838014 - More rooting in Debugger, plus some minor rooting in JSD and xpconnect for some should-be-private JSAPI changes. r=terrence 2013-02-12 12:27:02 -08:00
jsdebug.h Bug 838014 - More rooting in Debugger, plus some minor rooting in JSD and xpconnect for some should-be-private JSAPI changes. r=terrence 2013-02-12 12:27:02 -08:00
jsdstubs.cpp Bug 501536 - Make jsd compile as C++; r=luke 2012-09-04 09:02:03 -07:00
jshash.cpp Bug 787246 - rm OffTheBooks/Foreground/UnwantedForeground gunk (r=billm) 2012-08-31 15:01:33 -07:00
jshash.h Bug 647367 - Sequester jshash.{h,cpp} in js/jsd/ (attempt 2). r=luke. 2012-07-18 17:38:10 -07:00
mkshell.bat Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
moz.build Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
resource.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01: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.