rbx-trepanning 0.0.2-universal-rubinius-1.2 → 0.0.3-universal-rubinius-1.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbx-trepanning
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: universal-rubinius-1.2
12
12
  authors:
13
13
  - R. Bernstein
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-26 00:00:00 -05:00
18
+ date: 2011-01-01 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -98,204 +98,207 @@ files:
98
98
  - NEWS
99
99
  - Rakefile
100
100
  - THANKS
101
- - app/mock.rb
102
- - app/brkptmgr.rbc
103
- - app/display.rb
104
101
  - app/frame.rb
105
- - app/display.rbc
106
- - app/util.rb
107
- - app/method.rbc
108
- - app/options.rb
102
+ - app/iseq.rb
103
+ - app/display.rb
104
+ - app/irb.rbc
105
+ - app/brkptmgr.rbc
109
106
  - app/mock.rbc
110
- - app/irb.rb
111
- - app/method.rb
112
- - app/default.rbc
107
+ - app/mock.rb
108
+ - app/validate.rb
109
+ - app/method.rbc
110
+ - app/iseq.rbc
113
111
  - app/breakpoint.rb
114
112
  - app/brkptmgr.rb
115
- - app/run.rbc
116
- - app/validate.rb
113
+ - app/method.rb
114
+ - app/validate.rbc
117
115
  - app/default.rb
118
- - app/irb.rbc
116
+ - app/options.rb
117
+ - app/util.rb
118
+ - app/breakpoint.rbc
119
+ - app/options.rbc
119
120
  - app/run.rb
120
- - app/iseq.rb
121
- - app/iseq.rbc
121
+ - app/display.rbc
122
+ - app/default.rbc
122
123
  - app/frame.rbc
124
+ - app/irb.rb
123
125
  - app/util.rbc
124
- - app/options.rbc
125
- - app/breakpoint.rbc
126
- - app/validate.rbc
126
+ - app/run.rbc
127
127
  - bin/trepanx
128
- - bin/trepanx.compiled.rbc
129
128
  - bin/trepan.compiled.rbc
130
- - interface/script.rb
129
+ - bin/trepanx.compiled.rbc
130
+ - interface/base_intf.rbc
131
+ - interface/user.rbc
131
132
  - interface/script.rbc
132
133
  - interface/base_intf.rb
134
+ - interface/script.rb
133
135
  - interface/user.rb
134
- - interface/base_intf.rbc
135
- - interface/user.rbc
136
- - io/null_output.rbc
137
- - io/base_io.rb
138
- - io/input.rbc
139
- - io/null_output.rb
136
+ - io/string_array.rbc
140
137
  - io/string_array.rb
141
- - io/input.rb
138
+ - io/null_output.rb
142
139
  - io/base_io.rbc
143
- - io/string_array.rbc
140
+ - io/base_io.rb
141
+ - io/input.rb
142
+ - io/input.rbc
143
+ - io/null_output.rbc
144
144
  - lib/trepanning.rbc
145
145
  - lib/trepanning.rb
146
+ - processor/location.rb
147
+ - processor/frame.rb
146
148
  - processor/main.rb
149
+ - processor/help.rb
147
150
  - processor/mock.rb
148
- - processor/frame.rb
149
151
  - processor/running.rb
150
- - processor/msg.rb
151
152
  - processor/disassemble.rb
152
- - processor/breakpoint.rb
153
153
  - processor/validate.rb
154
+ - processor/breakpoint.rb
154
155
  - processor/default.rb
155
- - processor/stepping.rb
156
+ - processor/load_cmds.rb
156
157
  - processor/subcmd.rb
157
- - processor/help.rb
158
158
  - processor/eval.rb
159
- - processor/location.rb
160
- - processor/load_cmds.rb
159
+ - processor/msg.rb
161
160
  - processor/hook.rb
162
- - processor/command/pr.rb
161
+ - processor/stepping.rb
162
+ - processor/command/backtrace.rb
163
+ - processor/command/frame.rb
164
+ - processor/command/list.rb
165
+ - processor/command/unalias.rb
163
166
  - processor/command/break.rb
164
167
  - processor/command/source.rb
165
- - processor/command/set.rb
166
- - processor/command/restart.rb
167
- - processor/command/list.rb
168
- - processor/command/nexti.rb
169
- - processor/command/frame.rb
170
168
  - processor/command/alias.rb
171
- - processor/command/show.rb
172
- - processor/command/exit.rb
173
- - processor/command/tbreak.rb
174
- - processor/command/next.rb
175
- - processor/command/irb.rb
176
- - processor/command/up.rb
169
+ - processor/command/help.rb
170
+ - processor/command/step.rb
177
171
  - processor/command/kill.rb
178
172
  - processor/command/disassemble.rb
179
- - processor/command/delete.rb
180
- - processor/command/directory.rb
181
- - processor/command/ps.rb
173
+ - processor/command/info.rb
182
174
  - processor/command/finish.rb
183
- - processor/command/down.rb
184
- - processor/command/help.rb
175
+ - processor/command/show.rb
176
+ - processor/command/delete.rb
177
+ - processor/command/set.rb
185
178
  - processor/command/eval.rb
186
- - processor/command/step.rb
187
- - processor/command/unalias.rb
188
- - processor/command/info.rb
179
+ - processor/command/ps.rb
180
+ - processor/command/nexti.rb
181
+ - processor/command/directory.rb
189
182
  - processor/command/continue.rb
190
- - processor/command/backtrace.rb
191
- - processor/command/set_subcmd/substitute.rb
192
- - processor/command/set_subcmd/debug.rb
193
- - processor/command/set_subcmd/hidelevel.rb
194
- - processor/command/set_subcmd/trace.rb
183
+ - processor/command/exit.rb
184
+ - processor/command/tbreak.rb
185
+ - processor/command/irb.rb
186
+ - processor/command/pr.rb
187
+ - processor/command/restart.rb
188
+ - processor/command/down.rb
189
+ - processor/command/next.rb
190
+ - processor/command/up.rb
195
191
  - processor/command/set_subcmd/max.rb
196
- - processor/command/set_subcmd/basename.rb
192
+ - processor/command/set_subcmd/hidelevel.rb
197
193
  - processor/command/set_subcmd/kernelstep.rb
198
- - processor/command/set_subcmd/auto.rb
194
+ - processor/command/set_subcmd/basename.rb
195
+ - processor/command/set_subcmd/trace.rb
199
196
  - processor/command/set_subcmd/different.rb
200
- - processor/command/base/submgr.rb
197
+ - processor/command/set_subcmd/substitute.rb
198
+ - processor/command/set_subcmd/debug.rb
199
+ - processor/command/set_subcmd/auto.rb
201
200
  - processor/command/base/subsubcmd.rb
202
- - processor/command/base/subcmd.rb
201
+ - processor/command/base/submgr.rb
203
202
  - processor/command/base/cmd.rb
204
203
  - processor/command/base/subsubmgr.rb
205
- - processor/command/info_subcmd/breakpoints.rb
206
- - processor/command/info_subcmd/file.rb
204
+ - processor/command/base/subcmd.rb
207
205
  - processor/command/info_subcmd/variables.rb
208
206
  - processor/command/info_subcmd/method.rb
207
+ - processor/command/info_subcmd/file.rb
208
+ - processor/command/info_subcmd/breakpoints.rb
209
209
  - processor/command/info_subcmd/program.rb
210
- - processor/command/show_subcmd/debug.rb
211
- - processor/command/show_subcmd/args.rb
212
- - processor/command/show_subcmd/hidelevel.rb
213
- - processor/command/show_subcmd/trace.rb
214
- - processor/command/show_subcmd/alias.rb
215
210
  - processor/command/show_subcmd/max.rb
216
- - processor/command/show_subcmd/basename.rb
211
+ - processor/command/show_subcmd/alias.rb
212
+ - processor/command/show_subcmd/hidelevel.rb
217
213
  - processor/command/show_subcmd/kernelstep.rb
218
- - processor/command/show_subcmd/auto.rb
214
+ - processor/command/show_subcmd/basename.rb
215
+ - processor/command/show_subcmd/trace.rb
216
+ - processor/command/show_subcmd/args.rb
219
217
  - processor/command/show_subcmd/different.rb
218
+ - processor/command/show_subcmd/debug.rb
219
+ - processor/command/show_subcmd/auto.rb
220
+ - processor/command/show_subcmd/debug_subcmd/step.rb
220
221
  - processor/command/show_subcmd/debug_subcmd/dbgr.rb
221
222
  - processor/command/show_subcmd/debug_subcmd/skip.rb
222
- - processor/command/show_subcmd/debug_subcmd/step.rb
223
- - processor/command/show_subcmd/auto_subcmd/list.rb
223
+ - processor/command/show_subcmd/trace_subcmd/print.rb
224
224
  - processor/command/show_subcmd/auto_subcmd/dis.rb
225
- - processor/command/show_subcmd/auto_subcmd/irb.rb
225
+ - processor/command/show_subcmd/auto_subcmd/list.rb
226
226
  - processor/command/show_subcmd/auto_subcmd/eval.rb
227
- - processor/command/show_subcmd/trace_subcmd/print.rb
227
+ - processor/command/show_subcmd/auto_subcmd/irb.rb
228
228
  - processor/command/show_subcmd/max_subcmd/list.rb
229
+ - processor/command/show_subcmd/max_subcmd/stack.rb
229
230
  - processor/command/show_subcmd/max_subcmd/string.rb
230
231
  - processor/command/show_subcmd/max_subcmd/width.rb
231
- - processor/command/show_subcmd/max_subcmd/stack.rb
232
+ - processor/command/set_subcmd/debug_subcmd/step.rb
232
233
  - processor/command/set_subcmd/debug_subcmd/dbgr.rb
233
234
  - processor/command/set_subcmd/debug_subcmd/skip.rb
234
- - processor/command/set_subcmd/debug_subcmd/step.rb
235
- - processor/command/set_subcmd/auto_subcmd/list.rb
235
+ - processor/command/set_subcmd/trace_subcmd/print.rb
236
236
  - processor/command/set_subcmd/auto_subcmd/dis.rb
237
- - processor/command/set_subcmd/auto_subcmd/irb.rb
237
+ - processor/command/set_subcmd/auto_subcmd/list.rb
238
238
  - processor/command/set_subcmd/auto_subcmd/eval.rb
239
- - processor/command/set_subcmd/trace_subcmd/print.rb
239
+ - processor/command/set_subcmd/auto_subcmd/irb.rb
240
240
  - processor/command/set_subcmd/max_subcmd/list.rb
241
+ - processor/command/set_subcmd/max_subcmd/stack.rb
241
242
  - processor/command/set_subcmd/max_subcmd/string.rb
242
243
  - processor/command/set_subcmd/max_subcmd/width.rb
243
- - processor/command/set_subcmd/max_subcmd/stack.rb
244
244
  - processor/command/set_subcmd/substitute_subcmd/path.rb
245
- - test/data/quit.cmd
246
245
  - test/data/fname-with-blank.cmd
246
+ - test/data/quit.cmd
247
+ - test/data/fname-with-blank.right
247
248
  - test/data/quit-Xdebug.right
248
- - test/data/enable.right
249
249
  - test/data/quit.right
250
- - test/data/fname-with-blank.right
251
- - test/example/fname with blank.rb
252
- - test/example/null.rb
253
- - test/example/thread1.rb
254
- - test/example/gcd.rb
255
- - test/example/gcd-xx.rb
256
- - test/example/gcd1.rb
257
- - test/unit/test-intf-user.rb
258
- - test/unit/test-app-options.rb
250
+ - test/data/enable.right
251
+ - test/integration/helper.rb
252
+ - test/integration/test-fname-with-blank.rb
253
+ - test/integration/test-quit.rb
254
+ - test/integration/file-diff.rb
255
+ - test/functional/test-tbreak.rb
256
+ - test/functional/test-step.rb
257
+ - test/functional/test-next.rb
258
+ - test/functional/test-next-bug.rb
259
+ - test/functional/test-break.rb
260
+ - test/functional/test-break-name.rb
261
+ - test/functional/test-list.rb
262
+ - test/functional/test-fn_helper.rb
263
+ - test/functional/test-step2.rb
264
+ - test/functional/fn_helper.rb
265
+ - test/functional/test-finish.rb
266
+ - test/unit/test-proc-location.rb
259
267
  - test/unit/test-base-subcmd.rb
268
+ - test/unit/test-proc-frame.rb
269
+ - test/unit/test-cmd-finish.rb
270
+ - test/unit/test-app-method.rb
271
+ - test/unit/test-cmd-kill.rb
260
272
  - test/unit/test-cmd-exit.rb
261
- - test/unit/test-app-run.rb
262
- - test/unit/test-proc-main.rb
263
273
  - test/unit/test-app-iseq.rb
264
- - test/unit/test-io-input.rb
274
+ - test/unit/mock-helper.rb
275
+ - test/unit/test-cmd-help.rb
276
+ - test/unit/test-proc-load_cmds.rb
277
+ - test/unit/cmd-helper.rb
278
+ - test/unit/test-app-brkpt.rb
279
+ - test/unit/test-app-options.rb
280
+ - test/unit/test-intf-user.rb
281
+ - test/unit/test-proc-main.rb
265
282
  - test/unit/test-app-brkptmgr.rb
266
283
  - test/unit/test-proc-validate.rb
267
- - test/unit/test-proc-frame.rb
268
- - test/unit/test-app-brkpt.rb
269
- - test/unit/test-proc-location.rb
284
+ - test/unit/test-cmd-step.rb
285
+ - test/unit/test-bin-trepanx.rb
286
+ - test/unit/test-cmd-break.rb
287
+ - test/unit/test-proc-hook.rb
288
+ - test/unit/test-io-input.rb
270
289
  - test/unit/test-proc-eval.rb
271
- - test/unit/test-proc-help.rb
272
- - test/unit/cmd-helper.rb
273
290
  - test/unit/test-subcmd-help.rb
274
- - test/unit/test-app-util.rb
275
- - test/unit/test-app-method.rb
276
- - test/unit/test-cmd-help.rb
277
- - test/unit/test-cmd-kill.rb
278
- - test/unit/test-proc-load_cmds.rb
279
- - test/unit/test-proc-hook.rb
280
291
  - test/unit/test-cmd-alias.rb
281
- - test/unit/test-bin-trepanx.rb
292
+ - test/unit/test-app-run.rb
293
+ - test/unit/test-app-util.rb
294
+ - test/unit/test-proc-help.rb
282
295
  - test/unit/test-app-validate.rb
283
- - test/unit/test-cmd-break.rb
284
- - test/integration/file-diff.rb
285
- - test/integration/helper.rb
286
- - test/integration/test-fname-with-blank.rb
287
- - test/integration/test-quit.rb
288
- - test/functional/test-next.rb
289
- - test/functional/test-break-name.rb
290
- - test/functional/test-break.rb
291
- - test/functional/fn_helper.rb
292
- - test/functional/test-fn_helper.rb
293
- - test/functional/test-step.rb
294
- - test/functional/test-next-bug.rb
295
- - test/functional/test-tbreak.rb
296
- - test/functional/test-step2.rb
297
- - test/functional/test-list.rb
298
- - test/functional/test-finish.rb
296
+ - test/example/thread1.rb
297
+ - test/example/gcd1.rb
298
+ - test/example/null.rb
299
+ - test/example/gcd-xx.rb
300
+ - test/example/fname with blank.rb
301
+ - test/example/gcd.rb
299
302
  has_rdoc: true
300
303
  homepage: http://wiki.github.com/rocky/rbx-trepanning
301
304
  licenses:
@@ -303,7 +306,7 @@ licenses:
303
306
  post_install_message:
304
307
  rdoc_options:
305
308
  - --title
306
- - Trepan 0.0.2 Documentation
309
+ - Trepan 0.0.3 Documentation
307
310
  require_paths:
308
311
  - lib
309
312
  required_ruby_version: !ruby/object:Gem::Requirement