* strace.cc (strace::hello): Set inited, when appropriate.
This commit is contained in:
parent
c240a7fcde
commit
58fcd93ae3
|
@ -1,3 +1,7 @@
|
|||
2002-06-05 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* strace.cc (strace::hello): Set inited, when appropriate.
|
||||
|
||||
2002-06-05 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* cygwin.din: Eliminate some newlib wrappers.
|
||||
|
|
|
@ -276,10 +276,10 @@ version.cc winver.o: winver_stamp
|
|||
@ :
|
||||
|
||||
shared_info_magic.h: cygmagic shared_info.h
|
||||
/bin/sh ${word 1,$^} $@ "$(CC)" ${word 2,$^} MOUNT_MAGIC 'class mount_info' SHARED_MAGIC 'class shared_info'
|
||||
/bin/sh ${word 1,$^} $@ "$(CXX) -x c++" ${word 2,$^} MOUNT_MAGIC 'class mount_info' SHARED_MAGIC 'class shared_info'
|
||||
|
||||
child_info_magic.h: cygmagic child_info.h
|
||||
/bin/sh ${word 1,$^} $@ "$(CC)" ${word 2,$^} CHILD_INFO_MAGIC 'class child_info'
|
||||
/bin/sh ${word 1,$^} $@ "$(CXX) -x c++" ${word 2,$^} CHILD_INFO_MAGIC 'class child_info'
|
||||
|
||||
dcrt0.o sigproc.o: child_info_magic.h
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ strace::hello()
|
|||
return;
|
||||
}
|
||||
|
||||
inited = 1;
|
||||
if (!being_debugged ())
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue