bug-ddd
[Top][All Lists]
Advanced

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

User defined functions upset ddd


From: Manish Mittal
Subject: User defined functions upset ddd
Date: Thu, 10 Feb 2005 16:07:32 -0800

Hi,
        I have some user defined functions in gdb like the following
define dcn
print (char*) dc_object_get_name($arg0)
End

When I use command dcn in ddd, it changes my position in stack randomly
( it'll go up or down many functions). It does not happen when use the
the print command itself. The workaround is to name all user defined
functions with names starting with p. For example if I change the name
of the above function to pdcn, everything is 
normal.

I'm using DDD 3.3.9 on redhat linux

Thanx
Manish





reply via email to

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