This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: value to function?


Andrew Cagney <ac131313@redhat.com> writes:

If the proposal to pass a function value to push_dummy_call is going
to fly there's going to need to be a method that converts an arbitrary
value into a function/method value.


A new gdbarch method to be called from where, specifically?  This area
is a mess (just try describing the behavior of find_function_addr...),
so I'm not sure what you mean.

Now I think I'm missing something. What new architecture method? What mess?


Kind of like find_function_addr() and the oposite of value_coerce_function.

pre (I guess that value isn't void or NULL); struct value *foo (struct value *); post (VALUE_TYPE (foo (value)) == TYPE_CODE_FUNC || VALUE_TYPE (foo (value)) == TYPE_CODE_METHOD));

it would be used in relative proximity to push_dummy_call and return_value (ex, replace find_function_addr).

Andrew



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]