Sha256: 4b8ca8733f927b2ceddccaf1e8f0d51842d9334abd6ad0c2b86d8525cc9c9bfe

Contents?: true

Size: 1.2 KB

Versions: 27

Compression:

Stored size: 1.2 KB

Contents

gcd.rb:4
def gcd(a, b)
# # ********************************************************
# # This tests basic info thread commands
# set debuggertesting on
Currently testing the debugger is on.
# set callstyle last
Frame call-display style is last.
# set autoeval off
autoeval is off.
# info threads terse
+ 1 #<Thread:0xb7ceb708 run>	./gcd.rb:4
# info threads ver
+ 1 #<Thread:0xb7ceb708 run>	
	#0 at line gcd.rb:4
# info thread 1 t
+ 1 #<Thread:0xb7ceb708 run>	./gcd.rb:4
# info threads
+ 1 #<Thread:0xb7ceb708 run>	./gcd.rb:4
# info thread
+ 1 #<Thread:0xb7ceb708 run>	./gcd.rb:4
# help info thread
List info about thread NUM.

If no thread number is given, we list info for all threads. 'terse' and 'verbose' 
options are possible. If terse, just give summary thread name information. See 
"help info threads" for more detail about this summary information.

If 'verbose' appended to the end of the command, then the entire
stack trace is given for each thread.
# help info threads
information of currently-known threads.

This information includes whether the thread is current (+), if it is
suspended ($), or ignored (!).  The thread number and the top stack
item. If 'verbose' is given then the entire stack frame is shown.
# q

Version data entries

27 entries across 27 versions & 5 rubygems

Version Path
candlepin-api-0.4.0 bundle/ruby/1.8/gems/ruby-debug-0.10.4/test/data/info-thread.right
debugger-1.2.4 test/data/info-thread.right
debugger-1.2.3 test/data/info-thread.right
debugger-1.2.2 test/data/info-thread.right
debugger-1.2.1 test/data/info-thread.right
debugger-1.2.0 test/data/info-thread.right
debugger-1.1.4 test/data/info-thread.right
debugger-1.1.3 test/data/info-thread.right
debugger-1.1.2 test/data/info-thread.right
debugger-1.1.1 test/data/info-thread.right
debugger-1.1.0 test/data/info-thread.right
debugger-1.0.1 test/data/info-thread.right
debugger-1.0.0 test/data/info-thread.right
debugger-1.0.0.rc2 test/data/info-thread.right
debugger-1.0.0.rc1 test/data/info-thread.right
vim-jar-0.1.2.0001 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/info-thread.right
vim-jar-0.1.2 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/info-thread.right
vim-jar-0.1.1 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/info-thread.right
vim-jar-0.1.0 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/info-thread.right
vim-jar-0.0.3 bundler/ruby/1.8/gems/ruby-debug-0.10.4/test/data/info-thread.right