* gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
This commit is contained in:
parent
829155c9ad
commit
6da01dbef2
|
@ -1,3 +1,7 @@
|
|||
2014-06-06 Doug Evans <dje@google.com>
|
||||
|
||||
* gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
|
||||
|
||||
2014-06-06 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
|
||||
|
|
|
@ -44,7 +44,7 @@ init_ss (struct ss *s, int a, int b)
|
|||
void
|
||||
foo (int x, struct ss ss)
|
||||
{
|
||||
return; /* break-here */
|
||||
x = ss.a.m; /* break-here */
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue