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/16930] New: find command end_address confusion, plus error message could be clearer


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

            Bug ID: 16930
           Summary: find command end_address confusion, plus error message
                    could be clearer
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: dje at google dot com

The help text for the find command doesn't say whether the end address for the
find command is included in the range.  IOW, is the range [start,end] or
[start,end)?  It's [start,end], the help text should make this clear.

Plus, evidently (reported on IRC), if one thinks it's [start,end), and end is
inaccessible memory then the error message says "unable to access target
memory", but it's not straightforward for the user to see what the problem is
since the start address is clearly correct.  Can the error message report the
attempted range?

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