Searched +refs:gdb +refs:source +refs:info (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ruby-106/ruby/
H A Dcommon.mk568 .PHONY: run runruby parse benchmark benchmark-each tbench gdb gdb-ruby
976 run.gdb:
977 echo b ruby_debug_breakpoint > run.gdb
978 echo '# handle SIGINT nostop' >> run.gdb
979 echo '# handle SIGPIPE nostop' >> run.gdb
980 echo '# b rb_longjmp' >> run.gdb
981 echo source $(srcdir)/breakpoints.gdb >> run.gdb
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dgdb.vim4 " URL: http://www.fleiner.com/vim/syntax/gdb.vim
18 syn keyword gdbInfo contained source sources stack symbol target terminal threads
28 syn keyword gdbStatement contained search section set sharedlibrary shell show si signal source step stepi stepping
33 syn match gdbStatement "^\s*info" nextgroup=gdbInfo skipwhite skipempty
109 let b:current_syntax = "gdb"

Completed in 104 milliseconds