This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Why do functions objfpy_new and pspy_new exist?


On 9/25/14, 3:07 PM, Doug Evans wrote:
[...]
> 
> I know I've mentioned this before, but since the topic has come up again,
> I think GDB could have a formal deprecation process that would allow
> us to remove things we'd like to remove (this is for API-like things
> which are harder to remove than, e.g., outdated ports).

Nominally, the existing process is as described at

https://sourceware.org/gdb/wiki/Internals%20Obsoleting-code

We've also done "deprecate in one release, remove in the next", and
added "deprecated_" onto function names and such.  Empirically, it
hasn't created the desired urgency - people have been content to keep
calling deprecated_foo for many years after its deprecation. :-)

Stan
stan@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]