-
- Downloads
Do not include py-ref.h in most files
py-ref.h can really only be included from a specific spot in python-internal.h. The other includes are not useful, and cause compilation errors if the includes are ever sorted. So, remove these includes. Arguably, py-ref.h should simply not be a separate header. gdb/ChangeLog 2019-01-22 Tom Tromey <tom@tromey.com> * python/py-arch.c: Do not include py-ref.h. * python/py-bpevent.c: Do not include py-ref.h. * python/py-cmd.c: Do not include py-ref.h. * python/py-continueevent.c: Do not include py-ref.h. * python/py-event.h: Do not include py-ref.h. * python/py-evtregistry.c: Do not include py-ref.h. * python/py-finishbreakpoint.c: Do not include py-ref.h. * python/py-frame.c: Do not include py-ref.h. * python/py-framefilter.c: Do not include py-ref.h. * python/py-function.c: Do not include py-ref.h. * python/py-infevents.c: Do not include py-ref.h. * python/py-linetable.c: Do not include py-ref.h. * python/py-objfile.c: Do not include py-ref.h. * python/py-param.c: Do not include py-ref.h. * python/py-prettyprint.c: Do not include py-ref.h. * python/py-progspace.c: Do not include py-ref.h. * python/py-symbol.c: Do not include py-ref.h. * python/py-symtab.c: Do not include py-ref.h. * python/py-type.c: Do not include py-ref.h. * python/py-unwind.c: Do not include py-ref.h. * python/py-utils.c: Do not include py-ref.h. * python/py-value.c: Do not include py-ref.h. * python/py-varobj.c: Do not include py-ref.h. * python/py-xmethods.c: Do not include py-ref.h. * python/python.c: Do not include py-ref.h. * varobj.c: Do not include py-ref.h.
Showing
- gdb/ChangeLog 29 additions, 0 deletionsgdb/ChangeLog
- gdb/python/py-arch.c 0 additions, 1 deletiongdb/python/py-arch.c
- gdb/python/py-bpevent.c 0 additions, 1 deletiongdb/python/py-bpevent.c
- gdb/python/py-cmd.c 0 additions, 1 deletiongdb/python/py-cmd.c
- gdb/python/py-continueevent.c 0 additions, 1 deletiongdb/python/py-continueevent.c
- gdb/python/py-event.h 0 additions, 1 deletiongdb/python/py-event.h
- gdb/python/py-evtregistry.c 0 additions, 1 deletiongdb/python/py-evtregistry.c
- gdb/python/py-finishbreakpoint.c 0 additions, 1 deletiongdb/python/py-finishbreakpoint.c
- gdb/python/py-frame.c 0 additions, 1 deletiongdb/python/py-frame.c
- gdb/python/py-framefilter.c 0 additions, 1 deletiongdb/python/py-framefilter.c
- gdb/python/py-function.c 0 additions, 1 deletiongdb/python/py-function.c
- gdb/python/py-infevents.c 0 additions, 1 deletiongdb/python/py-infevents.c
- gdb/python/py-linetable.c 0 additions, 1 deletiongdb/python/py-linetable.c
- gdb/python/py-objfile.c 0 additions, 1 deletiongdb/python/py-objfile.c
- gdb/python/py-param.c 0 additions, 1 deletiongdb/python/py-param.c
- gdb/python/py-prettyprint.c 0 additions, 1 deletiongdb/python/py-prettyprint.c
- gdb/python/py-progspace.c 0 additions, 1 deletiongdb/python/py-progspace.c
- gdb/python/py-symbol.c 0 additions, 1 deletiongdb/python/py-symbol.c
- gdb/python/py-symtab.c 0 additions, 1 deletiongdb/python/py-symtab.c
- gdb/python/py-type.c 0 additions, 1 deletiongdb/python/py-type.c
Loading
Please register or sign in to comment