Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* What should be used instead of deprecated_read_memory_nobpt()?
@ 2005-11-29 22:04 Paul Gilliam
  2005-11-29 22:07 ` Mark Kettenis
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Gilliam @ 2005-11-29 22:04 UTC (permalink / raw)
  To: gdb

I need to write an implementation of 'gdbarch_in_function_epilogue_p()'.  In looking for a
model to use, I see that 'hppa_in_function_epilogue_p()' and 's390_in_function_epilogue_p()'
both use 'deprecated_read_memory_nobpt()' to get instructions from the target, but 
'sh_in_function_epilogue_p()' and 'xstormy16_in_function_epilogue_p()' both use
'read_memory_unsigned_integer()' for that purpose.

Can 'read_memory_unsigned_integer()' replace 'deprecated_read_memory_nobpt()'?

-=# Paul #=-


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-12-07  2:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-29 22:04 What should be used instead of deprecated_read_memory_nobpt()? Paul Gilliam
2005-11-29 22:07 ` Mark Kettenis
2005-11-29 22:14   ` Joel Brobecker
2005-11-30  1:36     ` Daniel Jacobowitz
2005-11-30  1:38       ` Jim Blandy
2005-11-30 23:17         ` Paul Gilliam
2005-12-07  2:12           ` Andrew Cagney
2005-11-29 22:15   ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox