Commit Graph

3107 Commits

Author SHA1 Message Date
konsoletyper
89d6a453ec Speed-up dependency checker
=
2014-09-04 13:24:39 +04:00
konsoletyper
ec9e927701 Merge remote-tracking branch 'origin/incremental' into incremental
Conflicts:
	teavm-core/src/main/java/org/teavm/dependency/DependencyChecker.java
2014-09-04 11:34:20 +04:00
konsoletyper
7a36799b99 Removes threading 2014-09-04 11:25:39 +04:00
konsoletyper
4f941e0a0a Refactor dependency checker 2014-09-03 21:08:19 +04:00
konsoletyper
e60be5d518 Start refactoring dependency checker to make it partially incremental 2014-09-03 18:20:31 +04:00
konsoletyper
0ff2b2a1dc Fixes small bugs that were found by html4j TCK 2014-09-02 18:25:43 +04:00
konsoletyper
8dada3b28c Adds support of some methods required by latest html4j. See
https://github.com/konsoletyper/teavm/issues/6
2014-09-02 12:11:13 +04:00
konsoletyper
b63a6d203f Fixes positioning on native JavaScript stack frame. Fixes logging of
Google Chrome debugger backend.
2014-09-02 00:07:25 +04:00
konsoletyper
491f7ab962 When exloring JS stack frame from Java thread, Eclipse opens JS source 2014-09-01 17:53:59 +04:00
konsoletyper
6675b4745d Adds TeaVM's icon 2014-08-31 12:36:44 +04:00
konsoletyper
94855d04d0 Adds UI for viewing JavaScript file in debugger 2014-08-31 11:48:09 +04:00
konsoletyper
238cb69fb9 Add license header. Add JavaScript thread 2014-08-31 11:07:45 +04:00
konsoletyper
351d14e275 Minor improvements of Eclipse debugger UI 2014-08-31 00:14:51 +04:00
konsoletyper
45181bece7 Refactoring 2014-08-30 23:37:48 +04:00
konsoletyper
b51d8fe452 Refactoring and bugfixes 2014-08-30 23:29:24 +04:00
konsoletyper
1aca1d5a1e Get "step in" back to work 2014-08-30 21:28:10 +04:00
konsoletyper
31b5895640 Refactoring of debug information reader/writer 2014-08-30 19:13:14 +04:00
konsoletyper
deea4e995a Further refactoring of debugger 2014-08-29 18:01:52 +04:00
konsoletyper
45c336ebb8 Refactoring of debug information 2014-08-28 17:54:02 +04:00
konsoletyper
88c47095a6 Start refactoring of debug information 2014-08-27 22:49:28 +04:00
konsoletyper
7e1ff76c5d Introduces another approach for setting temporary breakpoints at
methods' start lines when stepping in, due to bug in google chrome:
http://code.google.com/p/chromium/issues/detail?id=407105
2014-08-27 18:05:38 +04:00
konsoletyper
7cb3ce70c3 Adds source maps generation 2014-08-26 17:48:32 +04:00
Alexey Andreev
5b0506d158 Makes more accurate callsite generation 2014-08-24 22:40:53 +04:00
Alexey Andreev
86003b45ca Fixes generation of CFG debug information 2014-08-24 17:37:57 +04:00
Alexey Andreev
97e107635b Fixes bugs related to stepping 2014-08-24 16:02:21 +04:00
Alexey Andreev
6272c3a79a Fixes bug with stepping 2014-08-24 13:52:57 +04:00
Alexey Andreev
3bc8887e4f Adds reordering of call sites to achieve natural stepping in call
hierarchy.
2014-08-22 23:01:19 +04:00
konsoletyper
0f81841cf5 Adds RecordArray that generalizes several tasks performed by debugger. 2014-08-22 17:38:41 +04:00
konsoletyper
fed5637d4d Fixes bugs in stepping 2014-08-20 12:51:28 +04:00
konsoletyper
0c708868a5 Implements step into and fixes bugs 2014-08-19 17:53:28 +04:00
konsoletyper
2c8902e94a Adds several mappings to debug information 2014-08-18 21:10:17 +04:00
konsoletyper
7153a8e2c9 Adds call sites to debug information 2014-08-17 15:39:48 +04:00
konsoletyper
497d2424bb Changes debug information format for more compact size of bytecode CFG 2014-08-16 10:48:23 +04:00
konsoletyper
95f532aca6 Minor fixes & refactoring 2014-08-14 12:20:23 +04:00
konsoletyper
14fdf9b797 Adds attribute, indicating that breakpoint was installed in TeaVM 2014-08-13 21:34:46 +04:00
konsoletyper
c0dc459f22 Fixes bugs in stepping over 2014-08-13 16:06:43 +04:00
konsoletyper
4115785823 Great progress toward "step over" operation 2014-08-12 14:30:47 +04:00
konsoletyper
b05d1a7524 Adds line CFG to debug information 2014-08-11 18:26:25 +04:00
konsoletyper
fa1a620fdb Small improvements 2014-08-08 18:02:43 +04:00
konsoletyper
befde46ca2 Adds latest debugger's features to Eclipse plugin 2014-08-07 15:28:47 +04:00
konsoletyper
569d6fa3e8 Multiple small improvements 2014-08-07 14:12:08 +04:00
konsoletyper
1b374c7466 Fixes variable mapping 2014-08-07 12:23:47 +04:00
konsoletyper
2b52bbedf8 Repair maven build 2014-08-07 07:41:07 +04:00
konsoletyper
461528b51f Adds support of object's fields in debugger watches 2014-08-06 23:03:50 +04:00
konsoletyper
8d0432dd5e First correct local variable mapping 2014-08-06 20:56:33 +04:00
konsoletyper
36d76885a7 Fixes bugs with variable debug information tracking 2014-08-06 18:12:50 +04:00
konsoletyper
cbe2ccb499 Fixes bugs with variable mapping 2014-08-05 18:08:13 +04:00
konsoletyper
bc911a661a Begin to implement variable mapping 2014-08-04 23:22:41 +04:00
konsoletyper
dbb807efed Small fixes. Adds license to feature 2014-08-03 22:43:15 +04:00
konsoletyper
bfd7f8e269 Adds feature and update site 2014-08-03 16:05:41 +04:00