ruby-debug-base 0.10.4-java
Sign up to get free protection for your applications and to get access to all the features.
- data/AUTHORS +6 -0
- data/ChangeLog +864 -0
- data/MIT-LICENSE +21 -0
- data/README +61 -0
- data/Rakefile +174 -0
- data/lib/linecache-ruby.rb +12 -0
- data/lib/linecache.rb +408 -0
- data/lib/ruby-debug-base.rb +270 -0
- data/lib/ruby_debug.jar +0 -0
- data/lib/tracelines.rb +45 -0
- metadata +76 -0
data/AUTHORS
ADDED
data/ChangeLog
ADDED
@@ -0,0 +1,864 @@
|
|
1
|
+
2008-11-21 11:05 Martin Krauskopf
|
2
|
+
|
3
|
+
* src/org/jruby/debug/RubyDebugger.java: typo
|
4
|
+
|
5
|
+
2008-11-21 10:16 Martin Krauskopf
|
6
|
+
|
7
|
+
* ., Rakefile, patch-0.10.2.diff, patch-0.10.3.diff,
|
8
|
+
rakelib/test.rake, src/org/jruby/debug/RubyDebugger.java:
|
9
|
+
Switching trunk to ruby-debug 0.10.3
|
10
|
+
|
11
|
+
2008-11-10 13:47 Martin Krauskopf
|
12
|
+
|
13
|
+
* lib/ruby-debug-base.rb: Use absolute paths in require (relative
|
14
|
+
stoped to work with JRuby 1.1.5)
|
15
|
+
|
16
|
+
2008-11-10 00:08 Martin Krauskopf
|
17
|
+
|
18
|
+
* README: Correcting ruby-debug and ruby-debug-base versions
|
19
|
+
|
20
|
+
2008-09-08 14:09 Martin Krauskopf
|
21
|
+
|
22
|
+
* ChangeLog: ChangeLog update before 0.10.2 release
|
23
|
+
|
24
|
+
2008-09-08 13:25 Martin Krauskopf
|
25
|
+
|
26
|
+
* rakelib/test.rake: Consider all test stable until explicitly
|
27
|
+
marked unstable
|
28
|
+
|
29
|
+
2008-09-08 13:24 Martin Krauskopf
|
30
|
+
|
31
|
+
* Rakefile: Do not hardcode gem version on several places
|
32
|
+
|
33
|
+
2008-09-02 09:29 Martin Krauskopf
|
34
|
+
|
35
|
+
* README-DEV: Revived README for developers
|
36
|
+
|
37
|
+
2008-09-02 09:27 Martin Krauskopf
|
38
|
+
|
39
|
+
* rakelib/test.rake: special test_stable task
|
40
|
+
|
41
|
+
2008-09-02 09:24 Martin Krauskopf
|
42
|
+
|
43
|
+
* Rakefile: prepare also basic config.private.yaml specific for
|
44
|
+
JRuby
|
45
|
+
|
46
|
+
2008-09-02 08:24 Martin Krauskopf
|
47
|
+
|
48
|
+
* ., patch-0.10.1.diff, patch-0.10.2.diff: Upgrading test patch for
|
49
|
+
ruby-debug 0.10.2
|
50
|
+
|
51
|
+
2008-09-02 08:06 Martin Krauskopf
|
52
|
+
|
53
|
+
* src/org/jruby/debug/DebugEventHook.java: Prevent NPE
|
54
|
+
|
55
|
+
2008-09-02 08:06 Martin Krauskopf
|
56
|
+
|
57
|
+
* src/org/jruby/debug/Debugger.java: Ensure Debugger#stop is always
|
58
|
+
called
|
59
|
+
|
60
|
+
2008-09-02 06:42 Martin Krauskopf
|
61
|
+
|
62
|
+
* Rakefile, src/org/jruby/debug/Debugger.java,
|
63
|
+
src/org/jruby/debug/RubyDebugger.java: Updating to ruby-debug
|
64
|
+
0.10.2.
|
65
|
+
|
66
|
+
- Debugger#load changed to take 2 optional args
|
67
|
+
- fixing startCount bug
|
68
|
+
|
69
|
+
2008-09-01 07:17 Martin Krauskopf
|
70
|
+
|
71
|
+
* src/org/jruby/debug/DebugEventHook.java: Fixing problem with
|
72
|
+
0-based vs 'new in JRuby' 1-base line numbering.
|
73
|
+
|
74
|
+
- adding 'default' case
|
75
|
+
|
76
|
+
2008-08-29 11:56 Martin Krauskopf
|
77
|
+
|
78
|
+
* README-DEV: obsolete fro trunk
|
79
|
+
|
80
|
+
2008-08-29 11:26 Martin Krauskopf
|
81
|
+
|
82
|
+
* src/org/jruby/debug/DebugEventHook.java,
|
83
|
+
src/org/jruby/debug/Util.java: Making trunk compilable with JRuby
|
84
|
+
1.1.4 (and thus non-compilable with older version)
|
85
|
+
|
86
|
+
2008-07-16 14:11 Martin Krauskopf
|
87
|
+
|
88
|
+
* src/org/jruby/debug/DebugEventHook.java,
|
89
|
+
src/org/jruby/debug/RubyDebugger.java: Migration to new JRuby
|
90
|
+
APIs
|
91
|
+
|
92
|
+
2008-06-13 09:27 Martin Krauskopf
|
93
|
+
|
94
|
+
* README, README-DEV, Rakefile: Switching to JRuby 1.1.2 --debug
|
95
|
+
parameter
|
96
|
+
|
97
|
+
2008-06-13 08:52 Martin Krauskopf
|
98
|
+
|
99
|
+
* ChangeLog, README: Updating version s/0.10.0/0.10.1
|
100
|
+
|
101
|
+
2008-05-16 09:31 Martin Krauskopf
|
102
|
+
|
103
|
+
* src/org/jruby/debug/DebugEventHook.java: Fixing typo; passing
|
104
|
+
wrong parameter to Debugger::Context#at_catchpoint
|
105
|
+
- regression test in ruby-debug-ide
|
106
|
+
CatchpointTest#test_catchpoint_basics
|
107
|
+
|
108
|
+
2008-05-05 13:34 Martin Krauskopf
|
109
|
+
|
110
|
+
* .: typo: s/runner.rb/runner.sh
|
111
|
+
|
112
|
+
2008-05-05 13:33 Martin Krauskopf
|
113
|
+
|
114
|
+
* ., Rakefile: "Import" runner.sh from native ruby-debug-base and
|
115
|
+
patch it for JRuby
|
116
|
+
|
117
|
+
2008-05-04 16:55 Martin Krauskopf
|
118
|
+
|
119
|
+
* ChangeLog, src/org/jruby/debug/Util.java,
|
120
|
+
testjava/org/jruby/debug/UtilTest.java: One more case for JRuby
|
121
|
+
core detection
|
122
|
+
|
123
|
+
2008-05-04 14:47 Martin Krauskopf
|
124
|
+
|
125
|
+
* patch-0.10.1.diff: - passing few more tests
|
126
|
+
- appyling multi-interpreter patch patch-0.10.1.diff
|
127
|
+
(see [#19934] Patch making test-init.rb interpreter independent)
|
128
|
+
|
129
|
+
2008-05-04 11:57 Martin Krauskopf
|
130
|
+
|
131
|
+
* patch-0.10.1.diff: Tweaking annotate.right to be passed (JRuby
|
132
|
+
does not step twice on 'if' node)
|
133
|
+
|
134
|
+
2008-05-04 11:38 Martin Krauskopf
|
135
|
+
|
136
|
+
* src/org/jruby/debug/Context.java: Fixing 'finish' acttion.
|
137
|
+
|
138
|
+
2008-05-04 11:34 Martin Krauskopf
|
139
|
+
|
140
|
+
* src/org/jruby/debug/DebugEventHook.java: Ignore JRuby core
|
141
|
+
classes by default. Consider option for enabling it.
|
142
|
+
|
143
|
+
2008-05-02 14:04 Martin Krauskopf
|
144
|
+
|
145
|
+
* src/org/jruby/debug/DebugEventHook.java,
|
146
|
+
src/org/jruby/debug/Util.java: Do not trace JRuby's built-in
|
147
|
+
support classes
|
148
|
+
- s/setFrameSource/updateTopFrame
|
149
|
+
|
150
|
+
2008-05-02 11:46 Martin Krauskopf
|
151
|
+
|
152
|
+
* patch-0.10.1.diff: passing test-info.rb (not support for
|
153
|
+
TraceLineNumbers yet)
|
154
|
+
|
155
|
+
2008-05-02 11:30 Martin Krauskopf
|
156
|
+
|
157
|
+
* src/org/jruby/debug/Context.java,
|
158
|
+
src/org/jruby/debug/Debugger.java: Temporary breakpoints (cont
|
159
|
+
<number> command) should not increase breakpoint id counter
|
160
|
+
Caught by and passing now TestInfoVar
|
161
|
+
|
162
|
+
2008-05-01 14:07 Martin Krauskopf
|
163
|
+
|
164
|
+
* patch-0.10.1.diff: - tweaking 'stepping' test to be passed by
|
165
|
+
JRuby which does not stop twice on certain expressions
|
166
|
+
- we do not show '-' for recursively entered frames
|
167
|
+
|
168
|
+
2008-04-30 16:15 Martin Krauskopf
|
169
|
+
|
170
|
+
* src/org/jruby/debug/Breakpoint.java,
|
171
|
+
src/org/jruby/debug/DebugEventHook.java: - prevent internal
|
172
|
+
conversion error in "condidion" command
|
173
|
+
- make breakpoint enable/disable state actually work
|
174
|
+
- relativize all entry files
|
175
|
+
|
176
|
+
2008-04-29 22:44 Martin Krauskopf
|
177
|
+
|
178
|
+
* ChangeLog, src/org/jruby/debug/Breakpoint.java,
|
179
|
+
src/org/jruby/debug/DebugBreakpoint.java: Unused imports
|
180
|
+
|
181
|
+
2008-04-29 22:43 Martin Krauskopf
|
182
|
+
|
183
|
+
* Rakefile, patch-0.10.1.diff: patch against ruby-debug-base 0.10.1
|
184
|
+
which:
|
185
|
+
- prepares default customized test/config.private.yaml suitable
|
186
|
+
for JRuby
|
187
|
+
- tweaks test suite to be able to pass for jruby-debug-base which
|
188
|
+
does
|
189
|
+
not support e.g. TraceLineNumbers yet.
|
190
|
+
|
191
|
+
2008-04-29 22:12 Martin Krauskopf
|
192
|
+
|
193
|
+
* src/org/jruby/debug/Breakpoint.java,
|
194
|
+
src/org/jruby/debug/DebugBreakpoint.java: Implementing enabled?
|
195
|
+
and enabled= for Breakpoint
|
196
|
+
(passing tweaked test-breakpoints)
|
197
|
+
|
198
|
+
2008-04-28 08:10 Martin Krauskopf
|
199
|
+
|
200
|
+
* src/org/jruby/debug/DebugContext.java,
|
201
|
+
src/org/jruby/debug/Debugger.java: Clear current stack when
|
202
|
+
debuggee is loaded, thus prevent Debugger
|
203
|
+
related calls to appear on the stack.
|
204
|
+
|
205
|
+
2008-04-28 08:10 Martin Krauskopf
|
206
|
+
|
207
|
+
* src/org/jruby/debug/DebugEventHook.java: more appropriate method
|
208
|
+
name s/resetFrameMid/resetTopFrameMethodName
|
209
|
+
|
210
|
+
2008-04-27 10:56 Martin Krauskopf
|
211
|
+
|
212
|
+
* ChangeLog, lib/ruby-debug-base.rb: Synchronizing with 0.10.1
|
213
|
+
ruby-debug-base.rb
|
214
|
+
|
215
|
+
2008-04-27 10:54 Martin Krauskopf
|
216
|
+
|
217
|
+
* src/org/jruby/debug/DebugEventHook.java,
|
218
|
+
src/org/jruby/debug/Util.java: Making debug mode
|
219
|
+
(Debugger.debug=true) more useful
|
220
|
+
|
221
|
+
2008-04-27 07:54 Martin Krauskopf
|
222
|
+
|
223
|
+
* rakelib: Providing playground for own developer's task in
|
224
|
+
rakelib/private.rake
|
225
|
+
|
226
|
+
2008-04-27 07:28 Martin Krauskopf
|
227
|
+
|
228
|
+
* src/org/jruby/debug/Debugger.java: simple code simplification,
|
229
|
+
more type-safety
|
230
|
+
|
231
|
+
2008-04-26 20:59 Martin Krauskopf
|
232
|
+
|
233
|
+
* testjava, testjava/org, testjava/org/jruby,
|
234
|
+
testjava/org/jruby/debug, testjava/org/jruby/debug/UtilTest.java:
|
235
|
+
Forgotten simple sanity check test for Util
|
236
|
+
|
237
|
+
2008-04-26 20:51 Martin Krauskopf
|
238
|
+
|
239
|
+
* ChangeLog, README-DEV: More info for developers
|
240
|
+
|
241
|
+
2008-04-26 19:37 Martin Krauskopf
|
242
|
+
|
243
|
+
* src/org/jruby/debug/Context.java,
|
244
|
+
src/org/jruby/debug/DebugBreakpoint.java,
|
245
|
+
src/org/jruby/debug/Util.java: - getting rid on not so useful
|
246
|
+
Util#toInt
|
247
|
+
- useful DebugBreakpoint#toString
|
248
|
+
- bit of simple Javadoc
|
249
|
+
|
250
|
+
2008-04-26 19:26 Martin Krauskopf
|
251
|
+
|
252
|
+
* src/org/jruby/debug/DebugEventHook.java,
|
253
|
+
src/org/jruby/debug/Util.java: Passing more CLI tests (relativize
|
254
|
+
files to user's working directory)
|
255
|
+
|
256
|
+
2008-04-26 13:59 Martin Krauskopf
|
257
|
+
|
258
|
+
* ChangeLog, src/org/jruby/debug/Context.java: Cosmetic readability
|
259
|
+
change
|
260
|
+
|
261
|
+
2008-04-26 12:02 Martin Krauskopf
|
262
|
+
|
263
|
+
* .: Ignore rdbg.rb possibly created by :prepare_tests target
|
264
|
+
|
265
|
+
2008-04-26 12:00 Martin Krauskopf
|
266
|
+
|
267
|
+
* README-DEV, Rakefile: - convenient :prepare_tests target for
|
268
|
+
setup-ing tests specifically for JRuby
|
269
|
+
- mini-HowTo for developers for how to run tests
|
270
|
+
|
271
|
+
2008-04-26 10:50 Martin Krauskopf
|
272
|
+
|
273
|
+
* ., Rakefile: - import through svn:externals whole test CLI test
|
274
|
+
suite + bin and cli
|
275
|
+
directories needed to run it. Note you also need rdbg.rb to run
|
276
|
+
tests but
|
277
|
+
svn:exernals does not supports them so far
|
278
|
+
(http://subversion.tigris.org/issues/show_bug.cgi?id=937)
|
279
|
+
- add targets for running test_base and CLI tests
|
280
|
+
(notice
|
281
|
+
https://rubyforge.org/tracker/index.php?func=detail&aid=19779&group_id=1900&atid=7438)
|
282
|
+
|
283
|
+
2008-04-26 10:44 Martin Krauskopf
|
284
|
+
|
285
|
+
* src/org/jruby/debug/Context.java,
|
286
|
+
src/org/jruby/debug/DebugEventHook.java,
|
287
|
+
src/org/jruby/debug/Debugger.java,
|
288
|
+
src/org/jruby/debug/RubyDebugger.java,
|
289
|
+
src/org/jruby/debug/Util.java: Unused params, few trivial
|
290
|
+
non-semantic tweaks.
|
291
|
+
|
292
|
+
2008-04-25 17:03 Martin Krauskopf
|
293
|
+
|
294
|
+
* README: - columnize gem is needed as well
|
295
|
+
- showing right usage for JRuby
|
296
|
+
|
297
|
+
2008-04-25 16:14 Martin Krauskopf
|
298
|
+
|
299
|
+
* ChangeLog, README: Quick instruction for installation of trunk
|
300
|
+
version
|
301
|
+
|
302
|
+
2008-04-25 14:30 Martin Krauskopf
|
303
|
+
|
304
|
+
* Rakefile, lib/linecache-ruby.rb, lib/linecache.rb,
|
305
|
+
lib/ruby-debug-base.rb, lib/tracelines.rb: - Borrowing
|
306
|
+
tracelines.rb and linecache.rb from Rocky's linecache gem, until
|
307
|
+
we
|
308
|
+
have better solution. Simulating native
|
309
|
+
TraceLineNumbers.lnums_for_str by
|
310
|
+
primitive Ruby implementation
|
311
|
+
- Temporarily workardounging bug in the JRuby:
|
312
|
+
http://jira.codehaus.org/browse/JRUBY-2442
|
313
|
+
|
314
|
+
2008-04-25 14:11 Martin Krauskopf
|
315
|
+
|
316
|
+
* src/org/jruby/debug/DebugEventHook.java: RubyUndef was removed
|
317
|
+
and replaced by static RubyObject.UNDEF (in JRuby rev. 6533)
|
318
|
+
|
319
|
+
2008-04-17 13:42 Martin Krauskopf
|
320
|
+
|
321
|
+
* src/org/jruby/debug/Context.java: getting rid of deprecations
|
322
|
+
|
323
|
+
2008-04-16 15:03 Martin Krauskopf
|
324
|
+
|
325
|
+
* Rakefile: unused java_classpath_arg (was renamed to
|
326
|
+
jruby_classpath)
|
327
|
+
|
328
|
+
2008-04-16 14:41 Martin Krauskopf
|
329
|
+
|
330
|
+
* ., Rakefile: - importing test/base from native ruby-debug-base
|
331
|
+
and adding rake task for it
|
332
|
+
- ignore NetBeans project metadata for now
|
333
|
+
|
334
|
+
2008-04-16 14:33 Martin Krauskopf
|
335
|
+
|
336
|
+
* lib/ruby-debug-base.rb: Define DEFAULT_START_SETTINGS constant
|
337
|
+
(forgotten commit). Merged from native ruby-debug-base
|
338
|
+
|
339
|
+
2008-04-16 13:21 Martin Krauskopf
|
340
|
+
|
341
|
+
* src/org/jruby/debug/DebugEventHook.java,
|
342
|
+
src/org/jruby/debug/Debugger.java,
|
343
|
+
src/org/jruby/debug/RubyDebugger.java: Support for more
|
344
|
+
catchpoints
|
345
|
+
- passing test/base/catchpoint.rb
|
346
|
+
|
347
|
+
2008-04-11 09:23 Martin Krauskopf
|
348
|
+
|
349
|
+
* lib/ruby-debug-base.rb, src/org/jruby/debug/Context.java,
|
350
|
+
src/org/jruby/debug/RubyDebugger.java: Passing ruby-debug
|
351
|
+
test/base/base.rb
|
352
|
+
- mailny optional frame parameter
|
353
|
+
|
354
|
+
2008-04-09 08:52 Martin Krauskopf
|
355
|
+
|
356
|
+
* jruby-patch.diff: Obsolete patch; not needed any more
|
357
|
+
|
358
|
+
2008-04-08 14:25 Martin Krauskopf
|
359
|
+
|
360
|
+
* Rakefile: Show compiler warning by default.
|
361
|
+
|
362
|
+
2008-04-08 14:21 Martin Krauskopf
|
363
|
+
|
364
|
+
* AUTHORS, ChangeLog, Rakefile: Adding license, authors and
|
365
|
+
ChangeLog to distribution files
|
366
|
+
|
367
|
+
2008-04-08 14:03 Martin Krauskopf
|
368
|
+
|
369
|
+
* README: Updating quite obsolete README
|
370
|
+
|
371
|
+
2008-04-08 13:21 Martin Krauskopf
|
372
|
+
|
373
|
+
* lib/test.rb: Removing obsolete (wrongly placed) test.
|
374
|
+
|
375
|
+
2008-04-08 13:17 Martin Krauskopf
|
376
|
+
|
377
|
+
* ., Rakefile, lib, lib/ruby-debug-base.rb,
|
378
|
+
src/RubyDebugBaseService.java, src/RubyDebugService.java: Syncing
|
379
|
+
with C-version to be able to run their test suite and more...
|
380
|
+
- s/ruby_debug_base.jar/ruby_debug.jar
|
381
|
+
- build extension into 'ext' instead of 'lib'
|
382
|
+
- removing some redundant targets
|
383
|
+
|
384
|
+
2008-04-07 22:13 Martin Krauskopf
|
385
|
+
|
386
|
+
* lib/ruby-debug-base.rb: Fake LineCache module simulating
|
387
|
+
linecache gem behaviour until there is full implementation for
|
388
|
+
JRuby.
|
389
|
+
|
390
|
+
2008-04-07 22:00 Martin Krauskopf
|
391
|
+
|
392
|
+
* Rakefile, src/org/jruby/debug/RubyDebugger.java: Swathing trunk
|
393
|
+
to 0.10.1
|
394
|
+
|
395
|
+
2008-03-19 21:15 Martin Krauskopf
|
396
|
+
|
397
|
+
* src/org/jruby/debug/Debugger.java: Some CLI options did not work.
|
398
|
+
Setting them during Debugger construction, not during start where
|
399
|
+
they might be already set.
|
400
|
+
|
401
|
+
2008-03-10 22:23 Peter Brant
|
402
|
+
|
403
|
+
* src/org/jruby/debug/DebugEventHook.java: Update for latest trunk
|
404
|
+
|
405
|
+
2008-02-19 12:30 Martin Krauskopf
|
406
|
+
|
407
|
+
* MIT-LICENSE: Updating license and addint MIT license for
|
408
|
+
jruby-debug-base
|
409
|
+
|
410
|
+
2008-02-05 13:48 Martin Krauskopf
|
411
|
+
|
412
|
+
* src/org/jruby/debug/Debugger.java,
|
413
|
+
src/org/jruby/debug/RubyDebugger.java: Check whether debugger is
|
414
|
+
started on more appropriate places
|
415
|
+
|
416
|
+
2008-02-04 14:06 Martin Krauskopf
|
417
|
+
|
418
|
+
* Rakefile, src/org/jruby/debug/RubyDebugger.java: Switch
|
419
|
+
dependency to ruby-debug-base 0.10.0
|
420
|
+
|
421
|
+
2008-02-01 16:12 Martin Krauskopf
|
422
|
+
|
423
|
+
* ChangeLog, Rakefile, svn2cl_usermap: svn2cl support + generating
|
424
|
+
ChangeLog
|
425
|
+
|
426
|
+
2008-01-29 22:41 Martin Krauskopf
|
427
|
+
|
428
|
+
* Rakefile: Minor fixes/tweaks to specifications
|
429
|
+
|
430
|
+
2008-01-17 00:34 Peter Brant
|
431
|
+
|
432
|
+
* src/org/jruby/debug/Breakpoint.java,
|
433
|
+
src/org/jruby/debug/Debugger.java,
|
434
|
+
src/org/jruby/debug/RubyDebugBaseLibrary.java: Sync with trunk
|
435
|
+
|
436
|
+
2007-11-26 23:23 Peter Brant
|
437
|
+
|
438
|
+
* src/org/jruby/debug/Breakpoint.java,
|
439
|
+
src/org/jruby/debug/Context.java,
|
440
|
+
src/org/jruby/debug/DebugEventHook.java,
|
441
|
+
src/org/jruby/debug/Debugger.java,
|
442
|
+
src/org/jruby/debug/RubyDebugBaseLibrary.java: Update to latest
|
443
|
+
trunk
|
444
|
+
|
445
|
+
2007-11-11 15:31 Martin Krauskopf
|
446
|
+
|
447
|
+
* src/org/jruby/debug/Debugger.java: - check whether debugger is
|
448
|
+
started; so immediate call to e.g. Debugger.resume() does not
|
449
|
+
throw NPE (threadsTable not initialized yet)
|
450
|
+
|
451
|
+
2007-11-11 15:28 Martin Krauskopf
|
452
|
+
|
453
|
+
* src/org/jruby/debug/Debugger.java: trivial refactoring:
|
454
|
+
introducing checkStarted(IRubyObject)
|
455
|
+
|
456
|
+
2007-11-11 15:21 Martin Krauskopf
|
457
|
+
|
458
|
+
* src/org/jruby/debug/Debugger.java: removing code duplication; no
|
459
|
+
semantic change
|
460
|
+
|
461
|
+
2007-11-11 14:16 Martin Krauskopf
|
462
|
+
|
463
|
+
* src/org/jruby/debug/DebugEventHook.java: - $! might be 'ni' if
|
464
|
+
the current ThreadContext is within 'defined?'
|
465
|
+
- minor cleanup
|
466
|
+
|
467
|
+
2007-11-10 23:06 Peter Brant
|
468
|
+
|
469
|
+
* src/org/jruby/debug/DebugEventHook.java: Fix from MK
|
470
|
+
|
471
|
+
2007-11-10 15:02 Martin Krauskopf
|
472
|
+
|
473
|
+
* Rakefile: 'or' does not work here. Has lower precedence then '='
|
474
|
+
operator. Better to use '||' or parenthesis.
|
475
|
+
|
476
|
+
2007-11-10 13:51 Martin Krauskopf
|
477
|
+
|
478
|
+
* src/org/jruby/debug/Debugger.java: minor: redunant relics after
|
479
|
+
refactoring in rev. 302
|
480
|
+
|
481
|
+
2007-10-31 14:39 Peter Brant
|
482
|
+
|
483
|
+
* Rakefile: Don't remove pkg directory in clean. There is clobber
|
484
|
+
for that. / Further refine jar command
|
485
|
+
|
486
|
+
2007-10-31 09:33 Martin Krauskopf
|
487
|
+
|
488
|
+
* Rakefile: Fixing in more general way (shorter than File.join)
|
489
|
+
|
490
|
+
2007-10-30 23:49 Peter Brant
|
491
|
+
|
492
|
+
* Rakefile: Clean out pkg directory when cleaning / Apparently jar
|
493
|
+
on Windows gets confused if slashes lean forward (bad JAR
|
494
|
+
created)
|
495
|
+
|
496
|
+
2007-10-28 15:24 Peter Brant
|
497
|
+
|
498
|
+
* src/org/jruby/debug/RubyDebugger.java: Make sure
|
499
|
+
Debugger.post_mortem cannot be set until it actually does
|
500
|
+
something
|
501
|
+
|
502
|
+
2007-10-28 00:43 Peter Brant
|
503
|
+
|
504
|
+
* src/org/jruby/debug/Context.java,
|
505
|
+
src/org/jruby/debug/DebugEventHook.java,
|
506
|
+
src/org/jruby/debug/DebugFrame.java: Implement copyScalarArgs()
|
507
|
+
|
508
|
+
2007-10-28 00:17 Peter Brant
|
509
|
+
|
510
|
+
* src/org/jruby/debug/Context.java,
|
511
|
+
src/org/jruby/debug/DebugEventHook.java,
|
512
|
+
src/org/jruby/debug/DebugFrame.java: Implement contextCopyArgs()
|
513
|
+
|
514
|
+
2007-10-28 00:17 Peter Brant
|
515
|
+
|
516
|
+
* src/org/jruby/debug/Debugger.java: Should use entry() instead of
|
517
|
+
get() for retrieving Ruby array values
|
518
|
+
|
519
|
+
2007-10-27 23:31 Peter Brant
|
520
|
+
|
521
|
+
* src/org/jruby/debug/RubyDebugger.java: Implement debug_at_exit
|
522
|
+
|
523
|
+
2007-10-27 23:31 Peter Brant
|
524
|
+
|
525
|
+
* src/org/jruby/debug/DebugEventHook.java: Move @SuppressWarnings
|
526
|
+
to the right place (now that the body of event() is its own
|
527
|
+
method)
|
528
|
+
|
529
|
+
2007-10-27 23:21 Peter Brant
|
530
|
+
|
531
|
+
* src/org/jruby/debug/Context.java,
|
532
|
+
src/org/jruby/debug/Debugger.java,
|
533
|
+
src/org/jruby/debug/RubyDebugger.java: Implement suspend/resume
|
534
|
+
all / Sleep status is "sleep" not "sleeping"
|
535
|
+
|
536
|
+
2007-10-27 22:15 Peter Brant
|
537
|
+
|
538
|
+
* src/org/jruby/debug/DebugContext.java,
|
539
|
+
src/org/jruby/debug/DebugEventHook.java,
|
540
|
+
src/org/jruby/debug/Debugger.java: Implement catchpoints
|
541
|
+
|
542
|
+
2007-10-27 22:15 Peter Brant
|
543
|
+
|
544
|
+
* src/org/jruby/debug/RubyDebugBaseLibrary.java: Minor cleanup
|
545
|
+
|
546
|
+
2007-10-27 00:27 Peter Brant
|
547
|
+
|
548
|
+
* src/org/jruby/debug/Context.java: Implement stop_frame=
|
549
|
+
|
550
|
+
2007-10-27 00:14 Peter Brant
|
551
|
+
|
552
|
+
* src/org/jruby/debug/Context.java,
|
553
|
+
src/org/jruby/debug/Debugger.java: Finish implementation of "Run
|
554
|
+
to Line"
|
555
|
+
|
556
|
+
2007-10-26 23:57 Peter Brant
|
557
|
+
|
558
|
+
* src/org/jruby/debug/DebugEventHook.java,
|
559
|
+
src/org/jruby/debug/Debugger.java: Remove Ruby wrapper around
|
560
|
+
threads table (which only existed in ruby_debug.c to provide a
|
561
|
+
hook into the GC) / Synchronize as necessary on threads table
|
562
|
+
since we access it outside of the protection of the event hook
|
563
|
+
lock
|
564
|
+
|
565
|
+
2007-10-26 23:28 Peter Brant
|
566
|
+
|
567
|
+
* src/org/jruby/debug/DebugEventHook.java: Implement hit count
|
568
|
+
related break conditions
|
569
|
+
|
570
|
+
2007-10-26 22:58 Peter Brant
|
571
|
+
|
572
|
+
* src/org/jruby/debug/DebugBreakpoint.java,
|
573
|
+
src/org/jruby/debug/DebugContext.java,
|
574
|
+
src/org/jruby/debug/DebugFrame.java,
|
575
|
+
src/org/jruby/debug/RubyDebugBaseLibrary.java,
|
576
|
+
src/org/jruby/debug/Util.java: Clean up a too hasty commit
|
577
|
+
|
578
|
+
2007-10-26 22:50 Peter Brant
|
579
|
+
|
580
|
+
* src/RubyDebugBaseService.java,
|
581
|
+
src/org/jruby/debug/Breakpoint.java,
|
582
|
+
src/org/jruby/debug/Context.java,
|
583
|
+
src/org/jruby/debug/DebugBreakpoint.java,
|
584
|
+
src/org/jruby/debug/DebugContext.java,
|
585
|
+
src/org/jruby/debug/DebugEventHook.java,
|
586
|
+
src/org/jruby/debug/DebugFrame.java,
|
587
|
+
src/org/jruby/debug/Debugger.java,
|
588
|
+
src/org/jruby/debug/RubyDebugBaseLibrary.java,
|
589
|
+
src/org/jruby/debug/RubyDebugger.java,
|
590
|
+
src/org/jruby/debug/Util.java: Remove tabs that sneaked in / Add
|
591
|
+
license header to all Java files
|
592
|
+
|
593
|
+
2007-10-25 06:18 Martin Krauskopf
|
594
|
+
|
595
|
+
* src/org/jruby/debug/Context.java,
|
596
|
+
src/org/jruby/debug/Debugger.java, src/org/jruby/debug/Util.java:
|
597
|
+
minor cleanup: removing Util#toBoolean - isTrue() is defined
|
598
|
+
diclared directly in IRubyObject
|
599
|
+
|
600
|
+
2007-10-25 00:44 Peter Brant
|
601
|
+
|
602
|
+
* src/org/jruby/debug/Context.java,
|
603
|
+
src/org/jruby/debug/DebugEventHook.java,
|
604
|
+
src/org/jruby/debug/Debugger.java,
|
605
|
+
src/org/jruby/debug/RubyDebugger.java: Implement Debugger.skip()
|
606
|
+
/ Additional Ruby boilerplate / Clean up setters (which should
|
607
|
+
return the value they were passed)
|
608
|
+
|
609
|
+
2007-10-24 14:58 Peter Brant
|
610
|
+
|
611
|
+
* lib/ruby-debug-base.rb: Comment out run_init_script (exists only
|
612
|
+
in trunk version of ruby-debug-base) (Dudley Flanders)
|
613
|
+
|
614
|
+
2007-10-24 13:13 Peter Brant
|
615
|
+
|
616
|
+
* src/org/jruby/debug/Breakpoint.java: Fix to previous commit (pos=
|
617
|
+
was wrong)
|
618
|
+
|
619
|
+
2007-10-24 12:56 Peter Brant
|
620
|
+
|
621
|
+
* src/org/jruby/debug/Breakpoint.java: Finish Ruby side of
|
622
|
+
breakpoint implementation
|
623
|
+
|
624
|
+
2007-10-24 12:55 Peter Brant
|
625
|
+
|
626
|
+
* src/org/jruby/debug/DebugEventHook.java: A null method name (e.g.
|
627
|
+
when a class is defined) was causing the entire stack to be
|
628
|
+
unwound
|
629
|
+
|
630
|
+
2007-10-22 23:28 Peter Brant
|
631
|
+
|
632
|
+
* src/org/jruby/debug/Context.java: Update for latest trunk / Fix
|
633
|
+
variable listing bug when no binding context is defined
|
634
|
+
|
635
|
+
2007-10-22 21:42 Chris Nelson
|
636
|
+
|
637
|
+
* src/org/jruby/debug/Context.java: needed to fix annotations to
|
638
|
+
compile
|
639
|
+
|
640
|
+
2007-10-22 01:53 Peter Brant
|
641
|
+
|
642
|
+
* src/RubyDebugBaseService.java: Rename DebuggerDef to RubyDebugger
|
643
|
+
for more consistency with core (missed in previous commit)
|
644
|
+
|
645
|
+
2007-10-22 01:52 Peter Brant
|
646
|
+
|
647
|
+
* src/org/jruby/debug/Debugger.java,
|
648
|
+
src/org/jruby/debug/DebuggerDef.java,
|
649
|
+
src/org/jruby/debug/RubyDebugBaseLibrary.java,
|
650
|
+
src/org/jruby/debug/RubyDebugger.java: Rename DebuggerDef to
|
651
|
+
RubyDebugger for more consistency with core
|
652
|
+
|
653
|
+
2007-10-22 01:51 Peter Brant
|
654
|
+
|
655
|
+
* src/org/jruby/debug/Breakpoint.java,
|
656
|
+
src/org/jruby/debug/Context.java,
|
657
|
+
src/org/jruby/debug/DebuggerDef.java,
|
658
|
+
src/org/jruby/debug/RubyDebugBaseLibrary.java: Move to
|
659
|
+
annotation-based Ruby method bindings / Minor method related
|
660
|
+
cleanups (mostly add a handful of missed bindings, always specify
|
661
|
+
arity where possible)
|
662
|
+
|
663
|
+
2007-10-21 01:03 Peter Brant
|
664
|
+
|
665
|
+
* src/org/jruby/debug/Breakpoint.java,
|
666
|
+
src/org/jruby/debug/Context.java,
|
667
|
+
src/org/jruby/debug/DebugContext.java,
|
668
|
+
src/org/jruby/debug/DebugEventHook.java,
|
669
|
+
src/org/jruby/debug/Debugger.java: Implement suspend and resume /
|
670
|
+
Threading semantics should be the same as C version now / Minor
|
671
|
+
cleanups
|
672
|
+
|
673
|
+
2007-10-20 00:03 Peter Brant
|
674
|
+
|
675
|
+
* src/org/jruby/debug/DebugEventHook.java: Current thread was
|
676
|
+
always being removed from the thread table on an event
|
677
|
+
|
678
|
+
2007-10-18 19:35 Martin Krauskopf
|
679
|
+
|
680
|
+
* Rakefile: Clean also built jar during :clean, so 'rake clean
|
681
|
+
install_gem' does the job
|
682
|
+
|
683
|
+
2007-10-18 19:27 Martin Krauskopf
|
684
|
+
|
685
|
+
* src/org/jruby/debug/Context.java,
|
686
|
+
src/org/jruby/debug/DebugEventHook.java,
|
687
|
+
src/org/jruby/debug/Debugger.java,
|
688
|
+
src/org/jruby/debug/DebuggerDef.java: - getting rid of my
|
689
|
+
personal signs/relics
|
690
|
+
- leaving some message - those places should be fixed soon
|
691
|
+
|
692
|
+
2007-10-18 19:16 Martin Krauskopf
|
693
|
+
|
694
|
+
* src/org/jruby/debug/Context.java: suspended_p implemented
|
695
|
+
|
696
|
+
2007-10-18 19:13 Martin Krauskopf
|
697
|
+
|
698
|
+
* src/org/jruby/debug/Context.java: ignored_p implemented
|
699
|
+
|
700
|
+
2007-10-18 18:51 Martin Krauskopf
|
701
|
+
|
702
|
+
* src/org/jruby/debug/Context.java: stop_reason implemented
|
703
|
+
|
704
|
+
2007-10-17 16:39 Chris Nelson
|
705
|
+
|
706
|
+
* Rakefile: missed one pkg/ruby_debug_base.jar
|
707
|
+
|
708
|
+
2007-10-14 18:37 Martin Krauskopf
|
709
|
+
|
710
|
+
* src/RubyDebugBaseService.java: trivial cleanup
|
711
|
+
|
712
|
+
2007-10-13 15:51 Martin Krauskopf
|
713
|
+
|
714
|
+
* .: Ignore 'dist' and 'build'
|
715
|
+
|
716
|
+
2007-10-13 15:50 Martin Krauskopf
|
717
|
+
|
718
|
+
* Rakefile, lib: ruby_debug_base.jar must be packaged into lib dir
|
719
|
+
(my regression)
|
720
|
+
Ideally this would be done during packaging. So lib _source_ dir
|
721
|
+
would not be touched. But do not know how to do this yet
|
722
|
+
|
723
|
+
2007-10-12 23:40 Peter Brant
|
724
|
+
|
725
|
+
* src/org/jruby/debug/Context.java,
|
726
|
+
src/org/jruby/debug/DebugEventHook.java,
|
727
|
+
src/org/jruby/debug/Debugger.java: Robustness improvements to
|
728
|
+
step over / Method breakpoints work (although JRuby is giving us
|
729
|
+
the wrong line number) / Conditional breakpoints work (both line
|
730
|
+
and method) / Implement realClass()
|
731
|
+
|
732
|
+
2007-10-12 15:32 Peter Brant
|
733
|
+
|
734
|
+
* src/org/jruby/debug/Context.java,
|
735
|
+
src/org/jruby/debug/DebugContext.java,
|
736
|
+
src/org/jruby/debug/Debugger.java,
|
737
|
+
src/org/jruby/debug/DebuggerDef.java: Block can now be passed to
|
738
|
+
Debugger.start() / Implement checkFrameNumber() / Fixes to local
|
739
|
+
variable listing
|
740
|
+
|
741
|
+
2007-10-11 18:26 Martin Krauskopf
|
742
|
+
|
743
|
+
* src/org/jruby/debug/DebugEventHook.java: syncing with JRuby API
|
744
|
+
changes
|
745
|
+
|
746
|
+
2007-10-11 08:34 Martin Krauskopf
|
747
|
+
|
748
|
+
* Rakefile: better way for clean/clobber tasks - I'm still Rake
|
749
|
+
newbie :)
|
750
|
+
|
751
|
+
2007-10-11 08:21 Martin Krauskopf
|
752
|
+
|
753
|
+
* Rakefile: Clean task
|
754
|
+
|
755
|
+
2007-10-11 08:14 Martin Krauskopf
|
756
|
+
|
757
|
+
* .: ignore pkg dir
|
758
|
+
|
759
|
+
2007-10-11 08:13 Martin Krauskopf
|
760
|
+
|
761
|
+
* Rakefile: - default target (package)
|
762
|
+
- build everything into pkg directory (not lib and java dirs)
|
763
|
+
- minor cleanup (based on rcovrt4j package)
|
764
|
+
|
765
|
+
2007-10-09 06:15 Martin Krauskopf
|
766
|
+
|
767
|
+
* Rakefile: Fixing wrong homepage and author
|
768
|
+
|
769
|
+
2007-10-09 03:57 Chris Nelson
|
770
|
+
|
771
|
+
* lib/test.rb: very simple testcase
|
772
|
+
|
773
|
+
2007-10-09 03:24 Chris Nelson
|
774
|
+
|
775
|
+
* README, Rakefile, lib, lib/ruby-debug-base.rb, lib/test.rb,
|
776
|
+
src/RubyDebugBaseService.java: initial checking of gem support
|
777
|
+
|
778
|
+
2007-10-08 20:54 Martin Krauskopf
|
779
|
+
|
780
|
+
* src/org/jruby/debug/Context.java: - making compilable (after
|
781
|
+
JRuby trunk non-compatible API change)
|
782
|
+
- minor refactoring (renaming)
|
783
|
+
|
784
|
+
2007-09-28 17:05 Martin Krauskopf
|
785
|
+
|
786
|
+
* src/org/jruby/debug/Breakpoint.java: basic breakpoint listing
|
787
|
+
works
|
788
|
+
|
789
|
+
2007-09-28 16:59 Martin Krauskopf
|
790
|
+
|
791
|
+
* src/org/jruby/debug/Context.java,
|
792
|
+
src/org/jruby/debug/RubyDebugBaseLibrary.java: - minor cleanup
|
793
|
+
- removing Rubyism from Java classes
|
794
|
+
|
795
|
+
2007-09-28 16:27 Martin Krauskopf
|
796
|
+
|
797
|
+
* src/org/jruby/debug/DebugContext.java,
|
798
|
+
src/org/jruby/debug/DebugEventHook.java,
|
799
|
+
src/org/jruby/debug/Debugger.java: Fixing frames handling
|
800
|
+
|
801
|
+
2007-09-28 08:56 Martin Krauskopf
|
802
|
+
|
803
|
+
* src/org/jruby/debug/Context.java,
|
804
|
+
src/org/jruby/debug/DebugEventHook.java,
|
805
|
+
src/org/jruby/debug/DebugFrame.java: - s/id/methodName
|
806
|
+
- s/==/equals
|
807
|
+
|
808
|
+
2007-09-27 22:15 Martin Krauskopf
|
809
|
+
|
810
|
+
* src/org/jruby/debug/Context.java: frame_self
|
811
|
+
|
812
|
+
2007-09-27 22:11 Martin Krauskopf
|
813
|
+
|
814
|
+
* src/org/jruby/debug/Context.java,
|
815
|
+
src/org/jruby/debug/DebugFrame.java: Tuning and applying patch
|
816
|
+
from Chris Nelson for local variables
|
817
|
+
|
818
|
+
2007-09-27 21:48 Martin Krauskopf
|
819
|
+
|
820
|
+
* jruby-patch.diff: protected is enough
|
821
|
+
|
822
|
+
2007-09-26 08:46 Martin Krauskopf
|
823
|
+
|
824
|
+
* src/org/jruby/debug/DebugEventHook.java: right way to get args
|
825
|
+
for current frame
|
826
|
+
|
827
|
+
2007-09-24 21:42 Martin Krauskopf
|
828
|
+
|
829
|
+
* src/org/jruby/debug/DebugEventHook.java,
|
830
|
+
src/org/jruby/debug/DebugFrame.java: ThreadContext.getFrameArgs()
|
831
|
+
removed; wasn't used anyway; throwing UOE from
|
832
|
+
DebugFrame.getArgc() - not used so far(?)
|
833
|
+
|
834
|
+
2007-09-24 21:40 Martin Krauskopf
|
835
|
+
|
836
|
+
* src/org/jruby/debug/DebugFrame.java: usuful toString()
|
837
|
+
|
838
|
+
2007-09-24 11:52 Martin Krauskopf
|
839
|
+
|
840
|
+
* README, jruby-patch.diff: Note about JRuby's trunk plus patch
|
841
|
+
|
842
|
+
2007-09-09 20:34 Martin Krauskopf
|
843
|
+
|
844
|
+
* src/org/jruby/debug/Context.java,
|
845
|
+
src/org/jruby/debug/DebugEventHook.java,
|
846
|
+
src/org/jruby/debug/DebugFrame.java,
|
847
|
+
src/org/jruby/debug/Debugger.java,
|
848
|
+
src/org/jruby/debug/DebuggerDef.java: Continuing... 'w' works a
|
849
|
+
little bit
|
850
|
+
|
851
|
+
2007-09-02 18:46 Martin Krauskopf
|
852
|
+
|
853
|
+
* ., README, src, src/org, src/org/jruby, src/org/jruby/debug,
|
854
|
+
src/org/jruby/debug/Breakpoint.java,
|
855
|
+
src/org/jruby/debug/Context.java,
|
856
|
+
src/org/jruby/debug/DebugBreakpoint.java,
|
857
|
+
src/org/jruby/debug/DebugContext.java,
|
858
|
+
src/org/jruby/debug/DebugEventHook.java,
|
859
|
+
src/org/jruby/debug/DebugFrame.java,
|
860
|
+
src/org/jruby/debug/Debugger.java,
|
861
|
+
src/org/jruby/debug/DebuggerDef.java,
|
862
|
+
src/org/jruby/debug/RubyDebugBaseLibrary.java,
|
863
|
+
src/org/jruby/debug/Util.java: See jruby-debug/trunk/README
|
864
|
+
|