set/show code-cache
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 869c8606f79ae64bdab3f71b410f7574e231579c..b91eb51f9b0e3d0e04b6afa5ce103040648a10e7 100644 (file)
@@ -1,3 +1,19 @@
+2013-11-24  Yao Qi  <yao@codesourcery.com>
+
+       * NEWS: Add note on new "set code-cache" option.
+       * target-dcache.c (code_cache_enabled_1): New variable.
+       (code_cache_enabled): New variable.
+       (show_code_cache, set_code_cache): New function.
+       (code_cache_enabled_p): New function.
+       (_initialize_target_dcache): Register command.
+       * target-dcache.h (code_cache_enabled_p): Declare.
+       * target.c (memory_xfer_partial_1):Handle
+       TARGET_OBJECT_CODE_MEMORY and code_cache_enabled.
+       (target_read_code): New function.
+       * target.h (enum target_object) <TARGET_OBJECT_CODE_MEMORY>:
+       New.
+       (target_read_code): Declare.
+
 2013-11-24  Yao Qi  <yao@codesourcery.com>
 
        * target-dcache.c (stack_cache_enabled_p_1): Rename to ...
This page took 0.025859 seconds and 4 git commands to generate.