diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-05-02 16:00:36 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-05-02 16:00:36 +0000 |
commit | 0428b8f567d7966cd47efe0cc99eb8b5072c625e (patch) | |
tree | fb9027cbe642b36eac81a27afa2806edb82d4007 /gdb/NEWS | |
parent | e76b98d759a5bbe1311230812b8b3b50e6ef9873 (diff) | |
download | ppe42-binutils-0428b8f567d7966cd47efe0cc99eb8b5072c625e.tar.gz ppe42-binutils-0428b8f567d7966cd47efe0cc99eb8b5072c625e.zip |
* arm-tdep.c (arm_mode_strings, arm_fallback_mode_string)
(arm_force_mode_string, arm_show_fallback_mode)
(arm_show_force_mode): New.
(arm_pc_is_thumb): Honor fallback-mode and force-mode. Use
arm_frame_is_thumb.
(_initialize_arm_tdep): Add "set arm fallback-mode"
and "set arm force-mode".
* NEWS: Document new commands.
* gdb.texinfo (ARM): Document set/show arm fallback-mode
and set/show arm force-mode.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -53,6 +53,15 @@ show breakpoint always-inserted them when resuming the target, and removing them when the target stops. This option can improve debugger performance on slow remote targets. +set arm fallback-mode (arm|thumb|auto) +show arm fallback-mode +set arm force-mode (arm|thumb|auto) +show arm force-mode + These commands control how ARM GDB determines whether instructions + are ARM or Thumb. The default for both settings is auto, which uses + the current CPSR value for instructions without symbols; previous + versions of GDB behaved as if "set arm fallback-mode arm". + *** Changes in GDB 6.8 * New native configurations |