Change install_breakpoint to take a std::unique_ptr
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index d9551845a94ed1ae9116c04e0c6b64fe530cd079..dc2b098237598087c5a740894986b4043eac0f60 100644 (file)
@@ -1296,7 +1296,7 @@ extern void init_catchpoint (struct breakpoint *b,
    the internal breakpoint count.  If UPDATE_GLL is non-zero,
    update_global_location_list will be called.  */
 
-extern void install_breakpoint (int internal, struct breakpoint *b,
+extern void install_breakpoint (int internal, std::unique_ptr<breakpoint> &&b,
                                int update_gll);
 
 /* Flags that can be passed down to create_breakpoint, etc., to affect
This page took 0.024076 seconds and 4 git commands to generate.