[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Address syscall functions (HPUX)
From: |
RenatoLima |
Subject: |
Address syscall functions (HPUX) |
Date: |
Tue, 17 Jul 2012 07:03:28 -0700 (PDT) |
Hello,
I am using GDB 7.4.1 under HPUX 11.23 (IA64) ("This GDB was configured as
"ia64-hp-hpux11.23"."). I am trying to obtain the address of syscalls but I
am not able to in HPUX...In linux, I would use the following commands:
*LINUX
(gdb) p exit
$2 = {<text variable, no debug info>} 0x9a9b70 <exit>
*In HP-UX I get:
(gdb) p exit
No symbol "exit" in current context.
Any input would be appreciated. Thank you.
--
View this message in context:
http://old.nabble.com/Address-syscall-functions-%28HPUX%29-tp34173845p34173845.html
Sent from the Gnu - gdb - General mailing list archive at Nabble.com.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Address syscall functions (HPUX),
RenatoLima <=