[16/21] gdb/mi: use m_ui instead of current_ui in mi_interp::suspend
Checks
Context |
Check |
Description |
linaro-tcwg-bot/tcwg_gdb_check--master-aarch64 |
success
|
Testing passed
|
linaro-tcwg-bot/tcwg_gdb_build--master-arm |
pending
|
Test started
|
Commit Message
No behavior changes expected.
Change-Id: I17d11fb5ed38a51bc0ea9708ec5e290bb54d41c1
---
gdb/mi/mi-interp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -141,7 +141,7 @@ mi_interp::resume ()
void
mi_interp::suspend ()
{
- gdb_disable_readline (current_ui);
+ gdb_disable_readline (m_ui);
}
void