MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / putDebugSrcInfo

Method putDebugSrcInfo

src/dsql/BlrDebugWriter.cpp:57–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void BlrDebugWriter::putDebugSrcInfo(ULONG line, ULONG col)
58{
59 if (debugData.isEmpty())
60 return;
61
62 debugData.add(fb_dbg_map_src2blr);
63
64 putValue(line);
65 putValue(col);
66 putBlrOffset();
67}
68
69void BlrDebugWriter::putDebugVariable(USHORT number, const MetaName& name)
70{

Callers 3

genBlrMethod · 0.80
genBlrMethod · 0.80
genBlrMethod · 0.80

Calls 2

isEmptyMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected