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 gdb/17757] New: These are unable accessed memories enven if inaccessible-by-default is set to off


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

            Bug ID: 17757
           Summary: These are unable accessed memories enven if
                    inaccessible-by-default is set to off
           Product: gdb
           Version: 5.8
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: liuyefenglin at gmail dot com

Version info:
GNU gdb (Wind River Linux Sourcery G++ 4.3a-335) 6.8.50.20080821-cvs
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>


(gdb) set mem inaccessible-by-default off
(gdb) show mem inaccessible-by-default 
Unknown memory addresses will be treated as RAM.
(gdb) find/w 0x0837ba00,0x0837bb00,0x8988b90
0x837bac8
1 pattern found.
(gdb) find/w 0x08083000,0x0837bb00,0x8988b90
warning: Unable to access target memory at 0x80a6283, halting search.
Pattern not found.

-- 
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]