Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] 答复: suspend button can not stop a running program

(gdb) show target-async 
Whether MI is in asynchronous mode is on.

In Full Gdb Console Supported mode, the target-async is on.

interrupt in CLI mode, we cannot send any command to GDB when the program is free running.

-----邮件原件-----
发件人: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] 代表 Jonah Graham
发送时间: 2017年9月18日 17:30
收件人: CDT General developers list.
主题: Re: [cdt-dev] suspend button can not stop a running program

It sounds like you are describing a GDB problem? If you run GDB outside of Eclipse and send -exec-interrupt (interrupt in CLI mode) does the thread stop?

What is the state of the target's support for GDB in async mode? Have you recently changed to using async mode?

HTH,
Jonah
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 18 September 2017 at 10:02, 高国胜 <guosheng_gao@xxxxxxxxxxxxxx> wrote:
> Dear all!
>
> When I was working on embedded remote debugging(CDT-9.3.0 + 
> gdb-7.12.50, Full Gdb Console Supported),I found the suspend button 
> cannot stop a running program.
>
>
>
> CDT send the command “222-exec-interrupt”,But the program cannot be stopped.
>
>
>
>
>
> Best regards!
> ---------------------------------------------
> guosheng_gao 高国胜
> Realsil Microelectronics Inc.
> Tel: +86-512-6258-8966 ext.6617
> E-Mail: guosheng_gao@xxxxxxxxxxxxxx
> ---------------------------------------------
>
>
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or 
> unsubscribe from this list, visit 
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/cdt-dev
------Please consider the environment before printing this e-mail.

Back to the top