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 cli/13689] New: watch (cast) 0xf00bar is not caught as "Cannotwatch constant value"


http://sourceware.org/bugzilla/show_bug.cgi?id=13689

             Bug #: 13689
           Summary: watch (cast) 0xf00bar is not caught as "Cannot watch
                    constant value"
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: minor
          Priority: P3
         Component: cli
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jan.kratochvil@redhat.com
                CC: sergiodj@redhat.com
    Classification: Unclassified
            Target: x86_64-unknown-linux-gnu


(gdb) watch (size_t) 0x454d40
Watchpoint 2: (size_t) 0x454d40
(gdb) watch 0x454d40
Cannot watch constant value `0x454d40'.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]