Jeff Law writes:
> On 7/29/24 6:51 AM, Andrew Burgess wrote:
>> Thomas Schwinge writes:
>>
>>> Hi!
>>>
>>> On 2024-02-10T17:26:01+, Andrew Burgess wrote:
--- a/libiberty/argv.c
+++ b/libiberty/argv.c
>>>
@@ -439,17 +442,8 @@ expandargv (int *argcp, char ***argvp)
}
>
On 7/29/24 6:51 AM, Andrew Burgess wrote:
Thomas Schwinge writes:
Hi!
On 2024-02-10T17:26:01+, Andrew Burgess wrote:
--- a/libiberty/argv.c
+++ b/libiberty/argv.c
@@ -439,17 +442,8 @@ expandargv (int *argcp, char ***argvp)
}
/* Add a NUL terminator. */
buf
Thomas Schwinge writes:
> Hi!
>
> On 2024-02-10T17:26:01+, Andrew Burgess wrote:
>> --- a/libiberty/argv.c
>> +++ b/libiberty/argv.c
>
>> @@ -439,17 +442,8 @@ expandargv (int *argcp, char ***argvp)
>> }
>>/* Add a NUL terminator. */
>>buffer[len] = '\0';
>> - /* If
Hi!
On 2024-02-10T17:26:01+, Andrew Burgess wrote:
> --- a/libiberty/argv.c
> +++ b/libiberty/argv.c
> @@ -439,17 +442,8 @@ expandargv (int *argcp, char ***argvp)
> }
>/* Add a NUL terminator. */
>buffer[len] = '\0';
> - /* If the file is empty or contains only wh
Jeff Law writes:
> On 6/11/24 4:39 AM, Andrew Burgess wrote:
>
>>
>> Jeff,
>>
>> Thanks for looking these patches over.
>>
>> For testing, using current(ish) gcc HEAD, on x86-64 GNU/Linux, I:
>>
>>../src/configure --prefix=$(cd .. && pwd)/install
>>make
>>make check
>>
>> I did t
On 6/11/24 4:39 AM, Andrew Burgess wrote:
Jeff,
Thanks for looking these patches over.
For testing, using current(ish) gcc HEAD, on x86-64 GNU/Linux, I:
../src/configure --prefix=$(cd .. && pwd)/install
make
make check
I did this with / without my patch and then:
find . -nam
Hi,
Am I OK to push these patches given the testing went OK? I'm thinking
probably, but I don't want to overstep.
Thanks,
Andrew
Andrew Burgess writes:
> Jeff Law writes:
>
>> On 2/10/24 10:26 AM, Andrew Burgess wrote:
>>> GDB makes use of the libiberty function buildargv for splitting th
Jeff Law writes:
> On 2/10/24 10:26 AM, Andrew Burgess wrote:
>> GDB makes use of the libiberty function buildargv for splitting the
>> inferior (program being debugged) argument string in the case where
>> the inferior is not being started under a shell.
>>
>> I have recently been working to im
Jeff Law writes:
> On 2/10/24 10:26 AM, Andrew Burgess wrote:
>> GDB makes use of the libiberty function buildargv for splitting the
>> inferior (program being debugged) argument string in the case where
>> the inferior is not being started under a shell.
>>
>> I have recently been working to im
On 2/10/24 10:26 AM, Andrew Burgess wrote:
GDB makes use of the libiberty function buildargv for splitting the
inferior (program being debugged) argument string in the case where
the inferior is not being started under a shell.
I have recently been working to improve this area of GDB, and not
GDB makes use of the libiberty function buildargv for splitting the
inferior (program being debugged) argument string in the case where
the inferior is not being started under a shell.
I have recently been working to improve this area of GDB, and noticed
some unexpected behaviour to the libiberty
11 matches
Mail list logo