mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-29 04:53:56 +08:00
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:
parent
088f7bb95c
commit
e81b7af881
@ -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>
|
||||
Hafiz Abid Qadeer <abidh@codesourcery.com>
|
||||
|
||||
|
@ -48,7 +48,7 @@ struct pybp_code
|
||||
/* The name. */
|
||||
const char *name;
|
||||
/* The code. */
|
||||
enum type_code code;
|
||||
int code;
|
||||
};
|
||||
|
||||
/* Entries related to the type of user set breakpoints. */
|
||||
|
Loading…
Reference in New Issue
Block a user