[lldb-dev] [patch] lldb-platform-work branch: incremental changes for the FreeBSD platform.

Viktor Kutuzov vkutuzov at accesssoftek.com
Wed Apr 25 15:39:29 PDT 2012


Hi everyone,

Please find attached patch, which provides the incremental changes for the FreeBSD platform:

- the 'platform shell' command has been enabled for FreeBSD.
- updated PlatformFreeBSD::ResolveExecutable/PlatformFreeBSD::PlatformFreeBSD/ methods.
- added an implementation of Host::FindProcesses method.
- added an implementation of Host::LaunchProcess method.
- updated the platform depended method for the Host class - GetOSKernelDescription and GetOSBuildString.

Also this patch provides few changes in the Host::RunShellCommand method (source/Host/common/Host.cpp):

- added retrieving of the current system shell from the SHELL environment variable.
- fixed arguments in the AppendDuplicateFileAction method call.
- avoided overriding of the error value from LaunchProcess.

Would somebody review and apply this patch if it is ok?

Thanks.
Viktor.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lldb-freebsd-platform-incremental-changes.patch
Type: application/octet-stream
Size: 26417 bytes
Desc: lldb-freebsd-platform-incremental-changes.patch
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20120425/f64f1b99/attachment.obj>


More information about the lldb-dev mailing list