forked from Imagelibrary/rtems
* psim-bottom, psim-gdb-bottom, psim-gdb-top.in, psim-shared, psim-top.in: Clean up and works better. Uses argv[0] to override configured target name.
19 lines
403 B
Plaintext
Executable File
19 lines
403 B
Plaintext
Executable File
#! @KSH@ -p
|
|
#
|
|
# Shell script to ease invocation of the powerpc simulator with gdb
|
|
#
|
|
# COPYRIGHT (c) 1989-2008.
|
|
# On-Line Applications Research Corporation (OAR).
|
|
#
|
|
# The license and distribution terms for this file may be
|
|
# found in found in the file LICENSE in this distribution or at
|
|
# http://www.rtems.com/license/LICENSE.
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
rtemsTarget=@target_alias@
|
|
|
|
GDB_FILE=gdb_tree.${LOGNAME}
|
|
|