Searched refs:cond_string_copy (Results 1 – 1 of 1) sorted by relevance
9306 gdb::unique_xmalloc_ptr<char> cond_string_copy; in create_breakpoint() local9325 cond_string_copy = std::move (cond); in create_breakpoint()9359 cond_string_copy.reset (xstrdup (cond_string)); in create_breakpoint()9366 std::move (cond_string_copy), in create_breakpoint()