llvm-project/lldb/source/Plugins/Platform
Pavel Labath cb8c699802 ProcessLaunchInfo: remove Debugger reference
Summary:
The Debuffer object was being used in "GetListenerForProcess" to provide
a default listener object if one was not specified in the launch_info
object.

Since all the callers of this function immediately passed the result to
Target::CreateProcess, it was easy to move this logic there instead.

This brings us one step closer towards being able to move the LaunchInfo
classes to the Host layer (which is there the launching code that
consumes them lives).

Reviewers: zturner, jingham, teemperor

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D56174

llvm-svn: 350510
2019-01-07 10:59:57 +00:00
..
Android Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
FreeBSD Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Kalimba Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
Linux ProcessLaunchInfo: remove Debugger reference 2019-01-07 10:59:57 +00:00
MacOSX [NFC] Replace `compare` with (in)equality operator where applicable. 2018-12-21 22:46:10 +00:00
NetBSD ProcessLaunchInfo: remove Debugger reference 2019-01-07 10:59:57 +00:00
OpenBSD Simplify Boolean expressions 2018-12-15 00:15:33 +00:00
POSIX Remove header grouping comments. 2018-11-11 23:17:06 +00:00
Windows ProcessLaunchInfo: remove Debugger reference 2019-01-07 10:59:57 +00:00
gdb-server ProcessLaunchInfo: remove Debugger reference 2019-01-07 10:59:57 +00:00
CMakeLists.txt [LLDB] OpenBSD support 2017-03-26 15:34:57 +00:00