Home
last modified time | relevance | path

Searched refs:cond_string_copy (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dbreakpoint.c9306 gdb::unique_xmalloc_ptr<char> cond_string_copy; in create_breakpoint() local
9325 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()