HomeSort by relevance Sort by last modified time
    Searched defs:inferior (Results 1 - 3 of 3) sorted by null

  /external/ltrace/
value.h 27 /* Values are objects that capture data fetched from an inferior.
28 * Typically a value is attached to a single inferior where it was
35 * are just references into inferior, no transfer has taken place yet.
36 * Reified values have been copied out of the corresponding inferior,
41 VAL_LOC_INFERIOR, /* Value is in the inferior process. */
42 VAL_LOC_COPY, /* Value was copied out of the inferior. */
49 struct process *inferior; member in struct:value
62 /* Initialize VALUE. INFERIOR must not be NULL. PARENT is parental
66 void value_init(struct value *value, struct process *inferior,
70 /* Initialize VALUE. This is like value_init, except that inferior i
    [all...]
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.cpp 202 /// a ProcessMonitor is asked to deliver or change the state of an inferior
691 /// launching or attaching to the inferior process, and then 2) servicing
871 lldb::ThreadSP inferior; local
983 "Could not sync with inferior process.");
995 // ProcessMonitor instance. Similarly stash the inferior pid.
1006 inferior.reset(process.CreateNewPOSIXThread(*processSP, pid));
1009 process.GetThreadList().AddThread(inferior);
1064 lldb::ThreadSP inferior; local
1088 inferior.reset(process.CreateNewPOSIXThread(*processSP, pid));
1089 tl.AddThread(inferior);
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 379 /// a ProcessMonitor is asked to deliver or change the state of an inferior
923 /// launching or attaching to the inferior process, and then 2) servicing
1100 lldb::ThreadSP inferior; local
1295 lldb::ThreadSP inferior; local
    [all...]

Completed in 514 milliseconds