gdb/
authorVladimir Prus <vladimir@codesourcery.com>
Tue, 21 Nov 2006 16:50:16 +0000 (16:50 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Tue, 21 Nov 2006 16:50:16 +0000 (16:50 +0000)
commit4b5752d02f5e21329ae17790fd766b5f2df0d362
tree196c10beb13b46ae12ccffd79affbbba5dbbca2c
parentbce613b9bfac3b56f4f9742776db11aeec875300
    gdb/
        * memattr.h (enum mem_access_mode): New value
        MEM_NONE.
        * memattr.c (unknown_mem_attrib): New.
        (inaccessible_by_default): New.
        (show_inaccessible_by_default): New.
        (lookup_mem_region): Check inaccessible_by_default.
        (dummy_cmd): New.
        (mem_set_cmdlist, mem_show_cmdlist): New.
        (_initialize_mem): Register new "set" and "show"
        commands.
        * target.c (memory_xfer_partial): If memory type
        is MEM_NONE, return an error.
        Clip to region size when calling to_xfer_partial.
        If upper limit of memory range is 0, don't clip
        anything.

        gdb/doc/
        * gdb.texinfo (Memory Access Checking): New.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/memattr.c
gdb/memattr.h
gdb/target.c
This page took 0.027612 seconds and 4 git commands to generate.