diff -urN astk-1.5.0.orig/ASTK_CLIENT/lib/ASTK/init.tcl astk-1.5.0/ASTK_CLIENT/lib/ASTK/init.tcl --- astk-1.5.0.orig/ASTK_CLIENT/lib/ASTK/init.tcl Thu Dec 7 12:33:42 2006 +++ astk-1.5.0/ASTK_CLIENT/lib/ASTK/init.tcl Tue Jan 2 13:15:15 2007 @@ -561,6 +561,7 @@ # liste des plates-formes : correspondance nom "aster" - nom parlant ################################################################# proc init_pltf { } { + set astk::ihm(pltf,LINUX) "Linux x86" set astk::ihm(pltf,LINUX64) "Linux x86 64 bits" set astk::ihm(pltf,LINUX32) "Linux x86" set astk::ihm(pltf,WIN64) "Windows 64 bits" diff -urN astk-1.5.0.orig/ASTK_SERV/conf/config astk-1.5.0/ASTK_SERV/conf/config --- astk-1.5.0.orig/ASTK_SERV/conf/config Fri Dec 15 10:59:16 2006 +++ astk-1.5.0/ASTK_SERV/conf/config Tue Jan 2 13:36:39 2007 @@ -139,21 +139,10 @@ #------------------------------------------------------------------------------- # ps commands : uncomment lines corresponding to your platform -# LINUX : -#?P_LINUX?ps_cpu : /bin/ps -e --width=512 -ocputime -ocommand -#?P_LINUX?ps_pid : /bin/ps -e --width=512 -opid -ocommand -# TRU64 : -#?TRU64?ps_cpu : /bin/ps -e -ocputime -ocommand -#?TRU64?ps_pid : /bin/ps -e -opid -ocommand -# SOLARIS : -#?SOLARIS?ps_cpu : /bin/ps -e -otime -oargs -#?SOLARIS?ps_pid : /bin/ps -e -opid -oargs -# SOLARIS64 : -#?SOLARIS64?ps_cpu : /bin/ps -e -otime -oargs -#?SOLARIS64?ps_pid : /bin/ps -e -opid -oargs -# IRIX : -#?IRIX?ps_cpu : /bin/ps -e -ocputime -ocommand -#?IRIX?ps_pid : /bin/ps -e -opid -ocommand +#ps_cpu : /bin/ps -e --width=512 -ocputime -ocommand +#ps_pid : /bin/ps -e --width=512 -opid -ocommand +ps_cpu : ?PS_COMMAND_CPU? +ps_pid : ?PS_COMMAND_PID? #------------------------------------------------------------------------------- # debug command : @@ -162,19 +151,10 @@ # @D will be remplaced by the filename which contains "where+quit" # @d will be remplaced by the string 'where ; quit' # -# GDB : -#?P_LINUX?cmd_post : gdb -batch --command=@D @E @C -#?P_LINUX?cmd_dbg : ddd --debugger gdb --command=@D @E @C -# DBX -c + filename : -#?TRU64?cmd_post : dbx -c @D @E @C -#?TRU64?cmd_dbg : dbx -c @D @E @C -#?IRIX?cmd_post : dbx -c @D @E @C -#?IRIX?cmd_dbg : dbx -c @D @E @C -# DBX -c + string (solaris) : -#?SOLARIS?cmd_post : dbx -c @d @E @C -#?SOLARIS?cmd_dbg : dbx -c @d @E @C -#?SOLARIS64?cmd_post : dbx -c @d @E @C -#?SOLARIS64?cmd_dbg : dbx -c @d @E @C +#cmd_post : gdb -batch --command=@D @E @C +#cmd_dbg : ddd --debugger gdb --command=@D --exec=@E --core=@C +cmd_post : ?DEBUGGER_COMMAND_POST? +cmd_dbg : ?DEBUGGER_COMMAND? #------------------------------------------------------------------------------- # style of ctags used (optionnal, leave commented to ignore ctags generation)