mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
2009-09-02 Hui Zhu <teawater@gmail.com>
* record.c (record_resume): Change "signal" to "siggnal".
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2009-09-02 Hui Zhu <teawater@gmail.com>
|
||||||
|
|
||||||
|
* record.c (record_resume): Change "signal" to "siggnal".
|
||||||
|
|
||||||
2009-09-01 Hui Zhu <teawater@gmail.com>
|
2009-09-01 Hui Zhu <teawater@gmail.com>
|
||||||
|
|
||||||
* record.c (record_resume): Change "siggnal" to "signal".
|
* record.c (record_resume): Change "siggnal" to "signal".
|
||||||
|
@ -518,7 +518,7 @@ static int record_resume_error;
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
record_resume (struct target_ops *ops, ptid_t ptid, int step,
|
record_resume (struct target_ops *ops, ptid_t ptid, int step,
|
||||||
enum target_signal signal)
|
enum target_signal siggnal)
|
||||||
{
|
{
|
||||||
record_resume_step = step;
|
record_resume_step = step;
|
||||||
|
|
||||||
@ -534,7 +534,7 @@ record_resume (struct target_ops *ops, ptid_t ptid, int step,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
record_beneath_to_resume (record_beneath_to_resume_ops, ptid, 1,
|
record_beneath_to_resume (record_beneath_to_resume_ops, ptid, 1,
|
||||||
signal);
|
siggnal);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user