mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 23:10:26 +00:00
2003-04-21 Andrew Cagney <cagney@redhat.com>
* frame.c (frame_id_eq): Fail when the code_addr's do not match.
This commit is contained in:
parent
0f751ff2f4
commit
4aa79dcc21
@ -1,3 +1,7 @@
|
||||
2003-04-21 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* frame.c (frame_id_eq): Fail when the code_addr's do not match.
|
||||
|
||||
2003-04-21 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* i386-tdep.c (i386_gdbarch_init): Replace "mmx_num_regs" with
|
||||
|
@ -295,10 +295,8 @@ frame_id_eq (struct frame_id l, struct frame_id r)
|
||||
/* The .stack and .code are identical, the ID's are identical. */
|
||||
eq = 1;
|
||||
else
|
||||
/* FIXME: cagney/2003-04-06: This should be zero. Can't yet do
|
||||
this because most frame ID's are not being initialized
|
||||
correctly. */
|
||||
eq = 1;
|
||||
/* No luck. */
|
||||
eq = 0;
|
||||
if (frame_debug)
|
||||
{
|
||||
fprintf_unfiltered (gdb_stdlog, "{ frame_id_eq (l=");
|
||||
|
Loading…
Reference in New Issue
Block a user