ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how set breakpoint in future shared library?


From: Tim Mooney
Subject: Re: how set breakpoint in future shared library?
Date: Mon, 1 Nov 2004 10:34:55 -0600 (CST)

In regard to: how set breakpoint in future shared library?, Filippo...:

GNU DDD 3.3.10 (i686-pc-linux-gnu), by Dorothea Lütkehaus and Andreas Zeller.
Copyright © 1995-1999 Technische Universität Braunschweig, Germany.
Copyright © 1999-2001 Universität Passau, Germany.
Copyright © 2001 Universität des Saarlandes, Germany.
Copyright © 2001-2004 Free Software Foundation, Inc.
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb)  break createObject
Function "createObject" not defined.
(gdb)

how can i accomplish my task also with ddd?
Thank you in advance!

Can you break on dlopen(), use step or other commands to get to the point
where your library is loaded, and then break on the createObject function?

Tim
--
Tim Mooney                              address@hidden
Information Technology Services         (701) 231-1076 (Voice)
Room 242-J6, IACC Building              (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164

reply via email to

[Prev in Thread] Current Thread [Next in Thread]