Re: [Lldb-commits] [PATCH] Enable local llgs debugging on Linux when the use-llgs-for-local setting is enabled.

2014-10-09 Thread Todd Fiala
Closed by: ``` svn commit Sendinginclude/lldb/Target/FileAction.h Sendingsource/Plugins/Platform/Linux/PlatformLinux.cpp Sendingsource/Plugins/Platform/Linux/PlatformLinux.h Sendingsource/Plugins/Platform/MacOSX/PlatformDarwin.cpp Sending

[Lldb-commits] [PATCH] Enable local llgs debugging on Linux when the use-llgs-for-local setting is enabled.

2014-10-08 Thread Todd Fiala
Hi clayborg, This change does the following: * Enable lldb-gdbserver (llgs) usage for local-process Linux debugging. To turn on local llgs debugging support, which is disabled by default, enable this setting: ``` (lldb) settings set platform.plugin.linux.use-llgs-for-local true ``` * Adds a

Re: [Lldb-commits] [PATCH] Enable local llgs debugging on Linux when the use-llgs-for-local setting is enabled.

2014-10-08 Thread Todd Fiala
Note: this change enables llgs to work for local Linux debugging. There are some caveats - we have some known issues and test build failures with local llgs that we're working out in the github.com/tfiala/lldb dev-llgs-local-launch branch. However, as llgs is not on by default and we haven't