diff options
Diffstat (limited to 'gdb/cxux-nat.c')
-rw-r--r-- | gdb/cxux-nat.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/cxux-nat.c b/gdb/cxux-nat.c index 6216ede..b36abce 100644 --- a/gdb/cxux-nat.c +++ b/gdb/cxux-nat.c @@ -392,6 +392,10 @@ add_shared_symbol_files () the symbols the user actually gets. */ lm = lms.l_prev; } + + /* Getting new symbols may change our opinion about what is + frameless. */ + reinit_frame_cache (); } int target_is_m88110; |