gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / bcache.h
index f26f79dca39c1191e1c60f8fab304e08bb4622e5..929375642046047641443de196a10b46614fdd85 100644 (file)
@@ -2,7 +2,7 @@
    Written by Fred Fish <fnf@cygnus.com>
    Rewritten by Jim Blandy <jimb@cygnus.com>
 
-   Copyright (C) 1999-2019 Free Software Foundation, Inc.
+   Copyright (C) 1999-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
   
 */
 
+namespace gdb {
+
 struct bstring;
 
 struct bcache
@@ -222,4 +224,6 @@ private:
   void expand_hash_table ();
 };
 
+} /* namespace gdb */
+
 #endif /* BCACHE_H */
This page took 0.036664 seconds and 4 git commands to generate.