Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/gdb-scripts/
H A Dprettyprinters.py164 is_equal = gdb.parse_and_eval(n + '::isEqual')
165 empty = gdb.parse_and_eval(n + '::getEmptyKey()')
166 tombstone = gdb.parse_and_eval(n + '::getTombstoneKey()')
221 tombstone = gdb.parse_and_eval('llvm::StringMapImpl::TombstoneIntVal');
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dvalue.h435 extern struct value *parse_and_eval (char *exp);
H A Dthread.c646 num = value_as_long (parse_and_eval (tidstr)); in do_captured_thread_select()
H A Dstack.c743 vp = parse_and_eval (addr_string); in parse_frame_specification()
1780 return_value = parse_and_eval (retval_exp); in return_command()
H A Dtop.c1449 struct value *val = parse_and_eval (args); in quit_force()
H A Deval.c123 parse_and_eval (char *exp) in parse_and_eval() function
H A Dbreakpoint.c7544 longest_to_int (value_as_long (parse_and_eval (p))), in ignore_command()
H A DChangeLog-1991839 Replace call and setup of parse_and_eval with new function
H A DChangeLog-20005113 (parse_and_eval, parse_to_comma_and_eval): Ditto.
/openbsd/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-dump.c295 val = parse_and_eval (cmd); in dump_value_to_file()
/openbsd/gnu/llvm/clang/docs/
H A DDebuggingCoroutines.rst568 task = gdb.parse_and_eval('__coro_frame')