HomeSort by: relevance | last modified time | path
    Searched refs:inf (Results 1 - 25 of 951) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/
gnu-nat.h 36 #include "inf-child.h"
38 struct inf;
40 extern struct inf *gnu_current_inf;
43 struct proc *inf_tid_to_thread (struct inf *inf, int tid);
47 /* Call F for every thread in inferior INF, passing ARG as second parameter. */
48 void inf_threads (struct inf *inf, inf_threads_ftype *f, void *arg);
50 /* Makes sure that INF's thread list is synced with the actual process. */
51 int inf_update_procs (struct inf *inf)
84 struct inf *inf; \/* Where we come from. *\/ member in struct:proc
    [all...]
progspace-and-thread.c 26 inferior *inf = find_inferior_for_program_space (pspace); local
27 gdb_assert (inf != nullptr);
29 if (inf->pid != 0)
31 thread_info *tp = any_live_thread_of_inferior (inf);
42 switch_to_inferior_no_thread (inf);
gnu-nat.c 74 #include "inf-child.h"
104 static struct inf *make_inf ();
107 do { struct inf *__inf = (_inf); \
108 debug ("{inf %d %s}: " msg, __inf->pid, \
112 to INF's msg port and task port respectively. If it has no msg port,
113 EIEIO is returned. INF must refer to a running process! */
114 #define INF_MSGPORT_RPC(inf, rpc_expr) \
115 HURD_MSGPORT_RPC (proc_getmsgport (proc_server, inf->pid, &msgport), \
116 (refport = inf->task->port, 0), 0, \
121 afterwards). This effects INF's threads' resume_sc count. *
152 struct inf struct
312 struct inf *inf = proc->inf; local
593 struct inf *inf = proc->inf; local
628 struct inf *inf = new struct inf; local
1450 struct inf *inf = gnu_current_inf; local
1637 struct inf *inf = waiting_inf; local
1729 struct inf *inf = waiting_inf; local
1793 struct inf *inf = waiting_inf; local
1910 struct inf *inf = waiting_inf; local
1973 struct inf *inf = gnu_current_inf; local
2096 struct inf *inf = cur_inf (); local
2111 struct inf *inf = cur_inf (); local
2171 struct inf *inf = cur_inf (); local
2667 struct inf *inf = gnu_current_inf; local
2736 struct inf *inf = cur_inf (); local
2748 struct inf *inf = cur_inf (); local
2759 struct inf *inf = cur_inf (); local
2779 struct inf *inf = cur_inf (); local
2808 struct inf *inf = cur_inf (); local
2817 struct inf *inf = cur_inf (); local
2829 struct inf *inf = cur_inf (); local
2838 struct inf *inf = cur_inf (); local
2901 struct inf *inf = cur_inf (); local
2917 struct inf *inf = active_inf (); local
2927 struct inf *inf = cur_inf (); local
2945 struct inf *inf = active_inf (); local
2959 struct inf *inf = cur_inf (); local
2977 struct inf *inf = cur_inf (); local
2989 struct inf *inf = cur_inf (); local
3006 struct inf *inf = cur_inf (); local
3026 struct inf *inf = cur_inf (); local
3066 struct inf *inf = active_inf (); local
    [all...]
inferior.c 60 set_current_inferior (struct inferior *inf)
63 gdb_assert (inf != NULL);
65 current_inferior_ = inferior_ref::new_reference (inf);
204 /* Notify interpreters and observers that inferior INF was added. */
207 notify_inferior_added (inferior *inf)
209 interps_notify_inferior_added (inf);
210 gdb::observers::inferior_added.notify (inf);
216 inferior *inf = new inferior (pid); local
218 inferior_list.push_back (*inf);
220 notify_inferior_added (inf);
231 struct inferior *inf = add_inferior_silent (pid); local
303 delete inf; local
521 struct inferior *inf = current_inferior (); local
653 inferior *inf = find_inferior_id (num); local
692 inferior *inf = find_inferior_id (num); local
746 struct inferior *inf; local
820 struct inferior *inf = find_inferior_id (num); local
848 struct inferior *inf; local
983 inferior *inf = add_inferior_with_spaces (); local
1097 struct inferior *inf; local
1152 struct inferior *inf = current_inferior (); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gnu-nat.h 36 #include "inf-child.h"
38 struct inf;
40 extern struct inf *gnu_current_inf;
43 struct proc *inf_tid_to_thread (struct inf *inf, int tid);
47 /* Call F for every thread in inferior INF, passing ARG as second parameter. */
48 void inf_threads (struct inf *inf, inf_threads_ftype *f, void *arg);
50 /* Makes sure that INF's thread list is synced with the actual process. */
51 int inf_update_procs (struct inf *inf)
84 struct inf *inf; \/* Where we come from. *\/ member in struct:proc
    [all...]
progspace-and-thread.c 26 inferior *inf = find_inferior_for_program_space (pspace); local
27 gdb_assert (inf != nullptr);
29 if (inf->pid != 0)
31 thread_info *tp = any_live_thread_of_inferior (inf);
42 switch_to_inferior_no_thread (inf);
linux-fork.h 26 extern void add_fork (pid_t, inferior *inf);
28 extern void linux_fork_killall (inferior *inf);
30 extern void linux_fork_detach (int, lwp_info *, inferior *inf);
31 extern bool forks_exist_p (inferior *inf);
gnu-nat.c 74 #include "inf-child.h"
104 static struct inf *make_inf ();
107 do { struct inf *__inf = (_inf); \
108 debug ("{inf %d %s}: " msg, __inf->pid, \
112 to INF's msg port and task port respectively. If it has no msg port,
113 EIEIO is returned. INF must refer to a running process! */
114 #define INF_MSGPORT_RPC(inf, rpc_expr) \
115 HURD_MSGPORT_RPC (proc_getmsgport (proc_server, inf->pid, &msgport), \
116 (refport = inf->task->port, 0), 0, \
121 afterwards). This effects INF's threads' resume_sc count. *
152 struct inf struct
312 struct inf *inf = proc->inf; local
593 struct inf *inf = proc->inf; local
628 struct inf *inf = new struct inf; local
1450 struct inf *inf = gnu_current_inf; local
1637 struct inf *inf = waiting_inf; local
1729 struct inf *inf = waiting_inf; local
1793 struct inf *inf = waiting_inf; local
1910 struct inf *inf = waiting_inf; local
1973 struct inf *inf = gnu_current_inf; local
2096 struct inf *inf = cur_inf (); local
2111 struct inf *inf = cur_inf (); local
2171 struct inf *inf = cur_inf (); local
2667 struct inf *inf = gnu_current_inf; local
2736 struct inf *inf = cur_inf (); local
2748 struct inf *inf = cur_inf (); local
2759 struct inf *inf = cur_inf (); local
2779 struct inf *inf = cur_inf (); local
2808 struct inf *inf = cur_inf (); local
2817 struct inf *inf = cur_inf (); local
2829 struct inf *inf = cur_inf (); local
2838 struct inf *inf = cur_inf (); local
2901 struct inf *inf = cur_inf (); local
2917 struct inf *inf = active_inf (); local
2927 struct inf *inf = cur_inf (); local
2945 struct inf *inf = active_inf (); local
2959 struct inf *inf = cur_inf (); local
2977 struct inf *inf = cur_inf (); local
2989 struct inf *inf = cur_inf (); local
3006 struct inf *inf = cur_inf (); local
3026 struct inf *inf = cur_inf (); local
3066 struct inf *inf = active_inf (); local
    [all...]
inferior.c 61 set_current_inferior (struct inferior *inf)
64 gdb_assert (inf != NULL);
66 current_inferior_ = inferior_ref::new_reference (inf);
206 /* Notify interpreters and observers that inferior INF was added. */
209 notify_inferior_added (inferior *inf)
211 interps_notify_inferior_added (inf);
212 gdb::observers::inferior_added.notify (inf);
218 inferior *inf = new inferior (pid); local
220 inferior_list.push_back (*inf);
222 notify_inferior_added (inf);
233 struct inferior *inf = add_inferior_silent (pid); local
305 delete inf; local
523 struct inferior *inf = current_inferior (); local
655 inferior *inf = find_inferior_id (num); local
694 inferior *inf = find_inferior_id (num); local
748 struct inferior *inf; local
822 struct inferior *inf = find_inferior_id (num); local
850 struct inferior *inf; local
985 inferior *inf = add_inferior_with_spaces (); local
1099 struct inferior *inf; local
1154 struct inferior *inf = current_inferior (); local
    [all...]
  /src/common/dist/zlib/contrib/iostream3/
test.cc 14 gzifstream inf; local
26 inf.open("test1.txt.gz");
27 while (inf.getline(buf,80,'\n')) {
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
30 inf.close();
41 inf.rdbuf()->pubsetbuf(0,0);
42 inf.open("test2.txt.gz");
43 while (inf.getline(buf,80,'\n')) {
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
46 inf.close()
    [all...]
  /src/external/gpl3/binutils/dist/zlib/contrib/iostream3/
test.cc 14 gzifstream inf; local
26 inf.open("test1.txt.gz");
27 while (inf.getline(buf,80,'\n')) {
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
30 inf.close();
41 inf.rdbuf()->pubsetbuf(0,0);
42 inf.open("test2.txt.gz");
43 while (inf.getline(buf,80,'\n')) {
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
46 inf.close()
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/
test.cc 14 gzifstream inf; local
26 inf.open("test1.txt.gz");
27 while (inf.getline(buf,80,'\n')) {
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
30 inf.close();
41 inf.rdbuf()->pubsetbuf(0,0);
42 inf.open("test2.txt.gz");
43 while (inf.getline(buf,80,'\n')) {
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
46 inf.close()
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/iostream3/
test.cc 14 gzifstream inf; local
26 inf.open("test1.txt.gz");
27 while (inf.getline(buf,80,'\n')) {
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
30 inf.close();
41 inf.rdbuf()->pubsetbuf(0,0);
42 inf.open("test2.txt.gz");
43 while (inf.getline(buf,80,'\n')) {
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
46 inf.close()
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/
test.cc 14 gzifstream inf; local
26 inf.open("test1.txt.gz");
27 while (inf.getline(buf,80,'\n')) {
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
30 inf.close();
41 inf.rdbuf()->pubsetbuf(0,0);
42 inf.open("test2.txt.gz");
43 while (inf.getline(buf,80,'\n')) {
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
46 inf.close()
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
jump.exp 104 for {set inf 2} {$inf <= $num_inferiors} {incr inf} {
107 "Added inferior ${inf}.*" \
108 "add inferior ${inf} with -exec "
109 gdb_test "inferior ${inf}" \
110 "Switching to inferior ${inf} .*" \
111 "switch to inferior ${inf}"
118 for {set inf 1} {$inf <= $num_inferiors} {incr inf}
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
jump.exp 104 for {set inf 2} {$inf <= $num_inferiors} {incr inf} {
107 "Added inferior ${inf}.*" \
108 "add inferior ${inf} with -exec "
109 gdb_test "inferior ${inf}" \
110 "Switching to inferior ${inf} .*" \
111 "switch to inferior ${inf}"
118 for {set inf 1} {$inf <= $num_inferiors} {incr inf}
    [all...]
  /src/games/hangman/
getword.c 50 FILE *inf; local
54 inf = Dict;
57 fseek(inf, pos, SEEK_SET);
58 if (fgets(Word, BUFSIZ, inf) == NULL)
60 if (fgets(Word, BUFSIZ, inf) == NULL)
  /src/external/gpl2/xcvs/dist/diff/
diff.c 949 struct file_data inf[2];
971 bzero (inf, sizeof (inf));
976 inf[0].desc = name0 == 0 ? -1 : -2;
977 inf[1].desc = name1 == 0 ? -1 : -2;
986 inf[0].name = dir0 == 0 ? name0 : (free0 = dir_file_pathname (dir0, name0));
987 inf[1].name = dir1 == 0 ? name1 : (free1 = dir_file_pathname (dir1, name1));
993 if (inf[i].desc != -1)
997 if (i && filename_cmp (inf[i].name, inf[0].name) == 0
944 struct file_data inf[2]; local
    [all...]
  /src/external/bsd/zstd/dist/zlibWrapper/examples/
fitblk.c 99 /* recompress from inf's input to def's output; the input for inf and
103 local int recompress(z_streamp inf, z_streamp def)
112 inf->avail_out = RAWLEN;
113 inf->next_out = raw;
114 LOG_FITBLK("recompress1inflate avail_in=%d total_in=%d avail_out=%d total_out=%d\n", (int)inf->avail_in, (int)inf->total_in, (int)inf->avail_out, (int)inf->total_out);
115 ret = inflate(inf, Z_NO_FLUSH)
146 z_stream def, inf; \/* zlib deflate and inflate states *\/ local
    [all...]
fitblk_original.c 92 /* recompress from inf's input to def's output; the input for inf and
96 local int recompress(z_streamp inf, z_streamp def)
104 inf->avail_out = RAWLEN;
105 inf->next_out = raw;
106 ret = inflate(inf, Z_NO_FLUSH);
113 def->avail_in = RAWLEN - inf->avail_out;
115 if (inf->avail_out != 0)
134 z_stream def, inf; /* zlib deflate and inflate states */ local
180 inf.zalloc = Z_NULL
    [all...]
  /src/common/dist/zlib/examples/
fitblk.c 92 /* recompress from inf's input to def's output; the input for inf and
96 local int recompress(z_streamp inf, z_streamp def)
104 inf->avail_out = RAWLEN;
105 inf->next_out = raw;
106 ret = inflate(inf, Z_NO_FLUSH);
113 def->avail_in = RAWLEN - inf->avail_out;
115 if (inf->avail_out != 0)
134 z_stream def, inf; /* zlib deflate and inflate states */ local
180 inf.zalloc = Z_NULL
    [all...]
  /src/external/gpl3/binutils/dist/zlib/examples/
fitblk.c 92 /* recompress from inf's input to def's output; the input for inf and
96 local int recompress(z_streamp inf, z_streamp def)
104 inf->avail_out = RAWLEN;
105 inf->next_out = raw;
106 ret = inflate(inf, Z_NO_FLUSH);
113 def->avail_in = RAWLEN - inf->avail_out;
115 if (inf->avail_out != 0)
134 z_stream def, inf; /* zlib deflate and inflate states */ local
180 inf.zalloc = Z_NULL
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/examples/
fitblk.c 92 /* recompress from inf's input to def's output; the input for inf and
96 local int recompress(z_streamp inf, z_streamp def)
104 inf->avail_out = RAWLEN;
105 inf->next_out = raw;
106 ret = inflate(inf, Z_NO_FLUSH);
113 def->avail_in = RAWLEN - inf->avail_out;
115 if (inf->avail_out != 0)
134 z_stream def, inf; /* zlib deflate and inflate states */ local
180 inf.zalloc = Z_NULL
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/examples/
fitblk.c 92 /* recompress from inf's input to def's output; the input for inf and
96 local int recompress(z_streamp inf, z_streamp def)
104 inf->avail_out = RAWLEN;
105 inf->next_out = raw;
106 ret = inflate(inf, Z_NO_FLUSH);
113 def->avail_in = RAWLEN - inf->avail_out;
115 if (inf->avail_out != 0)
134 z_stream def, inf; /* zlib deflate and inflate states */ local
180 inf.zalloc = Z_NULL
    [all...]
  /src/external/gpl3/gdb/dist/zlib/examples/
fitblk.c 92 /* recompress from inf's input to def's output; the input for inf and
96 local int recompress(z_streamp inf, z_streamp def)
104 inf->avail_out = RAWLEN;
105 inf->next_out = raw;
106 ret = inflate(inf, Z_NO_FLUSH);
113 def->avail_in = RAWLEN - inf->avail_out;
115 if (inf->avail_out != 0)
134 z_stream def, inf; /* zlib deflate and inflate states */ local
180 inf.zalloc = Z_NULL
    [all...]

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>