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

4.104.114.95
Last change on this file since 001b4162 was 001b4162, checked in by Joel Sherrill <joel.sherrill@…>, on 09/03/08 at 18:37:51

2008-09-03 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Rework psim scripts to share code for creating device trees and actually running the tests. Overhaul the device tree generated to always include a block of Flash and a Real-Time Clock. When running MP tests enable the shared memory and semaphore devices.
  • psim-bottom, psim-gdb-bottom, psim-gdb-top.in, psim-shared, psim-top.in, runtest-bottom, runtest-top.in: New files.
  • psim, psim-gdb, runtest: Removed.
  • Property mode set to 100755
File size: 399 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
15GDB=@target_alias@-gdb
16
17GDB_FILE=gdb_tree.${LOGNAME}
18
Note: See TracBrowser for help on using the repository browser.