HomeSort by: relevance | last modified time | path
    Searched defs:cond_string_copy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
breakpoint.c 9236 gdb::unique_xmalloc_ptr<char> cond_string_copy;
9242 create_breakpoint_parse_arg_string (extra_string, &cond_string_copy,
9264 cond_string_copy.reset (xstrdup (cond_string));
9345 if (cond_string_copy.get () != nullptr && !force_condition)
9351 const char *cond = cond_string_copy.get ();
9369 std::move (cond_string_copy),
9383 b->cond_string = std::move (cond_string_copy);
9228 gdb::unique_xmalloc_ptr<char> cond_string_copy; member in class:gdb
  /src/external/gpl3/gdb/dist/gdb/
breakpoint.c 9265 gdb::unique_xmalloc_ptr<char> cond_string_copy;
9271 create_breakpoint_parse_arg_string (extra_string, &cond_string_copy,
9293 cond_string_copy.reset (xstrdup (cond_string));
9374 if (cond_string_copy.get () != nullptr && !force_condition)
9380 const char *cond = cond_string_copy.get ();
9398 std::move (cond_string_copy),
9412 b->cond_string = std::move (cond_string_copy);
9257 gdb::unique_xmalloc_ptr<char> cond_string_copy; member in class:gdb

Completed in 164 milliseconds