This is the mail archive of the gdb-patches@sourceware.org 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: [patch] Convert frame_stash to a hash table


>>>>> "Phil" == Phil Muldoon <pmuldoon@redhat.com> writes:

Phil> +  gdb_assert (!f_id.stack_addr_p || !f_id.code_addr_p
Phil> +	      || !f_id.special_addr_p);

I think those "!"s should not be there.
You want to ensure that one of these is true.

Tom


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