What should be used instead of deprecated_read_memory_nobpt()?

Paul Gilliam pgilliam@us.ibm.com
Tue Nov 29 22:04:00 GMT 2005


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 #=-



More information about the Gdb mailing list