mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
getGlobals was checking the wrong list.
This commit is contained in:
parent
34bb553c49
commit
bce3a119c2
1 changed files with 1 additions and 1 deletions
|
@ -1372,7 +1372,7 @@ public class CDebugTarget extends CDebugElement implements ICDebugTarget, ICDIEv
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// otherwise ask the binary
|
// otherwise ask the binary
|
||||||
if (globals.length == 0)
|
if (list.size() == 0)
|
||||||
{
|
{
|
||||||
IBinaryObject file = getBinaryFile();
|
IBinaryObject file = getBinaryFile();
|
||||||
if (file != null) {
|
if (file != null) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue