Merge branch 'master' of git://factorcode.org/git/factor
commit
3931c0793d
|
@ -26,8 +26,7 @@ M: pair make-disassemble-cmd
|
||||||
M: method-spec make-disassemble-cmd
|
M: method-spec make-disassemble-cmd
|
||||||
first2 method make-disassemble-cmd ;
|
first2 method make-disassemble-cmd ;
|
||||||
|
|
||||||
: gdb-binary ( -- string )
|
: gdb-binary ( -- string ) "gdb" ;
|
||||||
os freebsd? "gdb66" "gdb" ? ;
|
|
||||||
|
|
||||||
: run-gdb ( -- lines )
|
: run-gdb ( -- lines )
|
||||||
<process>
|
<process>
|
||||||
|
|
Loading…
Reference in New Issue