MCPcopy Create free account
hub / github.com/beefytech/Beef / DataGetString

Function DataGetString

IDEHelper/DbgModule.cpp:307–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305//////////////////////////////////////////////////////////////////////////
306
307static const char* DataGetString(const uint8*& data)
308{
309 const char* prevVal = (const char*)data;
310 while (*data != 0)
311 data++;
312 data++;
313 return prevVal;
314}
315
316struct AbstractOriginEntry
317{

Callers 3

ParseDebugFrameDataMethod · 0.70
ParseEHFrameDataMethod · 0.70
ParseDebugLineInfoMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected