OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [gdb/] [testsuite/] [gdb.base/] [consecutive.c] - Rev 833

Go to most recent revision | Compare with Previous | Blame | View Log

/* 
   Purpose of this test:  to test breakpoints on consecutive instructions.
*/
 
int a[7] = {1, 2, 3, 4, 5, 6, 7};
 
/* assert: first line of foo has more than one instruction. */
int foo ()
{
  return a[0] + a[1] + a[2] + a[3] + a[4] + a[5] + a[6];
}
 
main()
{
#ifdef usestubs
    set_debug_traps ();
    breakpoint ();
#endif
  foo ();
}
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.