Displaying 1 result from an estimated 1 matches for "libpicl".
2007 Apr 18
3
dtrace-discuss: cannot get a ''string'' to print...
...ue of "propname" (arg1) in the
following func:
int
picl_get_propval_by_name(picl_nodehdl_t nodeh, const char *propname,
     void *valbuf, size_t nbytes)
...
i''ve tried many versions, but this is a representative one:
     53  this string propname;
     54
     55  pid$target:libpicl.so.1:picl_get_propval_by_name:entry
     56  / self->trace /
     57  {
     58          this->propname = (string) arg2;
     59          trace(this->propname);
''arg2'' is used because this is a 32-bit app, and the first
formal-argument is 64-bits, and so the compiled cod...