diff options
author | Jerome Guitton <guitton@adacore.com> | 2010-04-23 15:14:22 +0000 |
---|---|---|
committer | Jerome Guitton <guitton@adacore.com> | 2010-04-23 15:14:22 +0000 |
commit | 3a48e6ff66b76a9bd077a7a3671f13b537e418cd (patch) | |
tree | b76abf9e78350c0df5fb1677e0740cee5c5ddffa /gdb/ChangeLog | |
parent | e4166a49ea402e8ec97329268d80cf75144c4628 (diff) | |
download | gdb-3a48e6ff66b76a9bd077a7a3671f13b537e418cd.zip gdb-3a48e6ff66b76a9bd077a7a3671f13b537e418cd.tar.gz gdb-3a48e6ff66b76a9bd077a7a3671f13b537e418cd.tar.bz2 |
* alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
(OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
(lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
New constants.
(alpha_heuristic_analyze_probing_loop): New function.
(alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
and handle cases when a stack probe loop is generated.
* alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
(alpha_mdebug_max_frame_size_exceeded): New function.
(alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
(alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
Return 0 when the maximum debuggable frame size has been exceeded.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 45985bf..f6f36ab 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +2010-04-23 Jerome Guitton <guitton@adacore.com> + + * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA) + (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros. + (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function): + New constants. + (alpha_heuristic_analyze_probing_loop): New function. + (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect + and handle cases when a stack probe loop is generated. + * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function. + (alpha_mdebug_max_frame_size_exceeded): New function. + (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless. + (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer): + Return 0 when the maximum debuggable frame size has been exceeded. + 2010-04-23 Joel Brobecker <brobecker@adacore.com> Fix ARI warning. |