public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/27780] New: not report warning when set a breakpoint at invalid address for arm64
@ 2021-04-27  2:02 wenyan.xin at windriver dot com
  2021-04-27  2:16 ` [Bug gdb/27780] " wenyan.xin at windriver dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: wenyan.xin at windriver dot com @ 2021-04-27  2:02 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 27780
           Summary: not report warning when set a breakpoint at invalid
                    address for arm64
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: wenyan.xin at windriver dot com
  Target Milestone: ---

we are developing a Gdb Server on VxWorks for arm64.

on gdb client side, I used the following command and got output.

(gdb) b *0
Breakpoint 2 at 0x0
(gdb) c
Continuing.
[Inferior 1 (process 1) exited normally]
(gdb)


Since the 0 address breakpoint is invalid, so the output should be as
following:

(gdb) b *0
Breakpoint 2 at 0x0
(gdb) c
Continuing.
Warning:
Cannot insert breakpoint 2.
Cannot access memory at address 0x0

Command aborted.

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-11-02 12:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27  2:02 [Bug gdb/27780] New: not report warning when set a breakpoint at invalid address for arm64 wenyan.xin at windriver dot com
2021-04-27  2:16 ` [Bug gdb/27780] " wenyan.xin at windriver dot com
2021-04-27  7:28 ` wenyan.xin at windriver dot com
2021-04-27  8:22 ` wenyan.xin at windriver dot com
2021-04-30  5:07 ` wenyan.xin at windriver dot com
2022-11-02 12:03 ` luis.machado at arm dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).