Re: [PATCH weston] weston: add wait-for-debugger option

2017-11-28 Thread Pekka Paalanen
On Thu, 2 Nov 2017 06:31:28 + "Ray, Ian (GE Healthcare)" wrote: > On 01/11/2017, 16.24, "wayland-devel on behalf of Pekka Paalanen" > ppaala...@gmail.com> wrote: > > > > From: Pekka Paalanen > > > > When you need to start Weston via weston-launch, systemd unit, or any > > other runner, i

Re: [PATCH weston] weston: add wait-for-debugger option

2017-11-02 Thread Ray, Ian (GE Healthcare)
On 01/11/2017, 16.24, "wayland-devel on behalf of Pekka Paalanen" wrote: > > From: Pekka Paalanen > > When you need to start Weston via weston-launch, systemd unit, or any > other runner, it is annoying to try to get in with a debugger, > especially if the thing you are interested in happens

Re: [PATCH weston] weston: add wait-for-debugger option

2017-11-01 Thread Quentin Glidic
On 11/1/17 3:23 PM, Pekka Paalanen wrote: From: Pekka Paalanen When you need to start Weston via weston-launch, systemd unit, or any other runner, it is annoying to try to get in with a debugger, especially if the thing you are interested in happens at start-up. To make it easy, a new option is

[PATCH weston] weston: add wait-for-debugger option

2017-11-01 Thread Pekka Paalanen
From: Pekka Paalanen When you need to start Weston via weston-launch, systemd unit, or any other runner, it is annoying to try to get in with a debugger, especially if the thing you are interested in happens at start-up. To make it easy, a new option is introduced. The new option, implemented bo