SDKZSPF LSI, SDKZSPF Datasheet - Page 205

no-image

SDKZSPF

Manufacturer Part Number
SDKZSPF
Description
Manufacturer
LSI
Datasheet

Specifications of SDKZSPF

Lead Free Status / Rohs Status
Supplier Unconfirmed
(shell) sdbug400
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "--host=sparc-sun-solaris2.6 --target=sdsp-zsp-elf"...
(sdbug) file demo.exe
Reading symbols from demo.exe...done.
(sdbug) target sim
Connected to the simulator.
(sdbug) load demo.exe
.text
.data
Transfer rate: 3312 bits in <1 sec.
(sdbug) breakpoint main
Breakpoint 1 at 0x13: file demo.c, line 9.
(sdbug) b func_1
Breakpoint 2 at 0x56: file func1.s, line 9.
(sdbug) b func_2
Breakpoint 3 at 0x89: file func2.c, line 4.
(sdbug) b func_3
Breakpoint 4 at 0x70: file func1.s, line 50.
(sdbug) run
Starting program: /user/Tools/MyProject02/demo.exe
Breakpoint 1, main () at demo.c:9
9
(sdbug) list
4
5
6
7
8
9
10
11
12
13
(sdbug) step
10
(sdbug) print j
$1 = 0
(sdbug) p i
$2 = 0
(sdbug) continue
Continuing.
Breakpoint 3, func_2 () at func2.c:4
4
(sdbug) next
5
: 0x
: 0x cd .. 0x cf ... Loading
int t=500;
main()
{
int x=0,n=0;
while(n < 20)
char ch = ’A’;
char ch = ’A’;
int i,j = 100,k;
for (i=0; i< 2; i++) {
int i,j = 100,k;
func_2();
0 .. 0x cd ... Loading
Example Debugging Sessions
Copyright © 1999-2003 by LSI Logic Corporation. All rights reserved.
9-19