forked from Imagelibrary/binutils-gdb
2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
* python/py-breakpoint (struct pybp_code): Use int instead of enum type_code.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
|
||||||
|
|
||||||
|
* python/py-breakpoint (struct pybp_code): Use int instead of
|
||||||
|
enum type_code.
|
||||||
|
|
||||||
2013-02-15 Pedro Alves <pedro@codesourcery.com>
|
2013-02-15 Pedro Alves <pedro@codesourcery.com>
|
||||||
Hafiz Abid Qadeer <abidh@codesourcery.com>
|
Hafiz Abid Qadeer <abidh@codesourcery.com>
|
||||||
|
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ struct pybp_code
|
|||||||
/* The name. */
|
/* The name. */
|
||||||
const char *name;
|
const char *name;
|
||||||
/* The code. */
|
/* The code. */
|
||||||
enum type_code code;
|
int code;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Entries related to the type of user set breakpoints. */
|
/* Entries related to the type of user set breakpoints. */
|
||||||
|
|||||||
Reference in New Issue
Block a user