aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/python/lib/gdb/__init__.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/python/lib/gdb/__init__.py b/gdb/python/lib/gdb/__init__.py
index 0388c6a..d635b94 100644
--- a/gdb/python/lib/gdb/__init__.py
+++ b/gdb/python/lib/gdb/__init__.py
@@ -26,9 +26,18 @@ from importlib import reload
# Note that two indicators are needed here to silence flake8.
from _gdb import * # noqa: F401,F403
from _gdb import (
+ COMMAND_NONE,
+ INTENSITY_BOLD,
+ INTENSITY_DIM,
+ INTENSITY_NORMAL,
+ PARAM_COLOR,
+ PARAM_ENUM,
STDERR,
STDOUT,
+ Color,
Command,
+ Parameter,
+ Style,
execute,
flush,
parameter,