Changeset 52837 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Sep 24, 2014 1:06:58 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96248
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGPlugInSolaris.cpp
r48946 r52837 517 517 518 518 /* Ignore modules without symbols. */ 519 if (!Module.symtbl || !Module.strings || !Module.symspace || !Module.syms pace)519 if (!Module.symtbl || !Module.strings || !Module.symspace || !Module.symsize) 520 520 return; 521 521 … … 663 663 664 664 /* Ignore modules without symbols. */ 665 if (!Module.symtbl || !Module.strings || !Module.symspace || !Module.syms pace)665 if (!Module.symtbl || !Module.strings || !Module.symspace || !Module.symsize) 666 666 return; 667 667
Note:
See TracChangeset
for help on using the changeset viewer.