|
|
@ -44,7 +44,7 @@ The module also extends gdb with some python-specific commands. |
|
|
# NOTE: some gdbs are linked with Python 3, so this file should be dual-syntax |
|
|
# NOTE: some gdbs are linked with Python 3, so this file should be dual-syntax |
|
|
# compatible (2.6+ and 3.0+). See #19308. |
|
|
# compatible (2.6+ and 3.0+). See #19308. |
|
|
|
|
|
|
|
|
from __future__ import print_function, with_statement |
|
|
|
|
|
|
|
|
from __future__ import print_function |
|
|
import gdb |
|
|
import gdb |
|
|
import os |
|
|
import os |
|
|
import locale |
|
|
import locale |
|
|
|