i run a sampleclient, sampleserver. it works.. however, in gdb, i couldn't
see inner code of function
such as OCPlatform::findResource(). (I made sure of debug build)
when i input 'step' at findResource() line in gdb, i get a message which is
under script... what is that??? what means??
-------------------------------------
std::function<void(std::shared_ptr<OC::OCResource>)>::function<void
(*)(std::shared_ptr<OC::OCResource>)>(void
(*)(std::shared_ptr<OC::OCResource>), std::enable_if<true,
std::function<void(std::shared_ptr<OC::OCResource>)>::_Useless>::type)
(this=0xbffff25c, __f=0x80ae348
<foundResource(std::shared_ptr<OC::OCResource>)>)
at /usr/include/c++/4.6/functional:2142
-------------------------------------
so, how can i see inner code of function???
In addition, where are the library files and header files of iotivity??? i
couldn't see libs..
i wanna make a sample program for myself using libs, header files of
iotivity
I'm waiting for someone's help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20151212/27833f50/attachment.html>