public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Tom Tromey <tom@tromey.com>
To: Pedro Alves <pedro@palves.net>
Cc: Tom Tromey <tom@tromey.com>,  gdb-patches@sourceware.org
Subject: Re: [PATCH 8/8] Use require with is_remote
Date: Tue, 24 Jan 2023 12:48:07 -0700	[thread overview]
Message-ID: <878rhrk93c.fsf@tromey.com> (raw)
In-Reply-To: <89500e1e-647b-bda9-70b5-8883b5367fb8@palves.net> (Pedro Alves's message of "Mon, 23 Jan 2023 20:08:43 +0000")

>> -if [is_remote host] {
>> -    unsupported "compiling on a remote host does not support a filename with directory."
>> -    return 0
>> -}
>> +require {!is_remote host}

Pedro> IWBN to preserve "compiling on a remote host does not support a filename with directory."
Pedro> as a comment.

I fixed this in all the spots where it occurred.

>> --- a/gdb/testsuite/gdb.base/gdbhistsize-history.exp
>> +++ b/gdb/testsuite/gdb.base/gdbhistsize-history.exp
>> @@ -21,10 +21,7 @@
>> # We cannot expect remote hosts to see environment variables set on the
>> # local machine.
>> 
>> -if { [is_remote host] } {
>> -    unsupported "can't set environment variables on remote host"
>> -    return -1
>> -}
>> +require {!is_remote host}

Pedro> Similarly here.

In all the "environment variables" cases, there was already a comment.
In this hunk you can see it at the top of the context.

I've changed this code to move the comment one line closer so it's more
obvious.

>> -    # gdbserver prints the warning message but expect is parsing only the GDB
>> -    # output, not the gdbserver output.
>> -    return 0
>> -}
>> +require {!is_remote target}

Pedro> Ditto, comment should be preserved, IMO.  

I fixed this.

Pedro> There are a few more, I've not pointed at every one.

I went through the patch and I think I made sure all the interesting
comments are preserved.

Tom

  reply	other threads:[~2023-01-24 19:48 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-22 21:55 [PATCH 0/8] Use 'require' even more Tom Tromey
2023-01-22 21:55 ` [PATCH 1/8] Convert skip_altivec_tests to allow form Tom Tromey
2023-01-23 19:45   ` Pedro Alves
2023-01-24 19:53     ` Tom Tromey
2023-01-22 21:55 ` [PATCH 2/8] Rename skip_float_test " Tom Tromey
2023-01-22 21:55 ` [PATCH 3/8] Rename skip_power_isa_3_1_tests " Tom Tromey
2023-01-22 21:55 ` [PATCH 4/8] Rename skip_vsx_tests " Tom Tromey
2023-01-22 21:55 ` [PATCH 5/8] Use require with istarget Tom Tromey
2023-01-22 21:55 ` [PATCH 6/8] Introduce and use is_any_target Tom Tromey
2023-01-23 19:57   ` Pedro Alves
2023-01-24 19:41     ` Tom Tromey
2023-01-22 21:55 ` [PATCH 7/8] Add unsupported calls where needed Tom Tromey
2023-01-22 21:55 ` [PATCH 8/8] Use require with is_remote Tom Tromey
2023-01-23 20:08   ` Pedro Alves
2023-01-24 19:48     ` Tom Tromey [this message]
2023-01-24 19:50       ` Pedro Alves

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878rhrk93c.fsf@tromey.com \
    --to=tom@tromey.com \
    --cc=gdb-patches@sourceware.org \
    --cc=pedro@palves.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).