Native Inspect Manual (H06.04+)
Using Native Inspect
Native Inspect Manual—528122-005
2-8
Launch a C++ Program Under Native Inspect
Control
Launch a C++ Program Under Native Inspect Control
List Source
Notes
•
The source file could not be found at the location where it was compiled because
the object file was moved to another system.
•
Since the source file name did not change, the dir command is used to instruct
Native Inspect to search the subvolume that contains a copy of the file.
$DATA3 NITEST 30> rund nitest
TNS/E Native Inspect gdb Debugger [T1237 - 04-Apr-2006 09:00]
Copyright 1998 Free Software Foundation, Inc.
Copyright 2003-2006 Hewlett-Packard Development Company, L.P.
Native Inspect (based on GDB) is covered by the GNU General Public
License.
Type "show copying" for conditions for changing and/or distributing
copies.
Type "show warranty" for warranty/support information.
Working directory \PELICAN.$SYSTEM.SYSTEM.
Symbols read in for program loadfile \PELICAN.$DATA3.NITEST.NITEST.
Added process (3,591).
Switching process (3,591) to eInspect from DMON
Process (3,591) created using DEBUG option.
(eInspect 3,591):
(eInspect 3,591):list
\PIPPIN.$D0117.NITEST.GARTCC: No such file or directory.
(eInspect 3,591):dir $data3.nitest
Source directories searched: $data3.nitest:$cdir:$cwd
(eInspect 3,591):list
69 char *new_ptr = "In print_and_break\n";
70 int z = 7;
71 printf ("About to execute 'break 0x247'\n");
72 DEBUG();
73 }
74 void main(void)
75 {
75.1 char local_buf[80];
76 char *local_ptr1, *local_ptr2;
77 int local_q;










