diff options
author | Pedro Alves <palves@redhat.com> | 2014-10-22 12:26:06 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-02-27 17:40:35 +0000 |
commit | 64166036b3de842d3e62e9471a2813b55643e3f3 (patch) | |
tree | 62f1c16e2e39a2079f4c6f3639b297f85087bb02 /gdb/python | |
parent | 8a526fa69afd8ea7d2e303f80c03f9eb46211390 (diff) | |
download | gdb-64166036b3de842d3e62e9471a2813b55643e3f3.zip gdb-64166036b3de842d3e62e9471a2813b55643e3f3.tar.gz gdb-64166036b3de842d3e62e9471a2813b55643e3f3.tar.bz2 |
breakpoint.h: move enum ‘print_stop_action’
Building GDB in C++, we get:
src/gdb/breakpoint.h:529:8: error: use of enum ‘print_stop_action’ without previous declaration
We can't forward declare enums in C++.
gdb/ChangeLog:
2015-02-27 Pedro Alves <palves@redhat.com>
* breakpoint.h (enum print_stop_action): Move further up in the
file.
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions