VirtualBox

Changeset 105580 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Aug 2, 2024 9:18:57 PM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164255
Message:

VBoxDbg: ntrbtree nit. bugref:10727

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCNtCommands.cpp

    r105556 r105580  
    207207                                continue;
    208208                            }
    209                             rc = DBGCCmdHlpFail(pCmdHlp, pCmd,
    210                                                 "Left node of %#RX64 at #%RX64 has an incorrect parent value: %#RX64 (Left=%#RX64, Right=%#RX64)",
    211                                                 (uint64_t)aStack[idxCurEntry].Ptr, Ptr, aStack[cStackEntries].Node.ParentAndFlags,
    212                                                 aStack[cStackEntries].Node.Left, aStack[cStackEntries].Node.Right);
     209                            rcRet = DBGCCmdHlpFail(pCmdHlp, pCmd,
     210                                                   "Left node of %#RX64 at #%RX64 has an incorrect parent value: %#RX64 (Left=%#RX64, Right=%#RX64)",
     211                                                   (uint64_t)aStack[idxCurEntry].Ptr, Ptr, aStack[cStackEntries].Node.ParentAndFlags,
     212                                                   aStack[cStackEntries].Node.Left, aStack[cStackEntries].Node.Right);
    213213                        }
    214214                        else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette