Implement displaced stepping.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.asm / asmsrc1.s
index c2c01f7d2cc338a450b85010082d5f60ab5d9bb1..8235205cb4ccacfff2eeef4d89cae8e3c8054945 100644 (file)
        gdbasm_exit0
        gdbasm_end _start
 
+        comment "Displaced stepping requires scratch space at _start"
+        comment "at least as large as the largest instruction.  No"
+        comment "breakpoints should be set within the scratch space."
+        gdbasm_several_nops
+        gdbasm_several_nops
+        gdbasm_several_nops
+        gdbasm_several_nops
+        gdbasm_several_nops
+        gdbasm_several_nops
+        gdbasm_several_nops
+        gdbasm_several_nops
+
        comment "main routine for assembly source debugging test"
        comment "This particular testcase uses macros in <arch>.inc to achieve"
        comment "machine independence."
This page took 0.024982 seconds and 4 git commands to generate.