Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-breakpoint.c588 gdb::unique_xmalloc_ptr<char> exp_holder; in bppy_set_condition() local
604 exp_holder = python_string_to_host_string (newvalue); in bppy_set_condition()
605 if (exp_holder == NULL) in bppy_set_condition()
607 exp = exp_holder.get (); in bppy_set_condition()