Home
last modified time | relevance | path

Searched refs:inferior (Results 1 – 25 of 26) sorted by relevance

12

/external/ltrace/
Dvalue.c32 value_common_init(struct value *valp, struct process *inferior, in value_common_init() argument
38 valp->inferior = inferior; in value_common_init()
46 value_init(struct value *valp, struct process *inferior, struct value *parent, in value_init() argument
49 assert(inferior != NULL); in value_init()
50 value_common_init(valp, inferior, parent, type, own_type); in value_init()
130 assert(val->inferior != NULL); in value_reify()
148 if (umovebytes(val->inferior, val->u.inf_address, data, size) < size) { in value_reify()
202 assert(val->inferior != NULL); in value_clone()
203 size_t size = type_sizeof(val->inferior, val->type); in value_clone()
230 return val->size = type_sizeof(val->inferior, val->type); in value_size()
[all …]
Dvalue.h49 struct process *inferior; member
66 void value_init(struct value *value, struct process *inferior,
Dlens_default.c99 switch (type_sizeof(value->inferior, value->type)) { in format_integer()
676 size_t sz = type_sizeof(value->inferior, value->type); in bitvect_lens_format_cb()
Dprintf.c53 struct process *proc = cb_args[0].inferior; in param_printf_init()
/external/valgrind/coregrind/m_gdbserver/
Dinferiors.c209 void * inferior_target_data (struct thread_info *inferior) in inferior_target_data() argument
211 return inferior->target_data; in inferior_target_data()
214 void set_inferior_target_data (struct thread_info *inferior, void *data) in set_inferior_target_data() argument
216 inferior->target_data = data; in set_inferior_target_data()
219 void * inferior_regcache_data (struct thread_info *inferior) in inferior_regcache_data() argument
221 return inferior->regcache_data; in inferior_regcache_data()
224 void set_inferior_regcache_data (struct thread_info *inferior, void *data) in set_inferior_regcache_data() argument
226 inferior->regcache_data = data; in set_inferior_regcache_data()
DREADME_DEVELOPERS342 * currently jump(s) and inferior call(s) are somewhat dangerous
396 -------- description of how gdb invokes a function in the inferior
397 to call a function in the inferior (below is for x86):
/external/valgrind/gdbserver_tests/
DmcinfcallWSRU.stdinB.gdb21 print whoami("thread 1 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb")
23 print whoami("thread 2 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb")
25 print whoami("thread 3 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb")
27 print whoami("thread 4 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb")
Dmcbreak.stdinB.gdb51 print whoami("after next: inferior call pushed from mcbreak.stdinB.gdb")
65 # inferior call "in the middle" of an instruction is not working at least
67 # print whoami("after error: inferior call pushed from mcbreak.stdinB.gdb")
DmcinfcallRU.vgtest1 # test inferior calls when all threads are in Runnable or Yielding mode
9 # Disable on Darwin: inferior call rejected as it cannot find malloc.
DmcinfcallWSRU.vgtest1 # test inferior calls when some threads are in Runnable or Yielding mode,
9 # Disable on Darwin: inferior call rejected as it cannot find malloc.
DmcinfcallRU.stderr.exp3 pid .... Thread .... inferior call pushed from gdb in mcinfcallRU.stdinB.gdb
DmcinfcallWSRU.stderr.exp6 pid .... Thread .... thread 1 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb
Dmcbreak.stdout.exp5 pid .... Thread .... after next: inferior call pushed from mcbreak.stdinB.gdb
Dmcbreak.vgtest1 # test execution control (break, next, step) and inferior calls
DmcinfcallRU.stdinB.gdb17 print whoami("inferior call pushed from gdb in mcinfcallRU.stdinB.gdb")
/external/ltrace/sysdeps/linux-gnu/m68k/
Dfetch.c129 size_t a = type_alignof(valuep->inferior, valuep->type); in arch_fetch_arg_next()
/external/ltrace/sysdeps/linux-gnu/aarch64/
Dfetch.c117 size_t sz = type_sizeof(value->inferior, hfa_t); in fetch_hfa()
/external/llvm/docs/
DDebuggingJITedCode.rst23 the inferior's memory, and resumes the execution. In this way, GDB can get the
/external/ltrace/sysdeps/linux-gnu/x86/
Dfetch.c142 size_t a = type_alignof(valuep->inferior, valuep->type); in allocate_stack_slot()
/external/opencv3/3rdparty/libjpeg/
DREADME318 We have no sympathy for the promotion of inferior formats. Indeed, one of
/external/libexif/po/
Dpt_BR.po1785 msgstr "Canto inferior-direito"
1789 msgstr "Canto inferior-esquerdo"
5212 msgstr "Direita inferior"
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt1982 玤 < a\-kind\-of\-gem\-inferior\-to\-jade;
3684 玕 < inferior\-variety\-of\-gem;
4209 珂 < inferior\-kind\-of\-jade;
4881 㭞 < a\-kind\-inferior\-wood;
6246 玞 < an\-inferior\-agate;
8814 纥 < inferior\-silk;
14796 劣勢 < inferior;
31151 劣勢 > inferior;
31458 低等 > inferior;
37279 玤 > a\-kind\-of\-gem\-inferior\-to\-jade;
[all …]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt3228 珂>'[inferior kind of jade]';
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf751 ADJ^N "inferior" :G2P
/external/strace/
DChangeLog-CVS3858 WNOHANG flag set; force the return value to 0 in the inferior when it

12