This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug breakpoints/16703] The program breaks at the next instruction when issuing a memory breakpoint on AVR8.


https://sourceware.org/bugzilla/show_bug.cgi?id=16703

--- Comment #3 from Pedro Alves <palves at redhat dot com> ---
Nevermind the last question, it's visible in the original description:

(gdb) break main
Breakpoint 1 at 0x204: file main.c, line 7.
                 ^^^^
(gdb) continue
Continuing.

Program received signal SIGTRAP, Trace/breakpoint trap.
0x00000206 in main () at main.c:7
       ^^^
7      PORTR.DIRSET = 3;

Good, I was scratching my head over how it could ever be different.  :-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]