* valops.c: Include "objfiles.h" and "symtab.h".
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 11 Sep 2008 14:27:34 +0000 (14:27 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Thu, 11 Sep 2008 14:27:34 +0000 (14:27 +0000)
commit3e3b026fee8cd62ac6c2cfc7f86cec972d8f5676
treebc601c999d48b731197ac2a508aafb6c06ad054c
parentf8dcfc0affda04681b337c807c15d3c59badc33c
* valops.c: Include "objfiles.h" and "symtab.h".
(find_function_in_inferior): New argument OBJF_P.  Use it to return
objfile where function is defined.  Use per-objfile arch types
instead of builtin_type_ to define default return type.

* linux-fork.c (checkpoint_command): Update calls.  Use per-objfile
architecture to define inferior call argument types.
* gcore.c (derive_heap_segment): Likewise.
* objc-lang.c (value_nsstring): Likewise.
* scm-lang.c (scm_lookup_name): Likewise.
* scm-valprint.c (scm_inferior_print): Likewise.
* valops.c (value_allocate_space_in_inferior): Likewise.

* eval.c (evaluate_subexp_standard): Update calls.
* objc-lang.c (lookup_objc_class, print_object_command): Likewise.

* linux-fork.c: Include "objfiles.h".
* scm-lang.c: Include "objfiles.h".
* scm-valprint.c: Include "objfiles.h".
gdb/ChangeLog
gdb/eval.c
gdb/gcore.c
gdb/linux-fork.c
gdb/objc-lang.c
gdb/scm-lang.c
gdb/scm-valprint.c
gdb/valops.c
gdb/value.h
This page took 0.032438 seconds and 4 git commands to generate.