This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfc target-side break conditions ] Testcase


On 02/23/2012 03:46 PM, Pedro Alves wrote:
On 02/22/2012 03:29 PM, Luis Gustavo wrote:

Fixed. Thanks for the input.

Welcome.


I apologize for the poor expect hackery.

No need for that. We all learn this stuff as we go.


Okay, with ...

+gdb_test_multiple $test_target $test_target {
+    -re $warning$gdb_prompt {

-re "$warning$gdb_prompt $" {


unless there's a special requirement to allow things after the prompt.

Not really. We just want to make sure target-side evaluation shows as unsupported when doing native GDB debugging.


Thanks,
Luis


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]