On Wed, 3 Jul 2024 13:58:51 GMT, Kevin Walls wrote:
> CmdLine::is_executable() looks wrong, surely an empty line is not executable.
>
> With this change, in DCmd::parse_and_execute() we will avoid needlessly
> entering the code block to try and execute the command.
>
> DCmd tests all good:
> m
On Sun, 28 Jul 2024 09:48:21 GMT, Johan Sjölen wrote:
>> CmdLine::is_executable() looks wrong, surely an empty line is not executable.
>>
>> With this change, in DCmd::parse_and_execute() we will avoid needlessly
>> entering the code block to try and execute the command.
>>
>> DCmd tests all g
On Fri, 26 Jul 2024 21:02:32 GMT, Alex Menkov wrote:
> "Attach fails" scenarios (debuggee starts listening and debugger is expected
> to fail trying to attach) sometimes interfere with other JDI tests (so
> JdwpNetProps.java test or other JDI test or both fail).
> The fix disables the scenarios
On Wed, 3 Jul 2024 13:58:51 GMT, Kevin Walls wrote:
> CmdLine::is_executable() looks wrong, surely an empty line is not executable.
>
> With this change, in DCmd::parse_and_execute() we will avoid needlessly
> entering the code block to try and execute the command.
>
> DCmd tests all good:
> m