mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 14:30:48 +00:00
* observer.c (observer_test_first_notification_function): Update
function profile. (observer_test_second_notification_function): Likewise. (observer_test_third_notification_function): Likewise.
This commit is contained in:
parent
3d04925443
commit
e0270fd9c1
@ -1,3 +1,10 @@
|
||||
2004-04-16 Joel Brobecker <brobecker@gnat.com>
|
||||
|
||||
* observer.c (observer_test_first_notification_function): Update
|
||||
function profile.
|
||||
(observer_test_second_notification_function): Likewise.
|
||||
(observer_test_third_notification_function): Likewise.
|
||||
|
||||
2004-04-16 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
From Brian Ford <ford@vss.fsi.com>:
|
||||
|
@ -172,19 +172,19 @@ int observer_test_second_observer = 0;
|
||||
int observer_test_third_observer = 0;
|
||||
|
||||
void
|
||||
observer_test_first_notification_function (void)
|
||||
observer_test_first_notification_function (struct bpstats *bs)
|
||||
{
|
||||
observer_test_first_observer++;
|
||||
}
|
||||
|
||||
void
|
||||
observer_test_second_notification_function (void)
|
||||
observer_test_second_notification_function (struct bpstats *bs)
|
||||
{
|
||||
observer_test_second_observer++;
|
||||
}
|
||||
|
||||
void
|
||||
observer_test_third_notification_function (void)
|
||||
observer_test_third_notification_function (struct bpstats *bs)
|
||||
{
|
||||
observer_test_third_observer++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user