* linespec.c: #include "stack.h".
authorDoug Evans <dje@google.com>
Fri, 29 Jun 2012 22:46:46 +0000 (22:46 +0000)
committerDoug Evans <dje@google.com>
Fri, 29 Jun 2012 22:46:46 +0000 (22:46 +0000)
commit39cf75f7e02e5d3e0080a7862cde324e378c69ea
tree697a7c162edb5232330ca08193e6d3ff9d11e29a
parenta040981f6272e74d8157108e1677bc4d13425cd0
* linespec.c: #include "stack.h".
(decode_line_with_current_source): Moved here from symtab.c and
renamed from decode_line_spec.  All callers updated.
(decode_line_with_last_displayed): Moved here from breakpoint.c and
renamed from decode_line_spec_1.  All callers updated.
* linespec.h (decode_line_with_current_source): Move declaration here
from symtab.h and renamed from decode_line_spec.
(decode_line_with_last_displayed): Move declaration here from symtab.h
and renamed from decode_line_spec_1.
* macrocmd.c: #include "linespec.h".
* symtab.c: Remove #include "linespec.h".
12 files changed:
gdb/ChangeLog
gdb/breakpoint.c
gdb/infcmd.c
gdb/linespec.c
gdb/linespec.h
gdb/macrocmd.c
gdb/mi/mi-main.c
gdb/source.c
gdb/stack.c
gdb/symtab.c
gdb/symtab.h
gdb/tracepoint.c
This page took 0.026551 seconds and 4 git commands to generate.