This is the mail archive of the gdb@sources.redhat.com 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] | |
> The problem behind this was discussed in: > http://sources.redhat.com/ml/gdb/2001-03/msg00227.html
(recommended read)
> The idea is to issue an internal-warning on the first call to a > deprecated [multi-arch] function.For architecture methods, it's pretty easy -- hook the ``set_gdbarch_deprecated...()'' calls. For things like write_register_bytes() it is less so.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |