Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-04-06 20:09:42 -05:00
commit 3931c0793d
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@ M: pair make-disassemble-cmd
M: method-spec make-disassemble-cmd
first2 method make-disassemble-cmd ;
: gdb-binary ( -- string )
os freebsd? "gdb66" "gdb" ? ;
: gdb-binary ( -- string ) "gdb" ;
: run-gdb ( -- lines )
<process>