2009-09-21 Hui Zhu <teawater@gmail.com>

Michael Snyder  <msnyder@vmware.com>

	* gdbarch.sh (process_record_signal): New interface.
This commit is contained in:
Hui Zhu
2009-09-21 05:52:06 +00:00
parent ba0f96ec3d
commit 3846b520e4
4 changed files with 51 additions and 0 deletions

View File

@ -709,6 +709,10 @@ v:int:sofun_address_maybe_missing:::0:0::0
# Return -1 if something goes wrong, 0 otherwise.
M:int:process_record:struct regcache *regcache, CORE_ADDR addr:regcache, addr
# Save process state after a signal.
# Return -1 if something goes wrong, 0 otherwise.
M:int:process_record_signal:struct regcache *regcache, enum target_signal signal:regcache, signal
# Signal translation: translate inferior's signal (host's) number into
# GDB's representation.
m:enum target_signal:target_signal_from_host:int signo:signo::default_target_signal_from_host::0