source: rtems/c/src/lib/libbsp/powerpc/psim/tools/psim-gdb-top.in @ 0a65ad6

4.104.115
Last change on this file since 0a65ad6 was 0a65ad6, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 20:26:45

2008-12-04 Joel Sherrill <joel.sherrill@…>

  • 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.
  • Property mode set to 100755
File size: 403 bytes
Line 
1#! @KSH@ -p
2#
3#  Shell script to ease invocation of the powerpc simulator with gdb
4#
5#  COPYRIGHT (c) 1989-2008.
6#  On-Line Applications Research Corporation (OAR).
7#
8#  The license and distribution terms for this file may be
9#  found in found in the file LICENSE in this distribution or at
10#  http://www.rtems.com/license/LICENSE.
11#
12#  $Id$
13#
14
15rtemsTarget=@target_alias@
16
17GDB_FILE=gdb_tree.${LOGNAME}
18
Note: See TracBrowser for help on using the repository browser.