symlink gdb to a working binary on freebsd, remove the special casing in code

db4
sheeple 2008-04-06 19:28:47 -05:00
parent 4586200f83
commit 5a493c0384
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>