Operating System - HP-UX
1824207 Members
4018 Online
109669 Solutions
New Discussion

Server Express Debugger Problem.

 
Jit-Wee Lim
Occasional Contributor

Server Express Debugger Problem.

Hello, some of us are having problem with aminator on
HPUX11i. Are are using Server Express for our COBOL part and
ansi C for the C part.

Using anim32 we execute the Cobol program and then attach to
gdb for the C program. BUT after "continuing" it did not stop
as it encounter the break point.

Illustrated below:
==================

(fhd002a0)(ct9621dv)% anim32 pgipt007_batch_page_plan
(fhd002a0)(ct9621dv)% gdb -tui
HP gdb 3.1 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00.
Copyright 1986 - 2001 Free Software Foundation, Inc.
Hewlett-Packard Wildebeest 3.1 (based on GDB) is covered by the
GNU General Public License. Type "show copying" to see the
conditions to
change it and/or distribute copies. Type "show warranty" for
warranty/support.

(gdb) attach 6884
done.
warning: reading `r3' register: No data
Reading symbols from /opt/cobol/lib/cobcheck.sl.2...(no
debugging symbols found)...done.
Reading symbols from /opt/cobol/lib/cobadis.sl.2...(no
debugging symbols found)...done.
Reading symbols from /opt/cobol/lib/cobmfconfig.sl.2...(no
debugging symbols found)...done.
Reading symbols from /opt/cobol/lib/cobpanels.sl.2...(no
debugging symbols found)...done.
Reading symbols from /opt/cobol/lib/cobdebug.sl.3...(no
debugging symbols found)...done.
Reading symbols from /opt/cobol/lib/cobmfini.sl.2...(no
debugging symbols found)...done.
Reading symbols from /opt/cobol/lib/cobmffh.sl.2...(no
debugging symbols found)...done.
Reading symbols from /opt/cobol/lib/cobdirect.sl.2...(no
debugging symbols found)...done.
Reading symbols from /opt/cobol/lib/libcobrts.sl.2...(no
debugging symbols found)...done.
Reading symbols from /opt/cobol/lib/libcobscreen.sl.2...(no
debugging symbols found)...done.
Reading symbols from /opt/cobol/lib/libcobcrtn.sl.2...(no
debugging symbols found)...done.
Reading symbols from /opt/cobol/lib/libcobmisc.sl.2...(no
debugging symbols found)...done.
Reading symbols from /opt/cobol/lib/libcobccsupport.sl...(no
debugging symbols found)...done.
Reading symbols from /usr/lib/libstd.2...(no debugging symbols
found)...done.
Reading symbols from /usr/lib/libstream.2...(no debugging
symbols found)...done.
Reading symbols from /usr/lib/libCsup.2...(no debugging
symbols found)...done.
Reading symbols from /usr/lib/libm.2...(no debugging symbols
found)...done.
Reading symbols from /usr/lib/libcl.2...(no debugging symbols
found)...done.
Reading symbols from /usr/lib/libisamstub.1...(no debugging
symbols found)...done.
Reading symbols from /usr/lib/libdld.2...(no debugging symbols
found)...done.
Reading symbols from /usr/lib/libc.2...(no debugging symbols
found)...done.
warning: reading `r3' register: No data
0xc020bf30 in _poll_sys+0x10 () from /usr/lib/libc.2
(gdb) b ppapp031BestAssign
Breakpoint 1 (deferred) at "ppapp031BestAssign"
("ppapp031BestAssign" was not found).
Breakpoint deferred until a shared library
containing "ppapp031BestAssign" is loaded.

Any suggestion?

JW