forked from Imagelibrary/binutils-gdb
2010-02-10 Michael Snyder <msnyder@vmware.com>
* gdb-gdb.py: Comment fix.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-02-10 Michael Snyder <msnyder@vmware.com>
|
||||||
|
|
||||||
|
* gdb-gdb.py: Comment fix.
|
||||||
|
|
||||||
2010-02-09 Tristan Gingold <gingold@adacore.com>
|
2010-02-09 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
* machoread.c (macho_symfile_relocate): New function.
|
* machoread.c (macho_symfile_relocate): New function.
|
||||||
|
|||||||
@@ -23,8 +23,8 @@ class TypeFlag:
|
|||||||
and its value.
|
and its value.
|
||||||
|
|
||||||
In the GDB sources, struct type has a component called instance_flags
|
In the GDB sources, struct type has a component called instance_flags
|
||||||
whose the value is the addition of various flags. These flags are
|
in which the value is the addition of various flags. These flags are
|
||||||
defined by two emumerates: type_flag_value, and type_instance_flag_value.
|
defined by two enumerates: type_flag_value, and type_instance_flag_value.
|
||||||
This class helps us recreate a list with all these flags that is
|
This class helps us recreate a list with all these flags that is
|
||||||
easy to manipulate and sort. Because all flag names start with either
|
easy to manipulate and sort. Because all flag names start with either
|
||||||
TYPE_FLAG_ or TYPE_INSTANCE_FLAG_, a short_name attribute is provided
|
TYPE_FLAG_ or TYPE_INSTANCE_FLAG_, a short_name attribute is provided
|
||||||
|
|||||||
Reference in New Issue
Block a user