[lldb-dev] Debugee Unable to Open Window Due to "No available video device"

2017-11-09 Thread Jeremiah via lldb-dev
When using the LLDB API to launch a process from within a program that has opened a window, I am unable to open a window in the child process. When the child is using SDL I get "SDL Error: No available video device" and when the child is using GLX I get "Failed to open X display" I was also getti

Re: [lldb-dev] Debugee Unable to Open Window Due to "No available video device"

2017-11-09 Thread Jeremiah via lldb-dev
le that specifies the window > server connection that you’re missing. I haven’t done X11 programming for > ages, but don’t you need to pass DISPLAY? Anyway, you might try to pass all > the variables from your process to the process you are launching and see if > that works. > > Jim &

[lldb-dev] Unable to Locate lldb-server on Ubuntu

2017-11-25 Thread Jeremiah via lldb-dev
On my Pop!_OS machine (which is based on Ubuntu 17.10), using any version of LLDB above 3.8 gives me the error "process launch failed: unable to locate lldb-server-x.x.x" but when version 3.8 is installed, it works just fine. There are various posts across the web about the same problem on multipl