mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-02 22:36:27 +00:00
2002-06-18 Michal Ludvig <mludvig@suse.cz>
* frame.h (struct frame_info): Change type of context to 'struct context'.
This commit is contained in:
parent
f9c3326aec
commit
cc22880b3e
@ -1,3 +1,8 @@
|
||||
2002-06-18 Michal Ludvig <mludvig@suse.cz>
|
||||
|
||||
* frame.h (struct frame_info): Change type of context to
|
||||
'struct context'.
|
||||
|
||||
2002-06-17 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* gdbarch.sh (REGISTER_NAME): Change return type a constant string
|
||||
|
@ -133,7 +133,7 @@ struct frame_info
|
||||
|
||||
/* If dwarf2 unwind frame informations is used, this structure holds all
|
||||
related unwind data. */
|
||||
struct unwind_contect *context;
|
||||
struct context *context;
|
||||
|
||||
/* See description above. Return the register value for the
|
||||
previous frame. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user