Hi,<div><br></div><div>This has been the source of much frustration, but I can't quite figure out why my toString() member function is not present in the target, according to lldb. The other functions in the compile unit are used and present, so the linker couldn't have eliminated the compile unit. Nor could the function have been inlined, because it is not used anywhere (it's written solely for the purpose of being used within lldb), so there's nowhere to inline into. </div><div><br></div><div>So where is my function? And why isn't lldb picking it up?</div><div><br></div><div>Thanks.</div><div><br></div><div>Ram</div>