Hello,

I'm trying to put a breakpoint on do_sys_open function through Kdb on a linux-2.6.30 with the command:

kdb> bp do_sys_open

But I get the following error:

Invalid address for breakpoint, ignoring bp command
diag: -21: Invalid address
kdb>

However I'm able to disassemble this function using id command, which means do_sys_open symbol is known to kdb.

Does someone has an idea about this error ?

Thanks in advance
Loic


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to