diff options
author | Yao Qi <yao.qi@linaro.org> | 2016-10-10 10:28:30 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2016-10-10 10:28:30 +0100 |
commit | ff12a6593a1675aa9ba5340aa2984af19cf8966c (patch) | |
tree | db3bb8e18a35d55c009349436034753c3ecc9b89 /gdb/ChangeLog | |
parent | 7b3860278cb1543774294cb07c38c15b813bc70a (diff) | |
download | gdb-ff12a6593a1675aa9ba5340aa2984af19cf8966c.zip gdb-ff12a6593a1675aa9ba5340aa2984af19cf8966c.tar.gz gdb-ff12a6593a1675aa9ba5340aa2984af19cf8966c.tar.bz2 |
Remove v850_dbtrap_breakpoint_from_pc
v850 has two functions to install to gdbarch_breakpoint_from_pc,
and it selects one according to info.bfd_arch_info->mach. However,
we can select the kind/length of breakpoint instruction inside
v850_breakpoint_from_pc by gdbarch_bfd_arch_info (gdbarch)->mach.
This patch is to do that, and remove v850_dbtrap_breakpoint_from_pc.
gdb:
2016-08-30 Yao Qi <yao.qi@linaro.org>
* v850-tdep.c (v850_breakpoint_from_pc): Use the right
breakpoint instruction.
(v850_dbtrap_breakpoint_from_pc): Remove.
(v850_gdbarch_init): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b293515..1b76940 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2016-10-10 Yao Qi <yao.qi@linaro.org> + + * v850-tdep.c (v850_breakpoint_from_pc): Use the right + breakpoint instruction. + (v850_dbtrap_breakpoint_from_pc): Remove. + (v850_gdbarch_init): Update. + 2016-10-08 Simon Marchi <simon.marchi@polymtl.ca> * ui-out.c (push_level): Remove "id" parameter. |