mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-04 16:26:46 +00:00
Add DEBUG messages.
llvm-svn: 135110
This commit is contained in:
parent
44c3f08e85
commit
2cce0d103d
@ -1743,6 +1743,11 @@ bool DwarfDebug::extractScopeInformation() {
|
||||
// If we have alread seen a beginning of a instruction range and
|
||||
// current instruction scope does not match scope of first instruction
|
||||
// in this range then create a new instruction range.
|
||||
DEBUG(dbgs() << "Createing new instruction range :\n");
|
||||
DEBUG(dbgs() << "Begin Range at " << *RangeBeginMI);
|
||||
DEBUG(dbgs() << "End Range at " << *PrevMI);
|
||||
DEBUG(dbgs() << "New Range starting at " << *MInsn);
|
||||
DEBUG(dbgs() << "------------------------\n");
|
||||
DbgRange R(RangeBeginMI, PrevMI);
|
||||
MI2ScopeMap[RangeBeginMI] = getOrCreateDbgScope(PrevScope,
|
||||
PrevInlinedAt);
|
||||
|
Loading…
x
Reference in New Issue
Block a user