VirtualBox

Ignore:
Timestamp:
Jun 29, 2020 8:52:10 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138871
Message:

Debugger/DBGPlugInLinux: New heuristic to find the kernel log buffer even if we couldn't get at the symbols, used as a last resort if everything fails. [build fix]

File:
1 edited

Legend:

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

    r84980 r84982  
    252252    if (RT_SUCCESS(rc))
    253253    {
    254         size_t cbLogBuf = 0;
     254        uint32_t cbLogBuf = 0;
    255255        uint64_t tsLastNs = 0;
    256256        DBGFADDRESS AddrCur;
     
    980980    {
    981981        uint32_t cToSkip = cLogMsgs - cMessages;
    982         cLogMsgs - cToSkip;
     982        cLogMsgs -= cToSkip;
    983983
    984984        while (cToSkip > 0)
Note: See TracChangeset for help on using the changeset viewer.

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