diff options
Diffstat (limited to 'gdb/gdbtk.tcl')
-rw-r--r-- | gdb/gdbtk.tcl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gdbtk.tcl b/gdb/gdbtk.tcl index 74bd7e9..2a16424 100644 --- a/gdb/gdbtk.tcl +++ b/gdb/gdbtk.tcl @@ -2672,4 +2672,8 @@ destroy .t pack .c.m bind .c.m <Leave> {destroy .c} +if [file exists ~/.gdbtkinit] { + source ~/.gdbtkinit +} + update |